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

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

1257 results found

  1. We receive a lot of product reviews in our shop. At this point we need to set them to 'Visible' one by one. It is very time consuming and unneeded.

    We should be able to approve reviews in bulk by selecting them from the grid and choose for 'Make Visible' now you can only choose for 'Delete' when selecting reviews from the grid.

    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)
  2. Instead of only relying on languages only, product layouts should be able to be defined for each sales channel.

    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)
  3. The extension name in the sidebar of the a support thread should link to the extension details, to be able to view more information, such as the changelog - which can come in handy from a customer/partner perspective to check for updates.

    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)
  4. It is not yet possible to automatically assign a tag to a newsletter recipient via the Flow Builder. This function would be desirable, as newsletter recipients can be assigned a tag anyway, just not automatically via the Flow Builder.

    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

    0 comments  ·  Automation  ·  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 User, i want to set a Image in focus inside a shopping experience when i use "Filled".

    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)
  6. I would like to combine 2 individual products into one variant

    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)
  7. It can happen that an order is subsequently changed or the shipping costs change. In such a case, there should be a possibility to request money via Paypal afterwards.

    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)
  8. More and more our B2B customers want to connect their ERP or ecommerce platform via merchants onlineshop per OCI punchout.

    So we need OCI (version 4.0 and 5.0) support directly in Shopware.

    8 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  ·  B2B  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. It would be very important to have an option in the shopping lists to automatically ignore products with a quantity of 0.

    Currently, if you try to add a shopping list to the shopping cart that contains a product with a quantity of 0, you get an error message (The quantity (0) is incorrect.), see screenshot.

    Of course you can simply remove the products from the shopping list, but this is a lot of extra work.

    Example:

    A merchant creates a shopping list for his groceries and orders them. After a week, the retailer walks through his warehouse and notices…

    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

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. In the import/export profiles, it is not possible to set the stocks per warehouse per file. The variables are available and can be used in the profile, but the fields are not taken into account in both directions. Please check whether it is possible to assign a product to a warehouse via import in the near future and also set stocks per warehouse.

    DE
    In den Import- / Exportprofilen ist es nicht möglich die Bestände pro Warenhaus per Datei zu setzen. Die Variablen sind zwar vorhanden und können im Profil verwendet werden, aber die Felder werden in beide Richtungen nicht…

    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)
  11. Certain roles don't need to get notifications about licence violations and updates. Therefore, we need to bind those notifications to dedicated user permissions.

    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)
  12. Currently, MailBeforeSentEvent has no setter methods to manipulate mail data.

    The Symfony documentation describes such an event where one could update subject and message properties: https://symfony.com/doc/current/event_dispatcher.html#how-to-customize-a-method-behavior-without-using-inheritance

    My use case is that I want to edit the mail contents. For that, I need to adjust the return value of the private method "buildContents". That seems not possible with a decorator.

    A workaround is to completely replace the core MailService class:

    <service id="Shopware\Core\Content\Mail\Service\MailService" class="MyPlugin\Service\MailService">
    ...
    </service>

    That, however, will lead to breaking changes if the MailService class gets patched in the future.

    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

    0 comments  ·  Other  ·  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. It should be possible to output the shipping costs automatically as in Shopware 5, and not statically!

    It should also be possible to output prices when they are generated with PriceRules. At least for the standard customer group.

    It should be possible to exclude articles that were excluded with Dynamic Access from the feeds. At least for the standard customer group.

    These are not "wishes" - rather things that should actually be a matter of course.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. In SW5 there was a "new products" function on the product detail page - in a slider.

    Would be nice to have this as standard in SW6.

    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. We want to validate street in the registration for using a number. Customer sometimes forget to enter a number in the street field, so the delivery is not possible. Simply checking for using a number could fix this problem.

    44 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)
  16. Admin Center: In the order detail it would help to show the overall stock of every position. It is a small change that helps the customer support if someone have questions about orders like delay on shippment.

    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)
  17. It would be great to have separate customer numbers for the roles in B2B suite. So the shop owner could bill these customer numbers separatly. Otherwise the owner needs to determine trough the address which order went where and bill them after that which is time consuming and prone to errors.

    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  ·  B2B  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. It is currently not possible to use individual discount codes of a promotion together.
    This means, for example, if you send a customer 4 individual voucher codes with a €50 discount each so that they can redeem their €200 total discount either split up or several codes together, this will not work if the individual discount codes all come from one promotion.

    However, if the individual discount codes come from 4 different promotions, the customer can redeem them in combination.
    This function would be a useful extension for many customers, for example by adding a button in a promotion asking…

    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. New: filter and column: sales revenue

    Why: filter to check customers who should be contacted automatically to reactivate or delete customers.

    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)
  20. Neutral shipping / select sender address

    It should be possible to provide a field for neutral shipping for every order.

    Agencies and many other corporate customers only order with neutral shipping and have the goods sent directly to their customer - as if it were coming from our customers.

    At the moment and in times of dropshipping, this is only possible via an expensive in-house development, but should be available as standard.

    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)
  • Don't see your idea?