- or
No existing idea results
- ~ No ideas found ~
1484 results found
-
Export orders with redeemed voucher codes
I would like to be able to use the export tool to export all voucher codes redeemed for an order as part of the order export.
8 votes -
search term history for the frontend
It should be possible to store the last used search terms of a guest or active customer.
He should be able to review his last entered search terms.This may be activated via option.
12 votes -
Add Sha512 as legacyEncoder
Currently, only Sha256 and Md5 are supported as legacyEncoders for customer passwords. Please extend this to Sha512.
5 votes -
Invert the filter criteria
Sometimes a filter result is needed, that does not show the result where the criteria fits but where it doesn't fit. As examples:
All customers outside my country that don't pay with XXX
All customers that don't belong to the customer goup xxxOne way for a solution could be to add a check box that leads to an invertion of the selected filter criteria.
3 votes -
Generate thumbnails for PDF documents
Generate thumbnails for uploaded PDF files so that they are visually recognizable in the Media Manager and storefront. This improves usability and makes PDF assets easier to identify at a glance.
3 votes -
Hide Price and Add to Cart Button – Show “Request Quote” Only
In B2B scenarios, it is often necessary to offer products without displaying prices or allowing direct purchases. I propose adding a feature to the B2B Components that allows specific products to be configured so that the price and “Add to Cart” button are hidden. Instead, only a “Request Quote” button should be displayed.
This would enable merchants to:
Offer products where prices are negotiated individually.
Streamline the quoting process for high-value or custom items.
Improve compliance with B2B pricing strategies and contractual agreements.The configuration should be product-specific and easy to manage via the admin panel, ideally with bulk selection options.
In B2B scenarios, it is often necessary to offer products without displaying prices or allowing direct purchases. I propose adding a feature to the B2B Components that allows specific products to be configured so that the price and “Add to Cart” button are hidden. Instead, only a “Request Quote” button should be displayed.
This would enable merchants to:
Offer products where prices are negotiated individually.
Streamline the quoting process for high-value or custom items.
Improve compliance with B2B pricing strategies and contractual agreements.The configuration should be product-specific and easy to manage via the admin panel, ideally with bulk selection…
6 votes -
Feedback regarding voucher/promotion response in the shopping cart
Topic: Missing User Feedback for Unactivated Coupon Promotions
Description:
When a customer enters a coupon code linked to a promotion during checkout, it is technically validated.If the promotion cannot be activated due to the current contents of the shopping cart (e.g., due to product category or discount restrictions), the customer receives no feedback on the front end.
From the customer's perspective, nothing happens – even though the code would be valid.
Current Behavior (Default):
- Coupon is checked in the background.
- No error message or information is displayed if conditions are not met.
- The customer does not know whether the code is invalid or if there are simply no matching items in the shopping cart at the moment.Expected Behavior / Improvement Suggestion:
- Display of feedback such as:
"The coupon has been accepted, but there are currently no matching items in the shopping cart."
- Alternatively: A generic message stating that the coupon will be activated as soon as matching items are added to the shopping cart.Rationale:
- Increases transparency and customer trust.
- Avoids frustration caused by seemingly "non-functional" coupons.
- Improves user experience without impacting existing promotion logic.Suggested implementation:
- Add an informational message to the frontend (e.g., in the sw-promotion-code-form or via AddCodeError/AddCodeSuccess handling).
- Alternatively: A backend event hook that checks promotions and provides a flag or message object.Topic: Missing User Feedback for Unactivated Coupon Promotions
Description:
When a customer enters a coupon code linked to a promotion during checkout, it is technically validated.If the promotion cannot be activated due to the current contents of the shopping cart (e.g., due to product category or discount restrictions), the customer receives no feedback on the front end.
From the customer's perspective, nothing happens – even though the code would be valid.
Current Behavior (Default):
- Coupon is checked in the background.
- No error message or information is displayed if conditions are not met.
- The customer does not…3 votes -
Customers also bought
There used to be the ‘Customers also bought’ function in Shopware 5, which automatically displayed products that were bought by customers who also bought the product that was called up.
There is already the option to display such products via cross-selling, but not automatically, which would be a helpful improvement.
9 votes -
Adjustment of address format for countries as a bulk adjustment
Adjusting the address format for countries as a bulk adjustment would be an improvement, as this currently has to be done individually for each country and cannot be controlled centrally for all countries if, for example, you simply want to add the salutation.
3 votes -
Different texts for error messages regarding promotion codes provide clearer instructions to the buyer. Currently, only one text is possible
We want different texts for error messages with a promotion code showing our customers why they can not use this code - for example 150 Euros + ... then 5% discount - 100 euro in the shipping card - text " buy for 50 more euros to get the 5%" ... something like that.
2 votes -
Don't use the first page of a paginated sequence as the canonical page
Use URLs correctly:
- Give each page a unique URL. For example, include a ?page=n query parameter, as URLs in a paginated sequence are treated as separate pages by Google.
- Don't use the first page of a paginated sequence as the canonical page. Instead, give each page its own canonical URL.
Currently, the canonical page in categories is always the first page. Without pagination URLs.
According to Google, the canonical URL should be set up including pagination.
Please correct this.
2 votes -
Force customers to assign a new password after creation via the administration
There should be an option to force customers - that have been set up through the administration - to change their password after the initial login.
3 votes -
Default Theme: Footer and Category Overview Background Color Not Customizable
As a shop owner,
I want to configure the background colors of the footer and category overview within the default theme settings,
so that I can easily create a consistent design for dark or light themed shops without custom CSS overrides.When using the Shopware Default Theme, the background color of the footer and the category overview cannot be adjusted through the theme configuration.
This limitation causes issues for shop owners who want to build a dark-themed store, since the default bright background colors do not match and result in a visually inconsistent and unprofessional appearance.
Actual Behavior:
These areas cannot be adjusted via the theme settings.
Only by overriding CSS/SCSS manually can the styles be changed.
Expected behaviour
The footer background color can be customized via the theme configuration.
The category overview background color can be customized via the theme configuration.As a shop owner,
I want to configure the background colors of the footer and category overview within the default theme settings,
so that I can easily create a consistent design for dark or light themed shops without custom CSS overrides.When using the Shopware Default Theme, the background color of the footer and the category overview cannot be adjusted through the theme configuration.
This limitation causes issues for shop owners who want to build a dark-themed store, since the default bright background colors do not match and result in a visually inconsistent and unprofessional appearance.
Actual Behavior:
These areas…
3 votes -
ZIP code validation only takes effect once all other mandatory fields have been filled in during checkout.
While testing the checkout process, I noticed inconsistent behavior when validating the postal code.
Steps to reproduce:
Go to checkout.
Select country.
Enter an invalid value in the “Postal code” field (e.g., asdasd or asd123).
Leave at least one other required field blank.
Click “Continue.”
Result:
All required fields are marked as incorrect except for country and zip code.
The zip code is not displayed as invalid in this state.Further behavior:
As soon as the previously missing required field is filled in, the zip code validation takes effect retrospectively and the field is then marked as incorrect.Expected behavior:
The ZIP code should be validated immediately as soon as an invalid format is entered, regardless of the status of other required fields or alternatively, a uniform validation behavior should be applied to all required fields.Note:
Even though this case is likely to occur rarely, the behavior appears inconsistent to users and could lead to confusion.While testing the checkout process, I noticed inconsistent behavior when validating the postal code.
Steps to reproduce:
Go to checkout.
Select country.
Enter an invalid value in the “Postal code” field (e.g., asdasd or asd123).
Leave at least one other required field blank.
Click “Continue.”
Result:
All required fields are marked as incorrect except for country and zip code.
The zip code is not displayed as invalid in this state.Further behavior:
As soon as the previously missing required field is filled in, the zip code validation takes effect retrospectively and the field is then marked as incorrect.Expected behavior:…
2 votes -
A kind of mini GitLab/GitHub for plugins
Shopware flies the flag for open source and community involvement in further development, bug fixing, etc.
You also offer a store with extensions from others, where these can be purchased. However, this is where the idea of contributing ends. The plugin is a state secret until it is purchased and can be imported using
composer, at which point the code becomes known.In order to request changes to plugins or report bugs, you have to create a ticket in your account, in which you then try to insert code for which the editor is not at all suitable. Everything is complicated and cumbersome.
Idea: provide a kind of mini Gitlab/Github for plugins, where the ‘customers’ of the plugins themselves can make pull requests for plugins, so that plugin manufacturers and contributing developers can quickly make fixes or feature requests. This could certainly be restricted so that you only see plugins that you have purchased.
Shopware flies the flag for open source and community involvement in further development, bug fixing, etc.
You also offer a store with extensions from others, where these can be purchased. However, this is where the idea of contributing ends. The plugin is a state secret until it is purchased and can be imported using
composer, at which point the code becomes known.In order to request changes to plugins or report bugs, you have to create a ticket in your account, in which you then try to insert code for which the editor is not at all suitable. Everything…
3 votes -
Add Custom Text Field per Cart Line Item (B2B Commission Feature)
Would be great to have a feature within the Shopware 6 - B2B Components that allows B2B customers to add a custom text field for each cart line item (like a Commission). This enhancement aims to improve flexibility and support B2B customer-specific internal processes during order creation.
In many B2B scenarios, customers need to add additional information for each product in their shopping cart — for example, internal article numbers, project references, delivery notes, or other customer-specific comments. Currently, there is no native option to capture such information directly at the line-item level.
3 votes -
Option to automatically show new reviews
It would be nice to have an option for reviews to be shown automatically. Currently you have to enable this individually for each review.
11 votes -
Add FlowBuilder Trigger for when Customers edit their adress information
A few shops let their customers rent products and when these customers move to another place the shop owner wants to be informed
5 votes -
Custom forms: Easy reply to the customer
There is already this feedback / feature request: https://feedback.shopware.com/forums/942607-shopware-6-product-feedback-ideas/suggestions/50220672-add-cc-bcc-and-reply-to-features-to-the-mail-func.
In addition it should be possible to define an email adress, that custom forms (or default forms) can reply to.
Of course one can add an email field in the form fields. But this cannot be used to open the form mail and click on reply to "customer email"
2 votes -
Expanding columns under products, customers or orders
We've received requests from several departments asking if we could add additional columns for products, customers, or orders.
For example, the customer's last login date.
The reason for this is that customers often create multiple accounts (guest accounts).
This field would make it easier for our customer service to identify which account the customer is referring to, since 99% of the time it's the account that last logged in.
'Sales' would also be a really helpful column for us for products.
The standard fields should simply be available as optional items to simplify daily work.
4 votes
- Don't see your idea?