- or
No existing idea results
- ~ No ideas found ~
1300 results found
-
Cloud: Deactivating the e-mail function
If you import customers, for every customer will be sent a registration mail. You can't deactivate the mailer in the cloud to prevent this.
There will be need an option. Here, not every customer may receive a mail again.
1 vote -
Use lowercase for URL
URLs are (from the domain) casesensitiv ("/Clothing" theoretically is sth different than "/clothing") . Shopware corrects that and therefore it´s possible to open any spelling within URLS (e.g. "/cLoThInG" instead of "/clothing"). Within the preview we explicitly spend "/Clothing" as a canonical-URL. Every URL should be lowercase by default.
17 votes -
Save & share shopping basket
As B2B customers oftentimes work collaboratively and on a frequent basis with their orders it is handy to have the possibility to save and share shopping baskets with other colleagues.
9 votes -
Make it possible to change country settings in bulk
Currently, when you install Shopware, the country and tax configuration is very basic. This is of course because there is no "right" state that covers every scenario for every shop and this should be looked at and configured by every merchant depending on their circumstances.
However, currently, this requires touching up every single country you plan to do business in individually, which is a lot of work.
Most shops would probably be able to deactivate taxes for all countries in general and then touch up the ones where they cannot do this - this would be a lot less work. Just as an example.
It would be nice if you were able to do this with a bulk edit, which we already use in many other places.
Alternatively, being able to assign countries as we allowed in Shopware 5 - to EU and World for example - would aid a bit in this regard. At the very least, we'd have the ability to change them in the database based on the values in there. It would also open up the possibility to do taxation via our Rule Builder, like
If delivery address in country group | World | Set Taxfree (b2c) to 1
Currently, when you install Shopware, the country and tax configuration is very basic. This is of course because there is no "right" state that covers every scenario for every shop and this should be looked at and configured by every merchant depending on their circumstances.
However, currently, this requires touching up every single country you plan to do business in individually, which is a lot of work.
Most shops would probably be able to deactivate taxes for all countries in general and then touch up the ones where they cannot do this - this would be a lot less work.…
2 votes -
Introduce an seo_url_history DB table
Usually, SEO URLs will be generated from product titles. This is a brilliant idea as long as there will be no changes: If the customer changes the title of a product item, the URL changes as well (in case of typos, when re-indexing? Untested, please check first). It becomes a mess with regular imports when titles of items change on a regular basis.
For these cases, it is good to have a so called seourlhistory table in the database which will be checked first and redirects via 301 to the new location.
Even if one imports from another system, URLs could be imported to the seourlhistory table redirecting to the new location, no matter how these may look like ;)
BTW: Accept of OXID, nobody else might have a feature like this ;)
Usually, SEO URLs will be generated from product titles. This is a brilliant idea as long as there will be no changes: If the customer changes the title of a product item, the URL changes as well (in case of typos, when re-indexing? Untested, please check first). It becomes a mess with regular imports when titles of items change on a regular basis.
For these cases, it is good to have a so called seourlhistory table in the database which will be checked first and redirects via 301 to the new location.
Even if one imports from another…
7 votes -
The possibility to see the whole name of the rules that are used.
A super nice feature ..
It would be very good to get the possibility to see the whole name of the rules that are used. Either the name listed or shown when you hover over. (this applies across all admin)
See the pictures for examples
2 votes -
Minimum order value
As a shop owner I want to make sure, that only certain cart values can be placed as orders in my shop. Otherwhise I want to show a hint or add a surcharge to the cart
18 votes -
Identify used CMS elements
It's very difficult if you have multiple editors and a lot of elements to figure out which element they are seing in order to use the same element on a different position.
As soon as you have placed an element you can't figure out what it is.3 votes -
Double Opt-in for changes in the customer account
Enable double opt-in for changes within the customer account, e.g, if the mail address or other base data is changed.
This should, however, be an optional feature.1 vote -
Promotions: Show only rule builder conditions that fits to the selected rule type
In the promotions you can create "Customer rules, Shopping cart rules, Order rules, Product rules". But not every selected rule condition fits to the selected type of rule.
So you can create rules with conditions, that are not executed in the promotions. This results in errors without error messages.
Therefore, only Rule Builder conditions should be available that match the type of rule.
2 votes -
New layout block "Accordion"
Designing a lot of text for various topics in an appealing way is not easy. An accordion is very helpful in making a lot of content more accessible to the customer. Often used for FAQ or documentation it has established itself as a standard design element in online shops and is therefore an element that should be within reach in the shopping experiences default blocks.
2 votes -
Rule for user agent
As a store owner, I want to be able to show different prices to customers who are on a mobile phone than to customers on a desktop. For this, I need the possibility to have the user agent as an option in the rule builder.
3 votes -
More user restrictions
As a store owner, I want to make sure that my CI is preserved. For this, I need the possibility to enable only certain content elements for users in the administration, who should only edit the shopping experiences.
3 votes -
Guest orderers can bypass promotion limits
EN
In case of a general promotional code, the condition of use per customer does not apply. That is, even if 1 is entered there, a guest orderer can use the code for each order again.In the Rule Builder, there is no condition that can be used to query whether an e-mail address has already redeemed a code. The addition of such a check would be nice
DE
Bei einem allgemeinen Aktionscode greift die Bedingung Nutzung je Kunde nicht. Das heißt, selbst wenn dort 1 eingetragen ist, kann eine Gastbesteller den Code bei jeder Bestellung neu nutzen.Im Rule Builder gibt es keine Bedingung mit der abgefragt werden kann, ob eine E-Mail Adresse bereits einen Code eingelöst hat. Die Ergänzung einer solchen Prüfung wäre schön
EN
In case of a general promotional code, the condition of use per customer does not apply. That is, even if 1 is entered there, a guest orderer can use the code for each order again.In the Rule Builder, there is no condition that can be used to query whether an e-mail address has already redeemed a code. The addition of such a check would be nice
DE
Bei einem allgemeinen Aktionscode greift die Bedingung Nutzung je Kunde nicht. Das heißt, selbst wenn dort 1 eingetragen ist, kann eine Gastbesteller den Code bei jeder Bestellung neu nutzen.Im Rule…
3 votes -
We want to add our own surcharges / discounts inside the cart hook loaded from our own custom entity database table
For our app in the cart hook we need the repository service and the possibility to call our own store api routes also provided by our app.
The reason is that we have stored our surcharges / discounts in our own custom entites database table and we can't access it in the cart.
The store api route call we need, because we want to build our own store api route to make it possible to cash the database call for a better performance.3 votes -
App script hook on 'kernel.response' event
We want to manipulate the sw-cache-hash cookie based on other cookies coming from request or response. We need the functionality to provide the customer different sites from the http cache based on cookies.
For that we need a hook for the app scripts to be fired at Symfonys event 'kernel.response'. So it should be fired every time when the kernel sends the response.
In the hook the repository service should be possible to be called inside the app script.3 votes -
Save feed files while generation
The problem is currently, if the services (Google Feed, Doofinder etc.) try to get the feeds and these are generated at the time this fails. It should be thought about if necessary. Always keep the current feed in SW and create the generation in a temporary file.
1 vote -
Generating variants
The problem: As soon as you have to generate more than 1000 variants in the Administration, it always terminates with the error message Serialization failure: 1213 Deadlock found when trying to get lock . The problem can be found via Google very often in relation to Shopware 6 also, that if you ever want to generate more than 1000-2000 variants, it constantly aborts because of a database error.
It would be great if you can outsource the variant generation in the message queue, so that you do not have to actively leave the page open for hours for 100k products.
Maybe it would also be a possibility to save the generation as a kind of "order" and then trigger it via the console.The problem: As soon as you have to generate more than 1000 variants in the Administration, it always terminates with the error message Serialization failure: 1213 Deadlock found when trying to get lock . The problem can be found via Google very often in relation to Shopware 6 also, that if you ever want to generate more than 1000-2000 variants, it constantly aborts because of a database error.
It would be great if you can outsource the variant generation in the message queue, so that you do not have to actively leave the page open for hours for 100k products.…
1 vote -
Form Builder - Question on product
Add the possibility to build / edit more forms for "Question on product" on PDP.
To make this possible, the form needs to send the context, e.g. product name / number.
16 votesInitial status update
-
Apply voucher code at the end of checkout
Currently, it's only possible to enter voucher codes in the cart.
Customers should be able to enter voucher codes in each checkout step or at least at the end of checkout at the order overview before submitting the purchase.14 votes
- Don't see your idea?