78 results found
-
Delayed dispatch of the "order placed" flow
For the "placed order" flow, there should be the option of a delay, as in many cases the payment method changes shortly after the order has been placed, e.g. because purchase on account is declined or the customer changes their mind.
In these cases, the order confirmation has already been sent via this flow and the mail therefore contains the wrong payment method.
Also very important if there are different e-mail templates for the different payment methods. Here too, this often leads to a problem, which could be solved by a delay.
1 vote -
Name the next major version just "Shopware"
After the Shopware 5 era and the two different products, Shopware 5 and Shopware 6, the next version should be named just "Shopware" (version 7.0.0) to get rid of this "Shopware 5" and/or "Shopware 6" thingy. It´s just "Shopware" in a specific version in the future.
Let "Shopware 6" don´t be the next Typo 3. 😉1 vote -
Correction of incompatibility with extensions
There is currently no Shopware guideline for extension manufacturers that extensions must be compatible with each other.
If an incompatibility between two extensions becomes apparent, manufacturers should be obliged (possibly contractually) to correct this incompatibility, as customers may end up paying for both extensions.
If you are dependent on two extensions, you currently have to hope for the goodwill of the manufacturers to correct the error.
1 vote -
Custom field (labels) should be translatable
It should be possible to translate the additional field labels. If I tick "Maintain in all administrator languages" in the settings, I can still only translate in DE and EN.
1 vote -
Deactivate the newsletter in the footer of the Showroom theme
It should be possible to deactivate the newsletter field in the footer of the Showroom theme by default without the need for any extra template customization.
This would be a useful extension for many users if it could be easily deactivated in the admin.1 vote -
Mobile Interface - Menu button in the administration does not seem to work properly
When you open the administration (mobile) and click on the menu, you will notice that there is no close button, and even when you click outside the menu, it would not close.
From the Shopware issue tracker, i understand now that the Shopware administration currently does not support any mobile view, so this could be an improvement (specially for customers that approach the administration with their cellphones).
2 votes -
Restrict renaming media
If a medium (e.g. image) is used in an article or a post, it should not be possible to rename it via "Content > Media", as otherwise the article will appear in the frontend without an image.
1 vote -
Mobile View: Number of shopping cart items (badget), when using a promotion
Within the mobile view, a number is displayed next to the shopping cart symbol, which describes the number of items.
However, the number also increases if there is a discount in the shopping cart, even though the customer may only have one item (badge shows 2) in the shopping cart.
This confuses customers. The badge should check whether there is a discount and deduct it from the number.
1 vote -
Prioritize messages in the Message Queue
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 -
Make CSS less opinionated & more accessible
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 -
Cloud: Information about maintenance work
We have maintenance work in the cloud from time to time.
In order for customers to be able to prepare for this and not set support tickets for this, it would be a great benefit for the customer if this were pointed out in the admin, e.g. 24 hours in advance.
In this way, the shop could also inform the customers in advance.
4 votes -
Cloud: allow subscription of status page and more information about application updates
There are many cloud application updates that are not specified any further. We would like to know what has been addressed, and we would like to be informed when maintenance is planned so we don’t get surprised by our shop not being available.
Atlassian status page has a subscription feature, so you only need to enable it2 votes -
Support for dynamic Thumbnails through services
Short: Implement plugin FroshPlatformThumbnailProcessor into the core
Longer: Add the ability to define a pattern for thumbnails to be used instead of creating or requesting thumbnails from storage. Additionally, shopware could host a service to convert images on the fly, f.e. see imgproxy.net - maybe just with nicer links. Just add a caching before that and win.
Advantages: Any shop owner has webp/avif-images with the best compression and suitable sizes without wasting storages.
5 votes -
Extend media replace function (e.g. PDF)
If media are replaced via file upload, e.g. with a new version of the PDF, they are not replaced in the CustomFields. This means that all articles have to be updated manually. this can lead to errors if articles are overlooked. (Normal images will be replaced).
Suggestion: extend the replace function so that other used media can be replaced as well.
2 votes -
Note: Order for another xxx € to receive your order free
Comparable to Shopware 5, there should be the option in the standard to display the message "Order for another xxx € to receive your order free".
1 vote -
Cloud Feedback: More individual themes
The choice of themes is more than modest.
A handful of providers who reheat their themes in different forms is not a real selection. The design of the themes is almost always the same.
2 votes -
Cloud Feedback: Roadmap and problems after cloud updates
The system is regularly changed by shopware without there being a proper roadmap for it.
Apparently interfaces are changed instead of deprecating them and ensuring a transition phase, at least that's how I have to understand the warnings that are issued in the shop when enhancements are made. It is completely unacceptable from the customer's point of view if sufficiently large transition phases are not observed in which all providers can adapt to innovations/changes. Never touch a running system" feels like tinkering with Shopware, and in the meantime we have the same concerns about the stability and availability of our…
2 votes -
Collapse admin navigation on mobile devices
Currently, the admin navigation is not collapsible on mobile devices in portrait mode. Once shown, there is no way to collapse the navigation back in, except to completely reload the page. There should be a way to hide the navigation (like on desktop) in order to make the backend usable on mobile devices.
2 votes -
Optimize technical notifications for non-technical users
The notifications shown in the admin are sometimes too technical for the average user, leading to confusion and uncertainties.
9 votes -
Build scss with node-sass
If nodejs is available on the system use node-sass instead of PHP Scss and Autoprefixer to compile the theme.
2 votes
- Don't see your idea?