165 results found
-
The indication of alt texts in the media should be a mandatory field with regard to accessibility
EN
If you upload an image in Shopping Experiences, you then have to go back to the media manager to maintain the old texts there. It would be easier if the field could be filled in directly during the upload (see screenshot attached).The people who work with it the most at our company will add it:
if you can make it a mandatory field that would be even better
you should not be able to simply upload images without ALT texts being added.
it should also not be possible to upload a new image, which already exists with “Alt…
5 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Contact Form: Remove salutation Requirement
In most places, the salutation is no longer a requirement, but for some reason, in the contact form, it still is.
If you want to override this via an extension, you have to override not only the template but also the validation as well as the ContactFormRoute since it builds criteria with the salutationId and assumes it to be set.
There doesn't seem to be a good reason to force this requirement. At the very least, there should be a config to make the field optional.1 vote -
Color recognition - Image Keyword Assistant
The Image Keyword Assistant should be able to recognize colors. This is particularly important for variant articles, where the same images are often used in a different color.
3 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Shopware Publisher: Creates a possibility to restore old versions
Creates a way to restore old versions within Shopware Publisher
5 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Integration of background videos in worlds of experience
It is currently not possible to integrate a background video - comparable to the display on https://scd.shopware.com/ - natively into a CMS page with the standard experience world elements in Shopware 6. Although video and HTML elements exist, these do not allow a combination of background video and overlaying content (e.g. text, buttons, HTML block).
The integration of a video as a background is a common design element in modern web design and is used in particular for landing pages, campaigns or emotional brand appearances. The current CMS structure only allows this with considerable technical effort (e.g. through individual CMS…
3 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Unstable Behavior of the Rich Text Editor in Content Modules
Background:
As a team that works extensively with Shopware’s CMS and builds sophisticated pages via Shopping Experiences, we’ve repeatedly encountered critical usability issues with the built-in rich text editor used in content modules and custom fields.Problem:
The current text editor behaves inconsistently and creates significant friction in content workflows:It frequently injects arbitrary CSS classes into the HTML output without user input.
There is no easy way to reset text color back to the default.
When applying formatting such as bold, it sometimes adds font color tags even though no color change is intended or visible.
Bullet points are…
2 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
If this is still important for your setup, a Shopware developer can build it as a custom extension. Shopware's architecture is designed to be extended, so requirements of this nature can typically be addressed at project level.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
CMS Extension: Allow custom form to be used for newsletter sign-up
Currently, a custom form provided by the CMS extension can only be used to have a customer send a request to a predefined e-mail address. The ability to also use a custom form for newsletter registration would allow the shop owner to customize the layout or add some basic things, i.e. their own mandatory terms & conditions checkboxes.
3 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
AI-Generated Category Images Based on Product Data
Large online shops or platforms often rely on visually appealing category tiles (e.g., “Summer Dresses,” “Outdoor Furniture”) to help users navigate vast product catalogues. These tiles typically feature manually selected photos or stock imagery, which is time-consuming to curate and often lacks contextual alignment with the actual product assortment in the category.
The idea:
Use AI to automatically generate descriptive images for category tiles by analyzing the product data within each category. The system would ingest product information such as titles, descriptions, dominant colors, materials, common product types, and price ranges — and use this data to create a representative,…2 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
If this is still important for your setup, a Shopware developer can build it as a custom extension. Shopware's architecture is designed to be extended, so requirements of this nature can typically be addressed at project level.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Pre-filled custom forms with URL parameters
It would be great if custom forms in Shopware 6 could be pre-filled using URL parameters – for example, in use cases like invoice corrections. This way, values like order number, invoice number, or customer ID could automatically appear in the form when the link is printed on an invoice.
Example URL:
www.shop.com/invoice-correction?orderid=123&billingid=456&customerid=789As a result, the order number in the custom form invoice-correction should now be pre-filled with 123, the invoice number with 456, and the customer number with 789.
At the moment, this only works via third-party plugins (e.g., ACRIS CMS Pro). It would be great to have…
2 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Shopware Publisher: Improve viisbility of changes
It is currently difficult to see what exactly has been changed in the world of experience, as the relevant areas are not really made recognizable. This only works with “Block added”.
4 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
custom form: address variables directly and add them to code in E-Mail-Templates
If you use the email template to send the content of a custom form, there is no way to use a TWIG variable directly in the template. For example if you have a field with technical name bla you can't use for example {{ bla.technicalName }}. The code part in the templates is not filled neither.
2 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Read more for CMS Shopping Experiences Block / Weiterlesen bei CMS Erlebniswelten Block (Truncate text)
EN:
The possibility to select read more and read less in the CMS Shopping Experiences Block. Configuration: the lines after the button for read more is showed.DE:
Die Möglichkeit auf der CMS Erlebniswelten weiterlesen und weniger lesen anzeigen zu lassen. Konfiguration: Zeilen nachdem der Button weiterlesen und weniger lesen angezeigt wird.1 voteNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
View/delete all unused images/media files
A way to display all unused media files in the admin panel and then delete them. This feature was available in Shopware 5.
Eine Möglichkeit im Admin alle nicht verwendeten Mediendatein anzeigen zu lassen und diese dann auch zu löschen. Diese Funktion gab es in Shopware 5.
4 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Enhanced Mobile Customization Options for Storefront
The mobile version of the storefront offers limited customization options compared to the desktop view. While sections can be disabled for mobile, more granular controls — such as adjusting font sizes, spacing, borders, or hiding certain elements like tables — are missing. Providing more flexibility for mobile-specific design adjustments would significantly improve the user experience and storefront quality across devices.
1 voteNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Dynamic mail recipients for custom forms
Allow dynamic mail recipients based on selection witihin a custom form.
Example: A custom contact form contains a dedicated field for "subject:".
Based on whatever a customer is selecting here (e.g. complaint, technical issues etc...) the mail recipient may change.The mail recipient should be determined dynamically. There must therefore be a type of mapping or rule builder within the form configurations in which the mail recipients can be assigned to specific selection values.
3 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Drafting: Create a draft state of your changes
Problem:
Users cannot currently create and manage a comprehensive draft state for changes across their storefronts. This makes it difficult to plan, test, or iterate on updates without affecting the live environment. As a result, merchants may delay changes, work in risky live environments, or rely on inefficient workarounds — increasing the likelihood of errors and reducing agility in campaign or content management.Solution:
Create and manage a draft state for all kinds of changes in Shopware before publishing them live. This allows you to bundle multiple updates, such as content, design, and promotions, into a draft, enabling safe workflows…3 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
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 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Improve inheritance
Many fields shouldn't be inherited from the main language, e.g. meta title, meta description or image titles and alt texts. If no translation is entered for these, it would be better if meta description, image titles and alt text would fall back to the product name. And meta description doesn't need a fall back at all.
Inheriting these fields from the main language only leads to problems. In our case, the main language is german. If we sell a product on our english sales channel as well, there's no way we will ever need german meta data for that channel.
3 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Default layout specific for different sales channels
EN
We have been waiting for this feature for a long time, a category layout created by us set as default layout, super, mega, awesome since SW6...... however, this category layout is applied to all our sales channels. This is unfortunately impractical as we have three different brand stores, and the category layouts can and should be visually different from each other.Example:
Store 1 has custom category layout for its category pages
Store 2 has custom category layout for its category pages
Store 3 has custom category layout for its category pages
–
DE
Wir haben, ein von uns…4 votesNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
-
Lack of Insert-Anywhere Function for Sections in Shopping Experiences
In many of our CMS projects, we regularly need to insert new sections into the middle of existing Shopping Experience pages.
Problem:
Currently, Shopware only allows new sections to be added at the top or bottom of the page. If you want to place a section between two existing ones, you must:Add the new section at the end or beginning.
Manually drag and drop it up/down through the page structure.
For longer pages, this is time-consuming and error-prone.
Wish / Recommendation:
A simple solution such as a “+” button between sections (like in many visual builders) or a contextual…1 voteNot enough interest
We’re closing this idea because it has not received significant interest or activity over the past 12 months. This helps us keep the idea portal focused on the topics that are most relevant to our community.
If this is still important for your setup, a Shopware developer can build it as a custom extension.Shopware's architecture is designed to be extended, so requirements of this nature can typically be addressed at project level.
Thank you for taking the time to submit and support it. We’ll continue to monitor customer needs and may reconsider the topic if interest grows in the future.
- Don't see your idea?