- or
196 results found
-
Differ content by device
As a shop owner I want to create pages only for certain devices, to make sure the content is prepared for the device (e.g. exclude videos on mobile phones)
9 votesReleased with 6.4.19.0
-
Improve error feedback on misconfigured Shopping Experience blocks
When configuring a Shopping Experience template, you should get more detailed error messages when misconfiguring a given block.
For example: Creating a new product detail page with the "Three columns, product boxes" block is not possible without configuring it. When trying to save it only says
"Page could not be saved, because of the following errors:
Some blocks were not configured sufficiently."It would be nice to have a better feedback on which blocks are actually misconfigured. Either via a red border or by actually pointing to it somehow.
2 votes -
Make response code of maintenance page configurable either in config or backend
Overwriting the method doesnt help in our case because plugins are deactivated on update.
1 vote -
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,…
3 votes -
Trailing slash for hreflang and sales channel domains
Right now, it's not possible to add a trailing slash to the domains at the sales channel settings. Therefore the hreflang is set without the trailing slash. This leads to a problem with Google, because the hreflang entries are not recognized. I already wrote to the Shopware support and a service guy confirmed the problem. This is a requirement from Google and anybody needs it.
6 votesThis topic was resolved within the fixed version 6.6.10.3 with the enhancements made, allowing for optional retention of trailing slashes in the sw-url-field.
-
Use Thumbnails for Property Images in Filter
Please adjust the default template
Resources/views/storefront/component/listing/filter/filter-property-select.html.twig
so that when images are assigned to properties, the appropriate thumbnail images are used instead of the full original images.Currently, the original image is loaded, which can negatively impact page load performance.
In our instance, I’ve already implemented a manual fix by replacing:
{% set media = element.media.url %}
with:
{% set media = element.media.thumbnails | filter(t => t.width == 100 and t.height == 100) | first.url %}This ensures that a 100x100 thumbnail is used when available.
4 votes -
Convert & sort landing pages to categories and vice versa
At the moment it is not possible to select a category as landing page and a landing page as a category in the category tree just by sorting with drag and drop. The expectation is to sort all categories AND landing pages at once within the category tree, and with that also convert a landing page to a category or vice versa.
1 vote -
Remember category tree
When editing the categories in the admin, you may see the entire page tree, both the categories and the subcategories. If you leave the categories and come back later, the whole tree is closed again. It would be good if Shopware would remember the opened categories and subcategories.
4 votes -
Add newsletter subscription checkbox on account registration
Add the ability to activate newsletter subscribe checkbox on the account registration (/account/login and /checkout/register). So a switch in the admin settings (probably Log-in & sign-up or Newsletter), when it's turned on, a checkbox in the registration pages appear to subscribe for the newsletter, just above the CTA.
6 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.
7 votes -
Cross-selling based on search term
As a shop owner, I want to be able to show relevant cross-sellings on the search result page based on the search term. For example, the matching case for the iPhone or the matching anti-slip mat for the carpet. Could be combined with AI as well.
3 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 -
Remove hardcoded title suffix from static pages
There is currently no way to configure a global meta title suffix for static pages in Shopware without modifying the shop’s base meta information or implementing a custom plugin. For example, in CheckoutCartPageLoader::setMetaInformation(), meta titles are hard-coded, making it impossible to centrally manage suffixes for static or system pages. A global text snippet or configuration option for defining a meta title suffix applicable to all (or all static) pages would greatly simplify consistent SEO management and avoid unnecessary custom development.
2 votes -
Ability to replace no results layout
It would be a great improvement if it would be possible to replace the default search results page with Shopping experience layout when there are no search results.
In the current situation, the customer leads to a dead end, which is not user friendly and most likely results in site abondenments.
2 votes -
no validation for newsletter registration
Missing feedback if a customer is already registered for the newsletter.
Currently you can register a email address again, but you do not recieve the confirmation mail.
The mail address should be validated in the register field and the page should give direct feedback, if the email address is already in the list.
2 votes -
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 -
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 -
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 -
More possibilities for SEO
The basic approach and usability are quite good, but it fails in details that have a big impact:
- Files are made visible along with ID in the URLs, this provides dead links when files are updated. We provide datasheets that are kept up to date. Currently we have 2,000 dead links and had to have the URL adjusted ourselves.
- With reference to point 1: There is no tool for redirects.
- The ID issue also exists with images.
- The image files are too large due to the zoom on the product detail page, unless you use…3 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
- Don't see your idea?