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

1262 results found

  1. What we need:
    It would be wonderful if there could be a way to provide custom CMS elements in apps.

    Why we need this:
    We always want to offer our customers the best possible solutions in our themes, including sales-promoting CMS elements. Due to limitations in the app system, we can currently only do this in our extensions based on the plugin system. Since we also offer our extensions on the basis of the app system, this results in an "unnecessary" duplication and "maintenance effort". A single, unified app is highly desirable.

    The app system lacks the possibility to provide…

    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

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thanks for your contribution.

    Adding your own CMS elements via Apps is possible with the shopware version 6.4.17. It is possible to create new CMS elements via the Admin Extension SDK for both plugins and apps. Read the following docs article: https://developer.shopware.com/docs/guides/plugins/plugins/content/cms/add-cms-element-via-admin-sdk

    If you have any suggestions or improvements towards our approach, feel free to reach out to us.


    Thank you.

  2. With the returns management in the administration, you can now record returns directly in Shopware or store the corresponding data. It is also possible to specify a refund value, which is currently only used in the documents.

    This value should be refunded via the Unified Refund Handler to the appropriate payment method, if allowed and possible.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. If a new sorting option is created, it will automatically be shown in the frontend wherever no custom sorting is used. It would be desirable to have an option that allows you to specify whether a sorting option should be displayed by default or not.

    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. Streichpreis als Variable bei den ITEMs für die Bestellbestätigung

    Damit der Kunde sieht, dass einzelne Produkte längere Lieferzeiten haben. Das entlastet den Kundenservice und erspart Beschwerden, wenn Artikel später versand werden.

    Strike price as a variable in the ITEMs for order confirmation

    So that the customer can see that individual products have longer delivery times. This eases the burden on customer service and saves complaints when items are shipped later.

    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

    1 comment  ·  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. In the Self-hosted and Cloud versions, is it not possible to turn off the send customer order status update email popup or deactivate the pre-activated 'Send email to customer' toggle per default.

    -> This leads to annoying multiple clicks and to, by mistake sent emails which irritate 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)
  6. The possibility to customize the domain cdn.shopware.store with Shopware SaaS

    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)
  7. With the new b2b integration inside the commercial plugin, you are up to integrate salesrepresentatives. Inside the old b2b-Plugin it wasn't possible to buy products as a SR for your own. They just saw there customers.

    It woult be cool if they are able to, because we go lots of external SRs who love to use our products too. In the past we needed double accounting for our external SRs who want to buy our products.

    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  ·  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)
  8. Currently it is not possible to duplicate promotions and edit the duplicated one afterwards. This would help to be more efficient in the administration.

    13 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)
  9. It should be possible to process the messages in the enqueue table according to manually defined priorities. A "Priority" column is available in the table, but without any visible benefit.

    As of now, the customer has to build the index for categories and products quite often, leading to the fact that this process takes several hours. Other processes in the message queue have to wait, such as order confirmations. Therefore the possibility to set a priority is needed.

    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)
  10. While a lot of progress has been made when issue NEXT-28267 was resolved, the Shopware CSS is still full of hardcoded and borderline obsolete code, which makes creating custom themes difficult and results in a bloated codebase.

    As an example, this code block can be found in _filter-panel.scss:

    .icon.icon-filter-panel-item-toggle {
        margin-left: 8px;
    
        > svg {
            top: 4px;
        }
    }
    

    In the same file, a height and padding is hardcoded in pixels for the filter panel:

    .offcanvas-filter {
        .filter-panel {
            height: calc(100% - 80px);
            overflow-y: auto;
            width: 100%;
            padding: 0 25px 25px;
        }
    }
    

    This creates incredibly specific selectors with…

    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)
  11. Digital Sales Rooms offer a great way to interact with customers especially when your business is heavily dependent on physical stores.
    Although a premium (beyond) feature, this is also very interesting for SMBs that are going through the digitalization process which are currently mainly using our Evolve plan.

    In order to enable merchants to use this feature it could be limited to a certain amount of DSR sessions per month.

    This way, customers can get into the process of thinking about using DSR in general and also finding their bearings when setting up a scalable and performant DSR solution that…

    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)
  12. It should be possible to reply to a contact form. Email from the contact request/contact form should jump in directly as a recipient when one clicks on reply.

    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)
  13. Improve the possibilities to design a page in the page builder by adding more blocks, elements and related settings.

    Also, something like what was possible in SW5 with Digital Publishing Element.

    38 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. It should be possible to deactivate the table "log_entry" and output the logs to a file/STDOUT/STDERR.

    Ideally, from a resource management point of view, we would like to be able to restrict data in the log_entry. Because if the entries are useless and are only deleted again, database resources are uselessly wasted which worsens the user experience because relevant SQL statements (e.g. purchases) are slower as a result.

    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)
  15. Currently, all your flows are in one continuous list, all the actions across the whole shop are mixed together.

    Adding a few additional flows can be enough to have a bad experience in overseeing all your flows.
    It would be great, if you can organize your flows with custom groups.

    Group examples:
    1. Initial order flows
    2. Status mail update flows
    3. Login flows
    4. Review flows

    Functionality
    1. You see your custom added groups
    2. You are able to reorganize your groups and the flows to different or new groups.

    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  ·  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)
  16. Invoices should be able to display custom information.
    It should be possible to show the customers own order number (B2B) or additional text at the end of an invoice ( additional claims)

    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)
  17. Currently, it is not being validated, if a product is out of stock at the time of renewal of a subscription. Please implement.

    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  ·  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)
  18. Possibility to convert guests into real customers with an account.

    35 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. A possibility to preview the complete Shop at a specific timeframe, for specific customer groups, rule-based etc.

    • Categories
    • CMS
    • Products
    • Promotions
    • etc
    38 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)
  20. We missing a country field on order overview. It shoulb be possible to display countries of delivery and billing address on order overview.

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