87 results found
-
Elle Theme: Standardized display of payment methods and shipping methods
Payment methods currently have a white frame on the main page of the store. This is not the case for shipping methods and therefore results in a different appearance.
To be recreated in the standard Elle theme.
2 votes -
Possibility to deactivate the checkbox for the privacy policy in forms
It would be nice to have an option to deactivate the checkbox for the data protection information within the forms, as is also possible via the settings during registration.
2 votes -
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 -
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: 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 -
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 -
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 -
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 -
Lithuanian and Estonian languages in the languagepack
It would be nice if the language pack also supported Lithuanian and Estonian.
2 votes -
Theme for B2B
Build a theme for B2B as a perfect starting point for B2B projects. It should be designed more "technically" to find as many products as possible quickly, add them to the shopping cart and buy them. A very large number of categories should be presentable ("Megamenu"). A large number of variants should be displayed comfortably. It should be possible to display many scales and customer-specific prices. And the B2B Suite is smoothly integrated.
2 votes -
More AI with an advisory function
More AI with an advisory function
Admin:
- User logs in and the AI checks e.g. the stock levels of certain products and points this out and suggests a saleFrontend:
- Sorting and categories can be composed individually based on user behavior. No more rigid structure, but an AI evaluation of what might suit the customer. Gamechanger- AI sorting based on prioritized articles and e.g. seasonal conditions. For example, change the display of winter blankets in summer or move them back.
1 vote -
Check for Database charset with warning in the admin
Some customers have incorrect charsets running in the background (database). This is normally only noticed when errors actually occur, e.g. during an update.
It would therefore be a great advantage if the charset could be checked in the background and if there was then a message in the admin, for example. This would prevent errors in future updates.1 vote -
Query data from Shopware Analytics
It would be good if the data from Shopware Analytics could be accessed via the API in order to integrate it into Grafana, for example.
1 vote -
It should be possible to prevent customers without a Paypal account from buying something via Paypal.
If you enter an email address in the Paypal login window that is not registered with Paypal, you can still be paid via Paypal by direct debit. It should be possible to prevent this.
1 vote -
Rule Builder Rules for tax
There are special cases where the customer has to pay a different tax rate based on the zip code, for example. There is currently no way to use a rule to check which tax rate should be charged in such cases.
Such an option would be desirable for customers1 vote -
Rule for checking product availability
So far there are rules for checking the stock of a product. However, it would be useful to have a rule that checks whether the number of products in the shopping cart exceeds the number of available stock.
Customers could use this rule to check whether the order is really covered by the current stock or whether the number of products ordered exceeds the stock.
This is relevant for the availability of express shipping, for example.1 vote -
Opportunity to change the order of storefront snippet files
There should be a way to customise the order in which the storefront snippet files are loaded.
Currently the snippet files are loaded in a first come first serve principle.
For example like this
vendor/shopware/core
vendor/mycompany/mytheme/
vendor/store.shopware.com/
vendor/mycompany/myplugin/
vendor/store.shopware.com/swaglanguagepackLoading the snippet files should be like this:
vendor/shopware/core
vendor/store.shopware.com/
vendor/mycompany/myplugin/
vendor/mycompany/mytheme/So that you can overwrite all others with the snippet files of your own theme.
1 vote
- Don't see your idea?