- or
No existing idea results
- ~ No ideas found ~
1404 results found
-
Rights management for clients in the Shopware Account
As a merchant with several clients, I don't want all clients to see every shop inside the Shopware Account.
Therefor it would be great if I were able to apply rights management within the Shopware Account so that a client can only see the shop he/she is responsible for.This would make the administration (e.g. installing extensions) easier and more covenient.
2 votes -
Bulk edit: Add Option for search keywords
If you want to change the search terms in the products under the heading "Assignment", you can only overwrite or empty them. However, sometimes you want to add a certain search term to a number of products without necessarily wanting to overwrite the existing ones, as these may be different for the products.
An "Add" option would therefore be very helpful here.
2 votes -
Possibility to tag/group and filter rules
We currently have 3 sales channels which all work a bit different regarding their sales and payment rules. In addition we will be using promotions extensively. This means that our rule builder is slowly but surely building up with rules and hard to manage. It would be good to be able to flag or group rules and sort / filter them accordingly. Right now we manage with a naming convention, but that's not ideal.
3 votes -
Buy Button
There is an implementation in Shopware that the Buy button (into the shopping cart) is displayed directly in the list view if the product has no variants. This is implemented in such a way that the button is displayed if the product.childCount is <=0.
However, this is problematic for international stores with multiple sales channels. For example, there are products with several variants of which not all are active in the respective sales channel. This becomes problematic if only one variant is active in the respective sales channel. In this case, there is only one variant from the user's point of view, but the store still displays the reference to the detail page at this point and not the buy button.There is an implementation in Shopware that the Buy button (into the shopping cart) is displayed directly in the list view if the product has no variants. This is implemented in such a way that the button is displayed if the product.childCount is <=0.
However, this is problematic for international stores with multiple sales channels. For example, there are products with several variants of which not all are active in the respective sales channel. This becomes problematic if only one variant is active in the respective sales channel. In this case, there is only one variant from the user's point…2 votes -
B2B Components - attach quote to Mail
If a quote has been answered or created by the admin, enabling "Generate and attach document" before sending a quote, only leads to it being shown in the customer account.
Currently, this document is neither sent by mail, nor is there a separate action within the Flow Builder for it
1 vote -
displaySearchBar, displayLanguageSwitch and addSmartbarButton for Admin Extension SDK / App System
Admin Extension SDK / App System: Also allow displaySearchBar, displayLanguageSwitch and addSmartbarButton for normal modules like it is already possible for main modules. Like this it becomes easier to build CRUD pages.
1 vote -
Add the shipping time to the delivery time of a product in the shopping cart
Now you can show the delivery time per product in the shopping cart. But it would be better to have an extra option where you can also add the shipping time based on the chosen shipping method. For instance: delivery time for product A = 2 days, shipping method X = 1-3 days and shipping method Y= 4-6 days. Whenever a customer adds product A this his/her shopping cart and choose shipping method X the delivery time will be 3-5 days and when he/she chooses shipping method Y the delivery time for that product will change to 6-8 days. Now a customer will only see 2 days delivery time because the system does not take the shipping time into account.
Now you can show the delivery time per product in the shopping cart. But it would be better to have an extra option where you can also add the shipping time based on the chosen shipping method. For instance: delivery time for product A = 2 days, shipping method X = 1-3 days and shipping method Y= 4-6 days. Whenever a customer adds product A this his/her shopping cart and choose shipping method X the delivery time will be 3-5 days and when he/she chooses shipping method Y the delivery time for that product will change to 6-8 days. Now…
2 votes -
Offers with various quantities.
It should be possible to create quotations for multiple quantities in B2B.
Currently, quantities are combined in an order with a request for quotation.Example:
Product XX - 500 = 50€
Product XX - 1500 = 130€
This is currently combined in the shopping cart as it is the same product.
2 votes -
Custom field-Entity select-Category should show at least the top-level-category
We have a view top-level-categories with subcategories of the same name in this top-level-categories.
If you want to select a categorie in a custom field of the type "entity select" with the entity "category" it is impossible to find the right subcategorie, because the have all the same name. The field should show the category tree like the standard category selection for a product or at least the top-level-category.1 vote -
Improve performance of product detail page by adding 'fetchpriority="high"' to the cover image
I created this pull-request to add the 'fetchpriority="high"' attribute for the cover image on the product detail page. (https://github.com/shopware/shopware/pull/3608)
Simply adding this little attribute will improve the LCP (Largest Contentful Paint) score on all product detail pages.1 vote -
Switching CMS elements per drag & drop
The elements in "multi-element-blocks" can't be switched with each other, they have to be deleted and newly added to the block. It should be possible in the future to just switch them, if possible per drag & drop.
23 votes -
Commercial Feature "Subscriptions" - adjust cart
It would be nice if multiple different subscription products can be put in one cart - currently, that is not possible.
Also, subscription and NON-subscription products can't be put in one and the same cart -probably due to the fact, that subscription products are stored in tablesubscription_cartand notcart4 votes -
Create subscriptions in the admin
It is currently not possible to manually create an order for a subscription in the admin. This is only possible via the frontend by the customer themselves, but an option to create a subscription in the admin for a customer would be an important function.
It should be possible to create a new order with a subscription via the Orders or Subscriptions tab in the admin, just as it is possible for normal orders with non-subscription products.
1 vote -
Better sorting of the extensions
It would be helpful, especially with several extensions, to be able to sort them. For example, you could distinguish between purchased and rented extensions.
5 votes -
Shopping Advisor for Shopware 6
As a customer, I want to find, based on product properties, in different steps, the best-matching product for me. Maybe combined with AI.
4 votes -
Convert guest customers to real customer
Possibility to convert guests into real customers with an account.
58 votes -
Fast order for DSR
To order as fast as possible it would help to have the fast order functionality from the components within the DSR.
1 vote -
Cross selling default
It would be good to be able to set a default Display and Position in the Cross selling setting. See picture
1 vote -
DHL Improvement: Shipping to countries outside Germany
Please improve the DHL App so that, creating a stamp for shipping to foreign countries can be done in the admin, too.
2 votes -
Add admin ownership to all (sales channel) entities
There have to be two types of admin users:
1. Super admin with all privelegies
2. Admin userThe super admin can see and edit all entities.
The admin user can see/use all public entites (for example categories) where the userId is NULL. He can create private entities, only visible for himself or super admins, the userId is the current admin user.
Why this idea makes sense?
Technically we just add a new context variable like the salesChannelId or languageId, the admin user can manage his own product sets without any risk to delete other products.
We could also make a step forward and add userGroupId as the owner, so a selected group of admins can access their own data.
This would also give a good base to make Shopware 6 ready to use as a marketplace system.There have to be two types of admin users:
1. Super admin with all privelegies
2. Admin userThe super admin can see and edit all entities.
The admin user can see/use all public entites (for example categories) where the userId is NULL. He can create private entities, only visible for himself or super admins, the userId is the current admin user.
Why this idea makes sense?
Technically we just add a new context variable like the salesChannelId or languageId, the admin user can manage his own product sets without any risk to delete other products.
We could also make…1 vote
- Don't see your idea?