- or
1510 results found
-
I am trying to customize SEO URL slugs and encountered an issue
When I use variable meta-title in the url template, it works only for main products, not for variants, even if there is meta title inheritance enabled. But even when I check html of the variant page, meta title is not there. I don't know if you made it on purpose or it is a bug, but it means: I cannot use meta title variable for variants when creating a url.
This lead to my other thought: let's turn Use single canonical URL for all variants - because of course we do not want google to mark it as duplicates when we are using inheritance for all the descriptions and stuff. But when I turn it on, you force me to pick one of the variants. But I don't logically want it to be one of the variants, i want it to be main product. That leads me to another problem that I tried to solve with you: main product cant have the same product number as variant. So I cannot create variant as main product - so I cannot use it as main product for canonical URL. BUT! I think you would tell me: change storefront presentation, lets go to Product-Variants-Storefront presentation-Product lsitings and instead of Main product you could pick one variant and go with it. But I don't want to do it, because if I choose it as "Main product" in the storefront it is more beneficial since it shows, that there are more variants and price starts at.... You know what I mean? I don't want the specific size of the product be as main variant, you actually told me not to, since you require variant and main product to have different product number.
This is actually really frustrating. Because I want it (as it should be):
- main product - main URL - it is main product page that I want to be crawled by search engines
- variants - url with whatever slug added to the main product URL, but I don't want Google to crawl it.
Sounds pretty easy, right? And it even works like that, just not in case if I want to use MetaTitle as a slug.You give me these:
- main product - main URL (i want to use meta title for that and you allow it since it is in the list of supported variants)
- variant - can't use meta title - it makes it different url, which is ugly and not practical
- seo canonical - can use only variant, not meta title, so basically I have many duplicate pages and it takes us down from Google.When I use variable meta-title in the url template, it works only for main products, not for variants, even if there is meta title inheritance enabled. But even when I check html of the variant page, meta title is not there. I don't know if you made it on purpose or it is a bug, but it means: I cannot use meta title variable for variants when creating a url.
This lead to my other thought: let's turn Use single canonical URL for all variants - because of course we do not want google to mark it as duplicates…
5 votes -
Mailer: Different SMTP data for different sales channels
More and more providers are prohibiting the sending of emails that do not come from the same domain.
However, as you can only store the access data of one domain in the mailer, this becomes a major problem as soon as you enter several sales channels with different domains.
From that moment on, not all messages can be sent or are rejected by the provider.
"mailbox unavailable\r\n 550 Sender address is not allowed.""
It should therefore be possible to configure the mailer settings for each sales channel.
30 votes -
replace Tiny Slider as the default slider
The current default slider integration with tinyslider seems not be maintained anymore.
It would be good to switch to a maintained slider lib again as tinyslider has a multitude of issues, espacially with accessibilty and it is not really customizable.4 votes -
Adding Companies as customers instead of Users
For B2B shops, often Users are irrelevant, since companies are the customers in that cases. It would be nice, if you could create customers not only on a user level, but also on company level.
Currently Users are used as placeholders, which still requires information such as first and lastname, which does not make sense for a company. This placeholder user also gets a placeholder first- and lastname which then pops up in the storefront everywhere.
2 votes -
Differentiation between manufacturer and brand
Currently you can only specify the manufacturer of a product. However, the manufacturer is not automatically the brand of the product, so it would be nice if there was an extra field here that also allows you to specify the brand.
1 vote -
Allow orders to be moved between customers (i.e. reassign guest order to customer account)
It would be useful to move orders from one customer account to another. Currently guest orders remain assigned to the guest account, even when a customer registers afterwards. Thus they cannot see the order status. Also for other scenarios (like duplicate accounts), moving orders would be useful.
Es wäre hilfreich, Bestellungen von einem Kundenkonto auf ein anderes verschieben zu können. Derzeit bleiben Gastbestellungen dem Gastkonto zugewiesen, auch wenn sich ein Kunde später registriert. Somit kann er den Status der Bestellung nicht sehen. Auch für andere Szenarien (z. B. doppelte Konten) wäre das Verschieben von Bestellungen nützlich.
5 votes -
Long category names go beyond the grid.
If the category names are slightly longer, they can no longer be displayed in the fixed grid, and a scrollbar is created. As a result, you always have to scroll first to access the three dots.
3 votes -
Offers: Reservation of articles
To ensure that items listed in an offer are not sold out in the meantime, these items should be automatically reserved by the system.
3 votes -
Delivery time display: Option to exclude specific days
It would be a nice option to have the possibility to exclude Sundays for example from the delivery time calculation. Of course, we can already cover this with the delivery time SPAN and NAME of the delivery method, saying 1-3 WORKdays or something.
But it would be a nice QoL feature, especially for customers, if the calculation took days we defined into the equation and could thus be more specific.
If we wanted to take this a step further, we could also offer a calendar where we can configure holidays and whatnot.
And if we want to take this to the extreme, we could allow those calendars to be exported and imported so shop owners and extension partners can share and/or sell them.
It would be a nice option to have the possibility to exclude Sundays for example from the delivery time calculation. Of course, we can already cover this with the delivery time SPAN and NAME of the delivery method, saying 1-3 WORKdays or something.
But it would be a nice QoL feature, especially for customers, if the calculation took days we defined into the equation and could thus be more specific.
If we wanted to take this a step further, we could also offer a calendar where we can configure holidays and whatnot.
And if we want to take this to…
22 votes -
Customer Group Not Stored with Order Could Lead to Inconsistent Behavior
Actual behaviour:
It seems that Shopware does not store the customer group with the order, instead retrieving it from the customer record when the order is updated. This behavior might lead to potential inconsistencies in how orders are processed, especially if the customer group changes over time.
Additional Notes:
Other shop systems store the customer group along with the order to maintain consistency.
Shopware triggers specific rules or actions based on the customer group, so this behavior may cause issues with rule application or order management.
While this may be intentional, it could lead to unintended changes in customer-specific behavior, such as pricing or discounts.Expected behaviour:
It would be preferable for the customer group to be stored with the order so that it reflects the state of the customer group at the time the order was placed. This is a behavior that other shop systems commonly implement to avoid inconsistencies when updating or modifying orders.
Would it be possible to store the customer group directly with the order upon placement to avoid potential discrepancies when editing an order later? If this is not intended behavior, it might be worth revisiting the design.
How to reproduce:
Steps to Reproduce:
- Place an order with a specific customer group.
- Update the order at a later time.
- If the customer group has changed in the meantime, the updated order may reflect the new customer group rather than the one that was originally assigned.
Actual behaviour:
It seems that Shopware does not store the customer group with the order, instead retrieving it from the customer record when the order is updated. This behavior might lead to potential inconsistencies in how orders are processed, especially if the customer group changes over time.
Additional Notes:
Other shop systems store the customer group along with the order to maintain consistency.
Shopware triggers specific rules or actions based on the customer group, so this behavior may cause issues with rule application or order management.
While this may be intentional, it could lead to unintended changes in customer-specific behavior,…1 vote -
Ability to duplicate shipping methods
For shipping methods with complex price matrix structures it would be helpful to have the ability to duplicate the shipping methods.
Für Versandmethoden mit komplexen Preismatrix-Strukturen wäre es hilfreich, die Möglichkeit zu haben, die Versandmethoden zu duplizieren.
3 votes -
One page checkout
There should be an option to make a one page checkout. If you use express checkout buttons customers often do not realize that there are other payment options like purchase on account.
Showing the payment methods under the address form would make the checkout faster and more usable.
It would boost conversions. If it would not, why is Shopify using it?
5 votes -
no validation for newsletter registration
Missing feedback if a customer is already registered for the newsletter.
Currently you can register a email address again, but you do not recieve the confirmation mail.
The mail address should be validated in the register field and the page should give direct feedback, if the email address is already in the list.
2 votes -
Overview pages - Filters: Add a "Select All" button
In our Admin we have several overview pages to check the products, orders and customers. These pages offer filtering based on different information. Currently you can only select single values in the filter.
For instance if you want to create filter, that only shows the products assigned to 24 of your 25 Saleschannels, you will need to select all 24 salechannels individually.
It would be more convenient, if we had a "Select All" button, where I can afterwards deselect the one Saleschannel, which I do not want in the results.
There are multiple filter options where this could be very useful. Here are just some further examples:
Categories, Manufacturers, Tags, Customer group, Billing & Shipping country and so on.In our Admin we have several overview pages to check the products, orders and customers. These pages offer filtering based on different information. Currently you can only select single values in the filter.
For instance if you want to create filter, that only shows the products assigned to 24 of your 25 Saleschannels, you will need to select all 24 salechannels individually.
It would be more convenient, if we had a "Select All" button, where I can afterwards deselect the one Saleschannel, which I do not want in the results.
There are multiple filter options where this could…
2 votes -
Improvements of the Order creation in the administration.
One of our customers with a relatively large number of customers and orders has some problems with creating orders in the administration. Here are a few suggestions:
The search for customers takes a very long time with several customers (More than 500k customers in the system). After selecting a customer, the grid seems to reload which may be superfluous?
You could take some pain here if the way to create an order via the customer module would select the customer directly, but here you have to search for the customer again, which makes no sense.If a product is to be added to the order, it is hardly possible with somewhat longer product names with variants because the column is too small. This should generally be fixed, as it is the same component as for orders. This could be a good quick fix.
One of our customers with a relatively large number of customers and orders has some problems with creating orders in the administration. Here are a few suggestions:
The search for customers takes a very long time with several customers (More than 500k customers in the system). After selecting a customer, the grid seems to reload which may be superfluous?
You could take some pain here if the way to create an order via the customer module would select the customer directly, but here you have to search for the customer again, which makes no sense.If a product is to…
2 votes -
Function: Export what you see
In discussions with larger Shopware customers, there is always a request for the export to be expanded.
The export module is fine. However, as requested in other programs, a button for exporting what is currently being displayed is missing on individual pages (e.g. order overview, customer overview).
The export module does not have this simple but helpful function. You first have to switch to the module and then export and select all entries. This is very complicated and takes a lot of time and many unnecessary clicks in daily work.
It would therefore be very helpful and time-saving to have an export button that exports exactly what you are currently displaying using a filter, for example.
In discussions with larger Shopware customers, there is always a request for the export to be expanded.
The export module is fine. However, as requested in other programs, a button for exporting what is currently being displayed is missing on individual pages (e.g. order overview, customer overview).
The export module does not have this simple but helpful function. You first have to switch to the module and then export and select all entries. This is very complicated and takes a lot of time and many unnecessary clicks in daily work.
It would therefore be very helpful and time-saving to…
1 vote -
Enhancing the Product Review System
We would like to address an important issue in the current version of Shopware 6 that could significantly impact the credibility of online shops: the lack of verification for product reviews.
The Issue:
Currently, anyone can leave a product review in Shopware 6 without having purchased the item. This makes shops vulnerable to fake reviews, which can be either overly positive or negative. Such reviews can heavily influence customer trust and the perception of the shop.Suggested Improvements:
We propose implementing a feature that ensures only customers who have actually purchased a product can leave a review. Here are a few potential solutions:Linking Reviews to Orders:
Only registered customers who have purchased a product should be able to submit a review.
The system could check the order history to verify if the item is part of a completed purchase.
Token-Based Review System:After completing an order, customers would receive a time-limited link or token via email, allowing them to submit a review.
This ensures only genuine buyers can leave reviews, even without requiring a customer account.
Integration with Guest Orders:Guest buyers could also be invited to leave a one-time review by linking their email address with the order number.
Mechanisms for Anonymous Reviews:If anonymous reviews are still allowed, adding a spam filter or moderation option could help prevent abuse.
Benefits for Shop Owners:Increased customer trust through credible reviews.
Protection against targeted review attacks by competitors or bots.
Higher conversion rates, as potential buyers are more likely to trust authentic reviews.We would like to address an important issue in the current version of Shopware 6 that could significantly impact the credibility of online shops: the lack of verification for product reviews.
The Issue:
Currently, anyone can leave a product review in Shopware 6 without having purchased the item. This makes shops vulnerable to fake reviews, which can be either overly positive or negative. Such reviews can heavily influence customer trust and the perception of the shop.Suggested Improvements:
We propose implementing a feature that ensures only customers who have actually purchased a product can leave a review. Here are a…3 votes -
Create shopping lists out of the cart overview
As a merchant/customer, I now have the ability to add items to my wishlist in the cart overview but not to a shopping list.
Adding the ability to add items to a shopping list right out of the cart would be beneficial.4 votes -
Change sorting of product slider
- I added a product slider via Content > Experience Worlds (???) > Landing Pages.
- I added products to the slider.
- I cannot change the order of the products in the slider but need to delete all products and start over again.
Solution: It should be easily possible to change the sort order of products listed in the product slider without starting over again.
32 votes -
Custom fields for property group options
Forum thread: https://forum.shopware.com/t/zusatzfelder-fur-eigenschaften/64068/7
Issue Ticket that is "solved": https://issues.shopware.com/issues/NEXT-3710We need custom fields support for property group options. That was possible in Shopware 5 according to the linked issue ticket.
Also, the issue ticket asked for property_options specifically and the ticket was marked as solved without adding custom fields to those.
Please add that missing feature.
7 votes
- Don't see your idea?