172 results found
-
Add possibility to extend page format for documents
It should be easier to extend the available page formats for documents.
For example we want to print our delivery note on a label printer or thermal printer as we have already seen with some retailers. Shopware does not currently offer a solution for this.1 vote -
Assign products to a subscription through dynamic product groups
When setting up a subscription (settings > subscriptions) products currently need to be assigned manually. It would be desirable to be able to assign products using dynamic product groups as an alternative.
3 votes -
App secret rotation
A question came in how a app secret rotation can be set up in a Shopware installation. Currently this is only manually possible, the cache has to be cleared and all users have to log-out.
There has been a discussion on the internal product-helpdesk on this topic. As it was said there, this question for a best practice fort changing the secret was a valuable feedback. For further investigation I created this topic for the customer, who asked.2 votes -
Documents templates for payment reminders & overdue notices should be added
Shopware 6 currently lacks native document types for payment reminders and dunning letters, although they are essential components of efficient receivables management.
By adding this function, merchants could create, send and manage automated payment reminders and dunning letters directly from Shopware. This would not only reduce manual effort, but also optimize cash flow and improve the customer experience by handling payment reminders professionally and system-supported.
Such an extension would make Shopware 6 even more attractive for companies that want to further automate their business processes.
4 votes -
Add "Order confirmation" document as template
Under “Documents”, the standard option “Order confirmation” should be supplemented with a document template in shopware 6 as standard.
4 votes -
Add cookie banner position setting in admin
Currently, the cookie banner is only displayed at the bottom of the footer and is therefore easily lost. We would like to have a function in the admin settings so that we can determine ourselves whether the cookie banner should appear as a pop-up in the middle of the store page or, as is currently the case, under fixed at the footer.
It would also be great if you could influence the cookie banner even more, for example insert links or display logos.
4 votes -
Import of products should pause the indexing
Currently it is not possible to pause the indexing while an import of products or variants is ongoing. This results in abnormal import times.
An Import of 100 Products with variants wich aproximately should take several minutes, lasts for hours.
There is a Parameter in the API that can be used to postpone the indexing of products while the import is ongoing.
https://shopware.stoplight.io/docs/admin-api/faf8f8e4e13a0-bulk-payloads#performance
Is it possible to use this behavior also for the import/export?
2 votes -
Country settings per sales channel
It should be possible to define country settings (e.g. setting the "shipping"-flag) per sales channel
6 votes -
subscription interval should be switchable between even and uneven weeks
Currently it is possible to define subscriptions wit a 2 week interval but it is not possible to define if this turn is on even or uneven weeks.
In the detailed settings for the interval you can define on wich day of the week the order should be created but the system counts the weeks by the start of the month/year.
It should also be possible to define if it is an even or uneven 2 week term.
2 votes -
Improve admin layout to preserve 'Select category ...' visibility
.sw-category-tree-fieldmain-wrapper > .sw-block-fieldblock {
height: fit-content !important;
overflow: visible !important;
}1 voteHello!
Thanks for sharing this with us—good eye! It looks like what you’ve reported is actually a bug rather than an idea or feature request. To make sure it gets the right visibility and tracking, could you please add it to our GitHub Issues board? That’s where our engineering team triages and fixes bugs most efficiently.
How to report bugs:
Shopware 6 - Tutorials & FAQs - Why do we use Github Issues?
Once it’s logged there (a quick description, steps to reproduce, and any screenshots are super helpful), we’ll be able to jump on it. Thanks again for helping us keep things running smoothly!
-
Resend order confirmation
Implement a function / Add button to resend order confirmations
13 votes -
IP detection for Rule Builder
Rule Builder is a great tool for helping to shape the customer journey, but it currently can only operate in a reactive way. For example, if we have restricted products that can't be sent to a given state or country, the shopper can still see and potentially add them to the cart and it won't be until they enter their address that the products will be removed (in the case of a feature like Dynamic Access.) My suggestion is to add an IP condition to rule builder where users will be able to set rules based on the IP of…
2 votes -
Two factor authentication support for admin
For security reasons it will be favorable to add native Two factor authentication support in the admin.
21 votes -
User permissions: Selective access to elements (Shopping Experience Layouts, products, etc)
It would be great, if the user permissions would also allow to give users only access to specific elements of a menu.
For example, if a user is only supposed to have access to one specific Shopping Experiences layout to work on, it currently requires the user to get access to all layouts.
Especially when you are working with external partners, which should only have access to designated elements, a more detailed permission level would be useful.
2 votes -
Add possibility to change shop default language
It is not possible to change the global default language of the Shopware 6 store after installation. This often leads to frustration or unexpected problems in the management of products and translations. Changing the global default language is currently only possible via a new installation or risky DB adjustments,
Please add a function that allows you to change the default store language in the settings.
3 votes -
Manufacturer pages in the same tab
It would be useful if the shop owner could decide/set whether the link to the manufacturer's website (click on the logo/manufacturer on the product detail page) is opened externally in the new tag or in the same tab.
If a store page for the manufacturer is to be displayed instead of the manufacturer's website, this is less useful in a new tab.
Here it would be better if the owner had the option of opening the page in a new tab or in the same one
2 votes -
Rulebuiler condition which detects the change of payment method
Condition in the rulebuiler which determines the (non-balanced) change of payment method.
Something like: Used payment method was > Incoice > is now > prepayment
For example, in the flow builder you could influence the mails that are sent when the status changes, so that a distinction is made between manual switching (by the admin) or automated switching (by payment integrations) and the payment method change by the customer in the frontend.
Since the order also reaches the status “canceled” when the customer changes the payment method in the frontend, these mails could be prevented here, as they can be…
2 votes -
Line item rule amount of products within a dynamic product group for discounts
Currently it is not possible to add a rule to a discount that checks the amount of products per lineitem and additonal conditions.
e. g.
You want to ensure that only products with a tag and an amount of 10/above is in the cart. This has to be checked by lineitem, so products and variants that include the TAG but have only an amount of 1 in the cart do not apply to the discount.
if you use the condition "amount of products" it is related to all itemlines of the cart.
If you choose "Item quantity" it matches, but…
1 vote -
Improve UI and Logic for Postal Code Validation and Advanced Validation Rules
he current UI for the Postal Code settings is not intuitive and may confuse users. The "Advanced Validation Rules" option can only be enabled after enabling "Postal Code Validation," but there is no clear indication that these options are linked. Additionally, there is no visibility into which validation rules apply when enabling "Postal Code Validation."
Problems Identified:
Lack of clear dependency between "Postal Code Validation" and "Advanced Validation Rules."
No information on which postal code validation rules are applied by default.
Unclear if "Postal Code Required" influences the validation settings.
2 votes -
Unlinking properties should be bound to a detailed privilege.
It is currently not possible to delete properties via the small X (see screenshot) using a detailed privilege.
The deletion is currently bound to the technical privilege “product.deleter”, which cannot be found in the admin and can only be given via API/DB or the general deletion permission for products.
Using "Configure properties", you can also delete the properties via a detailed privilege, but it should also be possible to simply delete properties using the small X.
1 vote
- Don't see your idea?