1301 results found
-
Use Thumbnails for Property Images in Filter
Please adjust the default template
Resources/views/storefront/component/listing/filter/filter-property-select.html.twig
so that when images are assigned to properties, the appropriate thumbnail images are used instead of the full original images.Currently, the original image is loaded, which can negatively impact page load performance.
In our instance, I’ve already implemented a manual fix by replacing:
{% set media = element.media.url %}
with:
{% set media = element.media.thumbnails | filter(t => t.width == 100 and t.height == 100) | first.url %}This ensures that a 100x100 thumbnail is used when available.
2 votes -
CMS Extension: Allow custom form to be used for newsletter sign-up
Currently, a custom form provided by the CMS extension can only be used to have a customer send a request to a predefined e-mail address. The ability to also use a custom form for newsletter registration would allow the shop owner to customize the layout or add some basic things, i.e. their own mandatory terms & conditions checkboxes.
3 votes -
Add calculation possibility to rule builder
In some cases, the total height or width of a load is required. This may differ from the height of a single product, so such a rule would be helpful.
2 votes -
Mail Template Overhaul
Almost all default mail templates contain a div with some styling options:
<div style="font-family:arial; font-size:12px;"> ... </div>
This div makes it difficult to define a global theme via the header and footer elements.
Instead, the default templates should all drop the div and set the styling options via the header and footer, to allow for easy and consistent styling options.
Furthermore, many templates regarding state changes all have the same subject line “New document for your order”. This should be changed to something more meaningful.
3 votes -
Returns-Management: Dealing with multiple returns / partial cancellation per order
I can currently only create one return per order via the returns management. However, this means that if I have two partial returns per order (for which I create two separate partial cancellations), both returns are visible on the second partial cancellation. However, only the specified returned item should be visible for each partial cancellation.
2 votes -
Define sorting criteria for Admin Search
I would like to be able to define sorting criteria within the admin search. This should ensure that I can sort the search results (for orders, for example) in ascending/descending order number order.
3 votes -
Preview of time-configured display
Within CMS pages, for example, you can use the Rule Builder to configure the time-controlled display of blocks and thus control actions, for example.
In order to be able to check such sometimes complex structures, you should be able to log into the customer account and then change the date using a timeline, so to speak.
This allows you to view the CMS pages from the customer view at a specific point in time and quickly and easily check whether everything has been configured correctly. For very large campaigns, this reduces misconfiguration and the potential loss of money.
1 vote -
Categories or landing pages should be excluded from the search
Categories or landing pages should be excluded from the search so that no incorrect search results can arise with nearby products.
1 vote -
Search for content for admin and frontend
The admin and frontend should also search for content from Content. There are always CMS pages that match certain search terms. For a better shopping experience, these should also be displayed in the search.
1 vote -
Further development of analytics
Who, if not the store itself, knows the key figures of a store that an operator cannot do without?
Analytics must therefore be developed further. For example, with AI prompts (which product was sold or clicked on the most last week) or shopping cart abandonments.
From a customer perspective, it is questionable why this theme is not prioritized when it should actually be part of the store.
1 vote -
More AI with an advisory function
More AI with an advisory function
Admin:
- User logs in and the AI checks e.g. the stock levels of certain products and points this out and suggests a saleFrontend:
- Sorting and categories can be composed individually based on user behavior. No more rigid structure, but an AI evaluation of what might suit the customer. Gamechanger- AI sorting based on prioritized articles and e.g. seasonal conditions. For example, change the display of winter blankets in summer or move them back.
1 vote -
Add "Closeout" Filter to Product Overview
A filter to show only closeout products in the product overview would simplify stock management and make it easier to identify and update these items. This is especially useful for larger catalogs and shops with frequent assortment changes.
1 vote -
Add proper postal code validation
The current postal code validation is not only disabled by default, but also has very rudimentary Regex rules as default, for example \d{4} for Germany.
To prevent malicious sign-ups, the validation should be improved by shipping better default Regex strings for the post code validation, to ensure that spam sign-ups are at least a bit more restricted.
2 votes -
Customers also bought
There used to be the ‘Customers also bought’ function in Shopware 5, which automatically displayed products that were bought by customers who also bought the product that was called up.
There is already the option to display such products via cross-selling, but not automatically, which would be a helpful improvement.
3 votes -
Order overview → Adjust total amount to for cancellation invoice
When a cancellation invoice is issued, the totals of an order are not adjusted. For clarity, under Order -> General, we would like the items to be posted as negative, and the totals for a cancellation invoice to be 0. We would also like to be able to credit individual items rather than just add them.
1 vote -
Link the roadmap on the dashboard.
It would be a nice new feature if a link to the roadmap or current topics from the roadmap were visible on the dashboard. This would help to create more visibility for these.
2 votes -
Net margin of sold products
Hello,
We are missing the net margin of products sold that day. It would be cool if this could be added e.g. an average margin for all sales and a margin per supplier and/or product.
(price.net-purchaseprice.net)/price.net
Thanks in advance!
Kind regards,
2 votes -
Totals function for orders & articles after filtering in the admin area
Summenfunktion für Bestellungen & Artikel nach Filterung im Admin-Bereich
Im Admin-Bereich von Shopware 6 fehlt eine grundlegende Funktion zur einfachen Auswertung:
Es gibt keine Möglichkeit, summierte Werte wie Gesamtumsatz, Artikelmengen oder Bestellanzahl nach Filterung anzuzeigen – z. B. für einen bestimmten Zeitraum oder ein bestimmtes Produkt.Diese Funktion war in Shopware 5 und vielen anderen Shopsystemen Standard und wird im täglichen Betrieb dringend benötigt – z. B. für:
Umsatz- oder Absatz-Auswertung nach Zeitraum
Analyse von Produktverkäufen
Schnelle Lager- und Vertriebsentscheidungen
Monats- oder Jahresabschlüsse ohne Plugin-Zwang
Vorschlag zur Umsetzung:
Summenzeile am Ende der Bestell-/Produkt-Tabelle im Admin
Zeigt je nach Spalte: Anzahl, Gesamtsumme (brutto/netto),…
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 -
Custom Products: Add conditions to rule builder
EN
The Rule Builder offers no possibility to react to a Custom Products selection. Conversely, there is no way to set a tag or a setting in an additional field in custom products, for example. This would make it possible to react to Custom Products settings in the Rule Builder, at least with a somewhat more complicated implementation.
Please implement a method that is as simple as possible to query the settings of a custom product via the Rule Builder.DE
Der Rule Builder bietet keine Möglichkeit auf eine Custom Products Auswahl zu reagieren. Umgekehrt gibt es wiederum keine Möglichkeit…2 votes
- Don't see your idea?