38 results found
-
Export SEO route by product main category
Several times it had been asked to send a TWIG variable for exporting the path of the main category, that is defined via catalogues > products > SEO and can be found if a special sales channel was selected in section seo-urls.
Currently the sales channels for product comparision (product export) or Social Shopping have no working variable to read the main category's seo-route.
Please check if it can be added to provide an easier export.
3 votes -
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 -
Custom templates or custom template modules/blocks for product comparisons
It would be very beneficial if there was a way to save your own customized templates for product comparisons and/or to save/create building blocks or blocks of template parts so that you can then use them in all or various product comparisons in the template.
Especially if you make many customizations and want to use them in different product comparison sales channels, or e.g. have 10x a very similar template and want to make a change or correct an error, you currently have to correct the error in 10 templates. This would be possible centrally in the module or custom…
3 votes -
Product comparison Saleschannel: Define Start Date & Time for Intervals
In product comparison Saleschannels, you have the option to create the export file via a scheduler in specific intervals (e.g. every hour, once per day, etc.).
Currently you cannot define though, from which date / time of the day the intervals are supposed to start.
If I save the interval "1 day" at 10:00 AM, then the file will be created every day at 10:00 AM.
There are many usecases though, where it makes sense to let the scheduler run at night, when there is the least stress on the server. Currently you would need to wait until night and…
3 votes -
'From'-Price Display Changes from Shopware 5 to Shopware 6
Price Display Changes from Shopware 5 to Shopware 6
In Shopware 5, the “from” price shown in the storefront was freely configurable. Merchants could define how it appeared and what logic it followed.In Shopware 6, the storefront automatically uses the cheapest available variant of a product to calculate and display the “from” price. This behavior is not customizable through the core system. While you can adjust the presentation layer (e.g. how it looks via theme/template changes), the logic behind the price calculation itself cannot be changed without extending or modifying the core functionality.
1 vote -
Allow any domain in sales channel configuration (SaaS)
When configuring a sales channel in a SaaS shop, you get a list of all connected domains to this instance.
When using the SaaS shop as a headless store API, you won’t point your store’s domain to the Shopware SaaS backend to serve whatever frontend is in place.
Therefore it would be useful to have the option to configure any domain, and not only connected domains, in a sales channel.And in order to create emails with correct URLs for order confirmation, sign-up etc., we need to remove the constraint that only connected domains can be used as sales channel…
1 vote -
Pinterest sales channel: statistics + integration
The integration only applies to the rich pins (structured data). Rich pins display price and availability on product pins. This means that neither statistics nor entry points for orders are visible.
It cannot be seen in the orders which order was placed via the Pinterest sales channel.
Without this connection, the entire Pinterest sales channel makes no sense at all. A Rich Pin plugin would also be sufficient for this.
The aim should be to be able to see in the orders, for example with Google Shopping, that entries came via Pinterest.
Die Integration bezieht sich nur auf die Rich…
1 vote -
Improve Export Template UX of product comparison sales channels
Currently it requires to apply changes in TWIG. This makes simpliest adjustments challenging. The UX should be improved and made adjustable for people without DEV experience.
1 vote -
Custom fields UI for saleschannel domains
Saleschannel-domains can have custom fields, but there is no UI for it in the administration like for other entities. It would be nice to have this also for the domain-modal.
1 vote -
Possibility for the customer to filter products according to availability in the storefront
Possibility for the customer to filter products according to availability
1 vote -
Product feed templates for price comparison platforms
Customers ask for additional templates for product feeds for pricing comparison platforms like Idealo once in a while. Maybe we could add some of the most common.
DE
Kunden fragen ab und zu nach weiteren Vorlagen für Produkt Feeds für Anbieter von Produkt- und Preisvergleichen wie Idealo. Vielleicht können wir weitere für die bekanntesten Anbieter ergänzen.2 votes -
Custom sales channel icons for admin
I couldn't find anything about that:
While the admin menu is collapsed, the sales channels cannot be distinguished. See screenshot.
We would like to add custom icons. We mostly work with a collapsed sidebar (because 13" laptops) and it is tedious that we always need to expand it before going into a sales channel (and collapse it again).
3 votes -
Extended prices in product comparison Sales channel
It is currently not possible to call up extended prices in a product comparison sales channel. This function would be helpful.
2 votes -
Keep the name of the chosen sales channel template
When you choose the template of a sales channel (i.e. "Google Feed") after saving the channel it will not show you the name of the template you had just picked. This has from my experience never been the case in any dropdown menu I have seen before, makes not much sense and is confusing on top of it.
1 vote -
Sort sales channels in the administration
Shop owners want to prioritize the sales channel on their own. Therefore it is necessary to sort the sales channels manually. ATM, it is not possible.
5 votes -
Duplicate Sales Channels
I would like to duplicate sales channels. In my case I created new sales channels for Google Shopping XML feeds in different languages and it would save time to just dupliucate existing sales channels rather than copying the fields one by one.
7 votes -
Improve Product Feed Export
It should be possible to output the shipping costs automatically as in Shopware 5, and not statically!
It should also be possible to output prices when they are generated with PriceRules. At least for the standard customer group.
It should be possible to exclude articles that were excluded with Dynamic Access from the feeds. At least for the standard customer group.
These are not "wishes" - rather things that should actually be a matter of course.
6 votes -
do not inherit product assignment to upper categories
when products are assigned to category for example men clothing it will also be shown in clothing, which is the upper category and makes not always sense as some customers want to prioritize certain products and also this way the upper category will just be filled with many products
For better understanding:
Home > clothing > men clothing1 vote -
Swiss language firmly in the Standard
The Swiss language should be included as standard. This means that the corresponding flag (in the language switcher in the storefront) should be included directly when creating a sales channel with the Swiss language.
1 vote -
Add config for each sales channel to bind customers to sales channel
In Shopware 5, it was possible to set the option to "bind customers to the shop" for each shop.
In Shopware 6, the config is only global. So it is not possible to set this for each sales channel separately.
1 vote
- Don't see your idea?