Skip to content

Shopware 6 - Product Feedback & Ideas

Interested in a direct exchange?Are you interested in a direct exchange about your business case? We would be happy to learn more about your daily business and its requirements. For this purpose, we offer you the opportunity to discuss this directly with our product management team. Book your appointment right here:Book an appointmentDo you have a specific request that you would like to tell us about? Then the following feedback portal is the right place for you.

This is the space where you can share your ideas and feedback about Shopware 6.

How it works
  • Connect your Shopware Account or register with your email
  • Use the search or choose a category for your idea to check if it has been submitted already
  • Upvote existing ideas, as opposed to creating multiple similar requests. Comment an idea to share extra details.
  • If you create a new idea: Be clear with your idea; provide examples or even screenshots
  • The more activity and votes an idea has, the higher the chance it will be implemented
Notes

Shopware 6 - Product Feedback & Ideas

Categories

  • or

205 results found

  1. We are developing a Shopware shop for a new customer. One of the features is dynamic pricing (customer-based prices) where customers are shown personalized prices that are loaded from an api. We had this working, deployed it to a test environment and noticed it didn't work because the cache is enabled on category and product detail pages when the production mode is enabled.

    We load the prices using a subscriber that is based on '\Shopware\Core\Content\Product\Subscriber\ProductSubscriber'. But because of the caching in classes like '\Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' the 'SalesChannelEntityLoadedEvent' is never fired and the original Shopware prices are cached as part of…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Possibility to design Popups in the pagebuilder and set triggers for when and on what pages they should be shown.

    9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. When a customer views a product page on a mobile device, it is possible to swipe through the different product images.

    However, once the gallery (full screen) is opened, it is no longer possible to navigate through the images by swiping, and only the arrow keys can be used.

    This behavior is not transparent and therefore not comprehensible to the customer, making it feel like an error.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Checkout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  6. As a merchant i want to give discounts to specific customer groups (Rule-based), but not only via promotion (=only in cart), but alkready visible on listings & detail pages (=Strike prices)

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  8. Overwriting the method doesnt help in our case because plugins are deactivated on update.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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.

    7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Checkout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Make active Maintenance-Mode not redirect to another path. Render the maintenance page with the status code if the maintenance mode is active, keeping the current URL.

    This makes the customers happy. while they don't need to find out where they were before.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. A CMS Page contains of sections, blocks and elements. Shopware offers only 2 different sections (sidebar/content and content).
    Blocks can easily be moved between sections and within sections - making editing a breeze.

    Sections only with 2 columns sidebar/content and 1 column content are not enough.
    Many plugins add columns to blocks, but moving content between blocks is not possible. We loose the strong feature of moving blocks with text or images between sections.

    Solution: add at least one additional section with 3 equal columns.

    Thus making moving blocks and editing much easier.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. When I use variable meta-title in the url template, it works only for main products, not for variants, even if there is meta title inheritance enabled. But even when I check html of the variant page, meta title is not there. I don't know if you made it on purpose or it is a bug, but it means: I cannot use meta title variable for variants when creating a url.

    This lead to my other thought: let's turn Use single canonical URL for all variants - because of course we do not want google to mark it as duplicates…

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  SEO  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. When you apply changes to products as an example, and you by mistake click on the "return to overview" button, all changes are lost. It would be nice, if before leaving the page, a pop up with a unsaved changes reminder would show up.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. The AI-generated checkout message sometimes takes 10 seconds to generate if there are many products in the shopping cart.

    Many customers close the page during this time. It would be better if the messages were generated in the background beforehand or if a faster AI model were used.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  AI  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Search  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?