- or
No existing idea results
- ~ No ideas found ~
1565 results found
-
Checkout: correction options for mail address
According to § 312i Para. 1 S. 1 No. 1 BGB in conjunction with. Art. 246c No. 3 EGBGB, the customer must be provided with adequate, effective and accessible technical means and informed about how input errors can be recognised and corrected before the order is placed. Adequate technical means in this sense are clearly labelled
In the present case, the e-mail address is not shown on the order page/checkout.
This must be supplemented with appropriate correction options so that the consumer can recognise and correct incorrect entries.
4 votes -
Bug in rule builder > "count of completed orders"
Tested object: completed orders are not counted correctly - or maybe not at all.
My order list shows customer orders that are marked as “completed”. (Payment: pending, shipping: partial or completed). But the rule ignores the fact. Even if I set all 3 fields (order, payment, shipping) to "completed" as a test, this rule doesn't apply.
1 vote -
Use custom fields content in layouts with data mapping
If you, as a merchant, have added custom fields to your categories, you also want to be able to use this content in your shop layouts. We need to enable Merchants to add that content dynamically to a layout via data mapping.
13 votes -
Aadditional columns for Customer since (date) and Last Login
Like in Shopware 5:
We need additional columns for Customer since (date) and Last Login (date) in the customer view in backend.9 votes -
Shipping methods selectable in Admin
It should be possible to select a shipping method that is not visible in the storefront when creating orders in the admin.
2 votes -
Caching of dynamic pages
We are developing a Shopware shop for a new customer. One of the features is dynamic pricing (customer-based prices) where customers are shown personalized prices that are loaded from an api. We had this working, deployed it to a test environment and noticed it didn't work because the cache is enabled on category and product detail pages when the production mode is enabled.
We load the prices using a subscriber that is based on '\Shopware\Core\Content\Product\Subscriber\ProductSubscriber'. But because of the caching in classes like '\Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' the 'SalesChannelEntityLoadedEvent' is never fired and the original Shopware prices are cached as part of the page content.
When a customer is logged in you generally want to display personalized content, whether it's pricing, notifications, product suggestions, a personalized banner or special prices. That's why pages like that are usually not cached in systems like Magento, for example, when a customer is logged in.
Can you tell us if there's any other way to accomplish personalized/dynamic prices? We liked this approach because it ensures the right prices are always loaded on the products, whether it's on a shop page or when a customer adds a product to his/her cart.
We are developing a Shopware shop for a new customer. One of the features is dynamic pricing (customer-based prices) where customers are shown personalized prices that are loaded from an api. We had this working, deployed it to a test environment and noticed it didn't work because the cache is enabled on category and product detail pages when the production mode is enabled.
We load the prices using a subscriber that is based on '\Shopware\Core\Content\Product\Subscriber\ProductSubscriber'. But because of the caching in classes like '\Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' the 'SalesChannelEntityLoadedEvent' is never fired and the original Shopware prices are cached as part of…
1 vote -
Shopware 6 CLI for import / export
For an external system I need periodically an export of the inventory.
The import/export is currently not available for shopware cli:https://docs.shopware.com/en/shopware-en/settings/importexport
https://docs.shopware.com/en/shopware-6-en/tutorials-and-faq/shopware-cli4 votes -
Admin Extension SDK: Iframe full height
When creating a custom module via the manifest.xml, the iframe is always full-sized, nicely filling in all usable space in the Administration.
When creating a custom module using the Admin Extension SDK, the iframe has a dynamic height and is not full sized. This is understandable when using the iframe in a 'card' component, but for a custom module, it should be an option to automatically size the iframe to fill the admin page.6 votes -
Configurable Dashboard
As a shop owner I want to configure the starting page of the administration according to my needs.
72 votes -
ESD/Digital products - Allow update of the linked media
Currently, when you setup a digital product and give it, for example, a PDF file, that file is set in stone. That means that even if I delete the file in the Admin and upload a different file, all the previously sent mails and links in your customer account still refer to the old file.
This is not ideal in some usecases like say, manuals or other things that might need a revision or update somewhere along the line.
It would be great if there was a possibility (other than replacing the file on the server by hand) to replace/update the file linked to the digital product.
Currently, when you setup a digital product and give it, for example, a PDF file, that file is set in stone. That means that even if I delete the file in the Admin and upload a different file, all the previously sent mails and links in your customer account still refer to the old file.
This is not ideal in some usecases like say, manuals or other things that might need a revision or update somewhere along the line.
It would be great if there was a possibility (other than replacing the file on the server by hand) to replace/update…
3 votes -
Variants in Admin Orders
If you want to add a variant item to an order in the admin, they are unsorted in a dropdown.
It would be better if only the main variant was visible in the dropdown and then you could select the options of the variant in a second step.
4 votes -
Implement mapping for document_number in order-export
Implement mapping for document_number in order-export
2 votes -
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 -
Custom Product display options only if options are selected
If we offer custom products in the shop which are then placed in the shopping basket without an option, the field with the options is displayed in the shopping basket and is empty. For UX improvements field should be shown only if options are selected.
At the moment it is a bit confusing for customers if additional options are displayed but none have been defined.2 votesHi there!
Thank you for sharing this idea with us and for your patience while it’s been on the portal. After reviewing it again, we’ve decided not to move forward—our priorities have shifted since it was first posted. Please keep the feedback coming; your insights continue to shape what we build next!
-
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 -
SEO template for title
As a shop owner it would be great to pre-configure a SEO title for landing pages, shop pages, listings and product detail pages, like the SEO url settings.
5 votes -
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
- Don't see your idea?