- or
172 results found
-
Collapse admin navigation on mobile devices
Currently, the admin navigation is not collapsible on mobile devices in portrait mode. Once shown, there is no way to collapse the navigation back in, except to completely reload the page. There should be a way to hide the navigation (like on desktop) in order to make the backend usable on mobile devices.
2 votes -
Improve accessibility
The new store is not very accessible for keyboard navigation.
The tab order on the search result page starts in the filters, but I want to go through the results first.
On the detail page you can't navigate through gallery images with the arrow keys.1 vote -
Creation and last order date of the customer in the administration
As a shop owner I want to be able to have a detailed view on my customers. I want to know when the customer was created in Shopware and when the customers ordered the last time. Therefore I need the last order date and the creation date on the customer detail page and in the overview within the administration.
3 votes -
Deactivate business customer registration
Hello! We would like to check our business customers in advance. That's why they only have to fill out a form, which is sent to us. We then create the customer. To do this, registration and guest orders for the sales channel would have to be specifically deactivated. A form on the registration page would be great
2 votes -
New layout block "Last viewed products"
It would be desirable if there would be the possibility to display the "last viewed products", e.g. as a commerce block element for category pages in the worlds of experience.
5 votes -
Editable product listing grid in page builder
Merchants should be able to adjust the grid layout for product listing. Especially with category layouts without sidebars, this would provide more flexibility for product listing. The product listing element should have options for two or three columns, for e.g. shops with fewer products.
0 votes -
'From' price of variants
When productvariants have different prices, the 'from' field is shown on the listing page, only if the price of the main product < price of the cheapest variant. This policy causes a problem:
Suppose two products with variants:
All variants have same price
Prices of variants differ
Assume the products are imported (product feed) from external sources (as we do).
When the price of the main product is set to 0, 'from' is shown in the listing page (before the price; e.g. From € 10,00) for all products with variants. That's not correct: it should only be shown in…
3 votes -
in spatial commerce, the QR code for the AR only opens up the PDP on mobile - should be the actual AR-view.
On desktop: when scanning QR code the user expects to see the AR-experience upon scanning it.
The QR actually only contains the url of the product page and after scanning it only opens the the product page on mobile, not any AR-view on mobile.This could be done by adding a parameter tot the url in the QR code that:
- opens the PDP on mobile, and immeditately triggers the AR-vieuw
- if above not possible: opens the PDP with the user focussed on the 3D viewer from where he scanned the QR /as multiple 3D viewers can be…
1 voteHello! Thank you for your Feedback.
We've developed a solution that improves on this behaviour. https://issues.shopware.com/issues/NEXT-33827
This was released with the version 6.6.4.0.
-
Zusätzliche Spalte und Kommentarfeld bei SW6 Backend Bestellungen I Additional column and comment field for SW6 backend orders
Aktuell steht bei SW6 Backend Bestellungen nur ein Feld, mit Dropdown Menü für die Suche nach Artikelnummer oder Artikelname zur Verfügung. Oder die leere Positionszeile.
In SW5 gab es bei Backendbestellungen je eine Spalte für Artikelnummer und eine für Artikelname, Preis, Steuer, etc. Man konnte die Artikelnummer verwenden, den Artikelnamen, Preis, Steuer etc. bearbeiten und die Bestellung mit den überschriebenen Daten anlegen. Damit war alles geregelt und konnte sauber an Kunden, Lager, etc. übergeben werden.
Diese weitere Spalte bei den Backend Bestellungen fehlt in SW6. Damit hat man nicht mehr beide Felder zur Verfügung und kann keine Änderungen mehr vornehmen,…
2 votes -
Make favorite block category default in sidebar when blocks are marked as favorites
Using cms block favorites would be more efficient, when the favorites block category is openend by default on cms page editing, instead of first one (text)
1 vote -
Add cookie banner position setting in admin
Currently, the cookie banner is only displayed at the bottom of the footer and is therefore easily lost. We would like to have a function in the admin settings so that we can determine ourselves whether the cookie banner should appear as a pop-up in the middle of the store page or, as is currently the case, under fixed at the footer.
It would also be great if you could influence the cookie banner even more, for example insert links or display logos.
4 votes -
Adminsearch: ETA for keypress in admin is quite too short
When I want to enter a search term in a search field of a form in the admin, I hardly have time to type in a complete search term. The time after pressing the key until the search is triggered gives me a maximum of (perceived) 200 milliseconds. For example, if I want to search for the word "Man", a brief hesitation leads to the content being deleted after entering "M" and then entering "A" leads to a completely different search result.
At some points, the edit field also loses focus, so that I have to keep clicking in the…
1 vote -
Show master product when no filter is active, but all variants when filter is active
We can already choose how we want to show the listings in the storefront: either show the master product or show all variants individually. We now ran into the following problem:
Example: We sell clothes. One product is a shirt in red, blue and green and in the sizes S, M, L. We display only the master products on the listing page. For the master product, we chose a master image. All variants have different images that show the shirt in the correct color.
A customer now selects size M in the filter "size". Shopware now shows one variant…3 votes -
Custom Product- Amount in Off Canvas
The quantity of a configuration can currently only be specified on the product detail page. If a customer tries to increase it in the off-canvas menu, it won't work.
2 votes -
Extend ruling / possibilties for shipping methods
EN
The number of requests to expand the options for shipping methods is increasing. Many customers who come from Shopware 5 miss the option of entering individual calculations or combining standard shipping methods with surcharge or discount shipping methods. I'll take DHL as an example here. When shipping abroad, the EU / non-EU distinction is used, the destination countries are divided into zones, there is a basic price and a surcharge per kilogramme.
This can of course be mapped with Rule Builder and the current shipping methods, but if I send goods weighing up to, say, 100 kg, it means…5 votes -
Show unit price in checkout
Within the /checkout/confirm page the unit price of each line item should be displayed - instead of just the "(incl. / excl.) VAT" and the "total" columns, as it is currently the case.
2 votes -
manifest.xml - Allow more customFields entites
The manifest.xml should allow more custom field entity types.
Currently we suggest to add the entity
order_line_item
.Currently available types:
…
<xs:complexType name="entity-list">
<xs:choice maxOccurs="unbounded">
<xs:element name="product" type="empty" minOccurs="0"/>
<xs:element name="order" type="empty" minOccurs="0"/>
<xs:element name="category" type="empty" minOccurs="0"/>
<xs:element name="customer" type="empty" minOccurs="0"/>
<xs:element name="customer_address" type="empty" minOccurs="0"/>
<xs:element name="media" type="empty" minOccurs="0"/>
<xs:element name="product_manufacturer" type="empty" minOccurs="0"/>
<xs:element name="sales_channel" type="empty" minOccurs="0"/>
<xs:element name="landing_page" type="empty" minOccurs="0"/>
<xs:element name="promotion" type="empty" minOccurs="0"/>
<xs:element name="product_stream" type="empty" minOccurs="0"/>
<xs:element name="property_group" type="empty" minOccurs="0"/>
<xs:element name="product_review" type="empty" minOccurs="0"/>
<xs:element name="event_action" type="empty" minOccurs="0"/>
<xs:element name="country" type="empty" minOccurs="0"/>
<xs:element name="currency" type="empty" minOccurs="0"/>
<xs:element name="customer_group" type="empty" minOccurs="0"/>
<xs:element name="delivery_time" type="empty" minOccurs="0"/>5 votes -
Improvement of the function: page layout settings in Categories
Currently, there are three ways to activate the Erlebniswelten design in the shop:
Through the CMS editor, where you can assign the layout to a category.
Directly in the category, under the "Layout" tab.
In the "General" tab of the category, using the "Configure homepage" button in the navigation section.
In my opinion, these options are confusing as they can override each other. Specifically, the "Configure homepage" button overwrites settings from both the CMS editor and the "Layout" tab, which can lead to changes not being reflected in the frontend if the original configuration in that…
1 vote -
Improve loading times (for example by using correct values for the sizes attribute of thumbnails)
Shopware uses wrong values for the sizes attribute of thumbnails. Therefore bigger images are downloaded than shown. This increases the loading times.
It is not useful to download a thumbnail of 400 x 400 pixels if you show an image with 200 x 200 pixels.
If this is fixed you no longer need https://store.shopware.com/en/frosh56163799233f/lazysizes-and-lazyloading-for-suitable-image-sizes.html.
Shopware shows images of 430 x 430 pixels on product detail pages by default. Therefore thumbnails with 430 x 430 pixels should be created. On product detail pages the 400 x 400 pixels big thumbnails are not used for the normal product images…
4 votes -
Add "Creation Date" as product sorting criteria
Currently there is no product sorting criteria option for the creation date, in order to present recent created products more prominently on category pages.
There is the option to use the "Release Date" as sorting criteria, but this value is not automatically filled while the creation date is created with every new product created.
5 votes
- Don't see your idea?