- or
No existing idea results
- ~ No ideas found ~
1434 results found
-
Add hreflang support across multiple sales channels
Currently hreflang only applies to different domains within one sales channel. It would be useful to be able to define other languages for hreflang tags across multiple sales channels (i.e. separate sales channels for EU and US, linking to each other)
6 votes -
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 votes -
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, realistic image via AI.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 votes -
Add calculation possibility to rule builder
In some cases, the total height or width of a load is required. This may differ from the height of a single product, so such a rule would be helpful.
2 votes -
Enable Search for Custom Fields in B2B Quick orders search field
The B2B Components Quick Order feature should be extended to support searching by custom fields.
This would allow companies to tailor the search experience to their specific data models—for example, enabling search by internal article numbers, supplier SKUs, or industry-specific identifiers. Enhancing the search logic in this way significantly improves usability and efficiency for B2B customers who rely on custom attributes in their ordering processes.
2 votes -
Show admin user who created an order
Currently there is only a static badge that shows if an order was created by an administrator.
It would be nice if the actual user could be displayed, for example as a tooltip in the order list and directly in the badge in the order details.
5 votes -
AI enable headless shop to use the features
EN
If a headless store wants to use the AI features, there is no API endpoint that can be used for this. At least there is no reference to this in the developer documentation.
So the idea is to make AI features usable via API and document the functionality.DE
Wenn ein headless shop die AI Features nutzen möchte, gibt es keinen API Endpunkt, der dafür genutzt werden kann. Zumindest ist in der Entwicklerdokumentation diesbezüglich kein Hinweis zu finden.
Idee ist also: AI feature über API nutzbar zu machen und die Funktionalität zu dokumentieren.2 votes -
Store default currency in the customer account like the default language
It would be great if you could also store the default currency in the customer account. At the moment you can only select the default language.
2 votes -
Define sorting criteria for Admin Search
I would like to be able to define sorting criteria within the admin search. This should ensure that I can sort the search results (for orders, for example) in ascending/descending order number order.
3 votes -
Personalize media library filter
We would love to have a way to personalize the display of the media library. What do we mean by that? We would like to set it so that we always see the most recently uploaded images or files, regardless of which folder they are in. It is extremely time-consuming to change the images to the “Creation date descending” filter each time and in some settings to click on the Media library button to be able to select the images that we have just uploaded and want to include in a product.
5 votes -
UI / UX Improvements on Data Mapping in Shopping Experiences
Please add pagination and search field to the data mapping (Datenzuordnung) list in CMS elements.
1 vote -
Multi Inventory - Save multiple stock updates at once
Feature: Multi Inventory
If you have multiple warehouses in a warehouse group, at the moment you need to save the changes for every single warehouse one after the other. This does not feel intuitiv and slows down the process.
I have recorded this in a test environment:
https://www.awesomescreenshot.com/video/44727162?key=8481c10b30e8e71a1daeda1cee4be3daAs you can see this can be quite annoying.
In my opinion, it would be more user friendly if there would be one global save button for the multi inventory window than having to save every single change for every single warehouse.
1 vote -
Multi Inventory - Adding stock redirects annoyingly
When working with the Shopwares Multi Inventory feature and wanting to assign stock to products, there is an annoying redirect to the first Warehouse Group after every update of stock in another Warehouse group.
I have recorded this to showcase:
https://www.awesomescreenshot.com/video/44724575?key=28cd44e9f3bd2e226b5b66e013185d70As you can see in the video, whenever I apply changes to warehouse group 2 & 3, you get redirected to the group 1 again, even if I might still need more changes applied in those previous groups. This interrupts and slows down the process, because I have to navigate back to either group 2 & 3 again.
1 vote -
Add "Show password" button to registration form and account profile
It's currently not possible to see the password you've entered when registering or changing your existing password in your account profile
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 -
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 native support for this in Shopware.
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 votes -
Add proper postal code validation
The current postal code validation is not only disabled by default, but also has very rudimentary Regex rules as default, for example \d{4} for Germany.
To prevent malicious sign-ups, the validation should be improved by shipping better default Regex strings for the post code validation, to ensure that spam sign-ups are at least a bit more restricted.
2 votes -
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 votes -
delivery time as variable for email templates
enable display of delivery time per item within the e-mail template via variable
8 votes -
Set product sorting permanently.
The sorting under Catalogs - Products cannot currently be changed permanently. For example, if sorting by the creation date is desired, it must always be triggered manually and cannot be defined per user.
12 votes
- Don't see your idea?