1307 results found
-
Delivery period display in the shopping basket / Lieferzeitraum-Anzeige Warenkorb
The delivery period display makes no sense if the system cannot calculate the weekends and perhaps also understand the maximum time up to which orders can be processed immediately.
Our GLS parcel service takes everything that we receive as an order by 10 a.m. on the same day and delivers it the next WORKING DAY or after a maximum of two days. So it's a great advertising factor for us to state the delivery time as 1-2 working days.
But if customers then see in the delivery period: 24-25 May (that's Saturday and Sunday) then it confuses them or, in…
3 votes -
Product filter - no sales channel assignment
It is currently only possible to filter by sales channel assignment in the product overview. It is not possible to filter for products that are not assigned to a sales channel.
4 votes -
Extended debugging e-mail/template dispatch
Many customers customize the email templates for their shop. It often happens that certain e-mail templates are no longer sent because, for example, variables are incorrect.
Troubleshooting the cause is then very difficult and time-consuming because:
- There are no errors in the log with indications of the cause.
- The e-mail test function still works with the e-mail template because variables are ignored.
As a result, the e-mail template and the variables have to be checked with a great deal of effort and there are a lot of support tickets for this, as customers quickly reach their limits.
In order to…
15 votes -
Replace Webpack with Vite in Shopware Administration Panel
Switching from Webpack to Vite in the Shopware Administration Panel would significantly improve development speed and the developer experience. Vite offers faster builds, better HMR (Hot Module Replacement), and modern JavaScript tooling. Its optimized build process and plugin ecosystem make it a future-proof choice for modern frontend development.
By adopting Vite, Shopware developers would benefit from shorter feedback loops during development and an overall more efficient and enjoyable workflow. Additionally, it aligns Shopware with the latest frontend development trends, ensuring continued relevance and appeal to a broader developer community.
9 votes -
Delete media - folders get not removed
If a medium is deleted manually in Contents > Media, the folder path, e.g.
/media/38/85/66/1728367134/
, is retained, only the file is removed. The same phenomenon also occurs when deleting/clearing up via Command line. Even if each directory only takes up a small amount of space, many empty directories quickly accumulate, which means that a lot of unnecessary space is taken up.Please also remove the directories when cleaning up.
Wenn ein Medium in Inhalte > Medien manuell gelöscht wird, bleibt der Ordnerpfad z.B.
/media/38/85/66/1728367134/
erhalten, nur die Datei wird entfernt. Das gleiche Phänomen tritt auch auf, wenn die Löschung…12 votes -
delivery time as variable for email templates
enable display of delivery time per item within the e-mail template via variable
7 votes -
Appointment tool / mandatory telephone field
Especially for forwarding companies it is important to be able to schedule, e.g. via telephone number field or appointment tool
3 votes -
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 votes -
Flexible Product Count in Three-Column Boxes
In the three-column product boxes, it should be possible to choose how many products are displayed per row. Right now it’s fixed to 3. A setting for 2, 3, 4, 5, or 6 products would be helpful—so all are visible in one row without needing a slider.
2 votes -
Customise size of elements for Digital Sales Room
The product boxes in the DSR Commerce blocks (three-column and slider) are too large. I'd like an option to reduce their height significantly—ideally so 3 products fit side-by-side and each takes up only about 1/4 to 1/3 of the slider height. This would allow better integration with background images and text above the products.
2 votes -
App secret rotation
A question came in how a app secret rotation can be set up in a Shopware installation. Currently this is only manually possible, the cache has to be cleared and all users have to log-out.
There has been a discussion on the internal product-helpdesk on this topic. As it was said there, this question for a best practice fort changing the secret was a valuable feedback. For further investigation I created this topic for the customer, who asked.2 votes -
Documents templates for payment reminders & overdue notices should be added
Shopware 6 currently lacks native document types for payment reminders and dunning letters, although they are essential components of efficient receivables management.
By adding this function, merchants could create, send and manage automated payment reminders and dunning letters directly from Shopware. This would not only reduce manual effort, but also optimize cash flow and improve the customer experience by handling payment reminders professionally and system-supported.
Such an extension would make Shopware 6 even more attractive for companies that want to further automate their business processes.
4 votes -
Add "Order confirmation" document as template
Under “Documents”, the standard option “Order confirmation” should be supplemented with a document template in shopware 6 as standard.
4 votes -
Add cookie banner position setting in admin
Currently, the cookie banner is only displayed at the bottom of the footer and is therefore easily lost. We would like to have a function in the admin settings so that we can determine ourselves whether the cookie banner should appear as a pop-up in the middle of the store page or, as is currently the case, under fixed at the footer.
It would also be great if you could influence the cookie banner even more, for example insert links or display logos.
4 votes -
Use Thumbnails for Property Images in Filter
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.
2 votes -
Quotes: Shipping and payment
For offers, the shipping method and payment method used cannot be changed or edited. A shipping method and a payment method are still specified. It should be possible to change this data when editing.
Bei Angeboten kann die verwendete Versandart und die Zahlungsart nicht geändert oder bearbeitet werden. Deonnoch wid eine Versandart und eine Zahlungsmethode angegeben. Bei der Bearbeitung sollte die Möglichkeit bestehen diese Daten zu ändern.
3 votes -
Keep admin menu open
Please stop auto collapsing the menu sidebar, when clicking on the page editor (Erlebniswelten). Its so annoying and completely unnecessary on large screens.
3 votes -
Image keyword assistant multi-language support
It should be possible to generate the alt texts for multi-language shops in the respective language.
3 votes -
Image keyword assistant for existing images
It should be possible to generate alt texts for existing media using the image keyword assistant.
Currently this only works for newly uploaded images.
3 votes -
It should be possible to assign the main account to an employee role.
It should be possible to assign the main account to an employee role.
For example, it can be stored as an approver for order authorisations.
3 votes
- Don't see your idea?