73 results found
-
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 -
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 -
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.
1 vote -
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 -
Structure elements in menus: Choose visibility on viewports
If customers use structure elements in menus, these elements will lead to another click in the mobile menu. Example: Our standard menu clothing > ladies. If you add a structure element clothing > clothing > ladies, the second clothing will be ignored in the desktop menu. In mobile view you have to click on the first clothing and then on the second clothing to open the menu you wanted to reach. Make it decisible for clients.
1 vote -
Shopping Experiences: Product slider with less than 3 products
If you insert a product slider into a shopping experience and you use less than 3 products, the products will not be centred on the page but left-aligned.
If you want to adjust this via the layout settings (for example 500px left margin), the mobile display is no longer centred.
It should therefore be possible to centre the slider regardless of the number of products stored.
1 vote -
Database ENGINE=InnoDB;
When Shopware creates new database tables, it should always add tags like the following. At least when these are the collations that are needed. Otherwise a little database misconfiguration can stop you from installing B2B-Suite for example.
COLLATE=\'utf8unicodeci\'
ENGINE=InnoDB;1 vote -
Remove limitation to 25 results in lists, comboxes, etc.
Remove the limitation to 25 results in lists, comboxes, etc.
If you manage more than 25 languages or have more than 25 promotion rules with similar names - this problem is easy to understand. There are various places in the admin where pagination or auto-reload is given when scrolling.
The request to Shopware:
Please make this universal, and don't limit it to max 25 search results.
7 votes -
Lithuanian and Estonian languages in the languagepack
It would be nice if the language pack also supported Lithuanian and Estonian.
2 votes
- Don't see your idea?