- or
No existing idea results
- ~ No ideas found ~
1536 results found
-
Duplicate Promotion
Currently it is not possible to duplicate promotions and edit the duplicated one afterwards. This would help to be more efficient in the administration.
13 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 hardcoded pixel values (which isn't good practice to begin with), that requires an even higher specificity to be overriden.
It is not only problematic for developers creating custom themes that need those values overriden, but also for the users. It can make the website inaccessible for users using assistive technology (or even just differently sized devices) due to the overwhelming use of pixels instead of relative units (like rem/em). Additionally, the use of physical instead of logical properties (e.g. margin-top vs margin-block-start) can make the website unusable for users using a different writing mode than LTR.
While I do realise that modifying the entire CSS codebase to accomodate those changes is quite a challenge, I believe in the long run it is critical to address this issue for the benefit of both developers and users.
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 -
Enable Evolve customers to use DSR
Digital Sales Rooms offer a great way to interact with customers especially when your business is heavily dependent on physical stores.
Although a premium (beyond) feature, this is also very interesting for SMBs that are going through the digitalization process which are currently mainly using our Evolve plan.In order to enable merchants to use this feature it could be limited to a certain amount of DSR sessions per month.
This way, customers can get into the process of thinking about using DSR in general and also finding their bearings when setting up a scalable and performant DSR solution that suits their business.
This trickle-down effect could engage our customers more and maybe increase their willingness to switch to a higher plan.
Digital Sales Rooms offer a great way to interact with customers especially when your business is heavily dependent on physical stores.
Although a premium (beyond) feature, this is also very interesting for SMBs that are going through the digitalization process which are currently mainly using our Evolve plan.In order to enable merchants to use this feature it could be limited to a certain amount of DSR sessions per month.
This way, customers can get into the process of thinking about using DSR in general and also finding their bearings when setting up a scalable and performant DSR solution that…
3 votes -
Database table log_entry
It should be possible to deactivate the table "log_entry" and output the logs to a file/STDOUT/STDERR.
Ideally, from a resource management point of view, we would like to be able to restrict data in the log_entry. Because if the entries are useless and are only deleted again, database resources are uselessly wasted which worsens the user experience because relevant SQL statements (e.g. purchases) are slower as a result.
3 votes -
robots.txt optimization
As a shop owner I want to add custom entries to the robots.txt directly in the administration.
30 votes -
Make invoices more customizable
Invoices should be able to display custom information.
It should be possible to show the customers own order number (B2B) or additional text at the end of an invoice ( additional claims)3 votes -
Commercial Feature "Subscriptions" - validate on product stock at renewal
Currently, it is not being validated, if a product is out of stock at the time of renewal of a subscription. Please implement.
2 votes -
Display Countries of delivery and billing address on order overview
We missing a country field on order overview. It shoulb be possible to display countries of delivery and billing address on order overview.
3 votes -
Speaking Urls for filter
For SEO reasons it would be great to have speaking URLs instead of a hash. Every property could get its SEO URL. For example, the URL for a filter for t-shirts in red could look like this: example.com/women/clothing/t-shirts/colour/red.
36 votes -
Link customer e-mail address in order with mail client
It would be helpful if one could click the customers e-mail address in the order overview to open an e-mail window in Outlook rather than copy&paste the e-mail address.
1 vote -
In registration: option to make VAT field mandatory depending on selected country
As B2B merchant I want to have VAT field only mandatory for B2B users outside Germany.
Within Germany it should be optional to filled out.2 votes -
Shopping Experiences: Show more text element
Please add the new element: Show more text to enlarge text while click to a link within the text box.
2 votes -
Sales Channel for Microsoft Advertising
Is there a reason why is Microsoft Advertising/Bing is not included in the Social Shopping App?
3 votes -
Add Random sorting for Dynamic Product Groups in Cross Selling
Currently, if you use a Dynamic Product Group in Cross Selling, you can sort the items by name, price and release date. If you use the same product group for multiple products in the same category, you will end up with the same products in the cross selling slider. It would be better to use a random sorting order so that customers will see different products while browsing.
6 votes -
Sitemap.xml optimization
As a shop owner I want to customize the entries of the sitemap.xml and exclude urls and add custom urls.
38 votes -
Shipping address: Possibility to enter a packing station
Many shops have the option of entering a DHL Packstation with a search function for customers. This function would be a benefit for customers.
5 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.
6 votes -
(optional) product numbers for discounts and promotions
It would be nice to be able to add product numbers to promotions as well optionally. This would make it easier for accounting for example to discern what happened in an order later based on an invoice, for example.
The current handling of it (no product number or anything other than the promotion's name) can make it very difficult to understand what happened in the past - particularly because you must name promotions in a simple way so that the customer is not getting confused and understands what it is that grants them the discount.
In this scenario, the same promotion name might be used at different times with differing conditions, such as "Volume discount".
It would be nice to be able to add product numbers to promotions as well optionally. This would make it easier for accounting for example to discern what happened in an order later based on an invoice, for example.
The current handling of it (no product number or anything other than the promotion's name) can make it very difficult to understand what happened in the past - particularly because you must name promotions in a simple way so that the customer is not getting confused and understands what it is that grants them the discount.
In this scenario, the same…
3 votes -
Overriting Admin Components
At this point it is only possible to inject my App UI using an iFrame and also only when Shop Administrator visit my app from the navigation menu.
Overriding of existing admin components would provide a great improvement (similar to todays Plugin system). Adding custom content or custom UI elements to enrich the existing functionality.
Administrators can from then on would make use of my App Extensions by just clicking on an additional button which appears on the right place in the default UI.
7 votes
- Don't see your idea?