- or
189 results found
-
manifest.xml - Allow more customFields entites
The manifest.xml should allow more custom field entity types.
Currently we suggest to add the entity
order_line_item
.Currently available types:
…
<xs:complexType name="entity-list">
<xs:choice maxOccurs="unbounded">
<xs:element name="product" type="empty" minOccurs="0"/>
<xs:element name="order" type="empty" minOccurs="0"/>
<xs:element name="category" type="empty" minOccurs="0"/>
<xs:element name="customer" type="empty" minOccurs="0"/>
<xs:element name="customer_address" type="empty" minOccurs="0"/>
<xs:element name="media" type="empty" minOccurs="0"/>
<xs:element name="product_manufacturer" type="empty" minOccurs="0"/>
<xs:element name="sales_channel" type="empty" minOccurs="0"/>
<xs:element name="landing_page" type="empty" minOccurs="0"/>
<xs:element name="promotion" type="empty" minOccurs="0"/>
<xs:element name="product_stream" type="empty" minOccurs="0"/>
<xs:element name="property_group" type="empty" minOccurs="0"/>
<xs:element name="product_review" type="empty" minOccurs="0"/>
<xs:element name="event_action" type="empty" minOccurs="0"/>
<xs:element name="country" type="empty" minOccurs="0"/>
<xs:element name="currency" type="empty" minOccurs="0"/>
<xs:element name="customer_group" type="empty" minOccurs="0"/>
<xs:element name="delivery_time" type="empty" minOccurs="0"/>6 votes -
in spatial commerce, the QR code for the AR only opens up the PDP on mobile - should be the actual AR-view.
On desktop: when scanning QR code the user expects to see the AR-experience upon scanning it.
The QR actually only contains the url of the product page and after scanning it only opens the the product page on mobile, not any AR-view on mobile.This could be done by adding a parameter tot the url in the QR code that:
- opens the PDP on mobile, and immeditately triggers the AR-vieuw
- if above not possible: opens the PDP with the user focussed on the 3D viewer from where he scanned the QR /as multiple 3D viewers can be…
1 voteHello! Thank you for your Feedback.
We've developed a solution that improves on this behaviour. https://issues.shopware.com/issues/NEXT-33827
This was released with the version 6.6.4.0.
-
Searching and editing variant properties
EN
A store with many variant-forming properties cannot search efficiently for the required property set. For example, if I have the property black several times and now want to add a variant in white, I get all such properties displayed by searching for “black”, but the matching “white” is missing. I then have to scroll through step by step and check when a property set has multiple properties selected. Even with more than 10 pages, this becomes a tedious task, as I can neither enter “Go to page 26” nor search specifically for the name of the set. An…5 votes -
Add cookie banner position setting in admin
Currently, the cookie banner is only displayed at the bottom of the footer and is therefore easily lost. We would like to have a function in the admin settings so that we can determine ourselves whether the cookie banner should appear as a pop-up in the middle of the store page or, as is currently the case, under fixed at the footer.
It would also be great if you could influence the cookie banner even more, for example insert links or display logos.
4 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.
3 votes -
Make favorite block category default in sidebar when blocks are marked as favorites
Using cms block favorites would be more efficient, when the favorites block category is openend by default on cms page editing, instead of first one (text)
1 vote -
Custom Product- Amount in Off Canvas
The quantity of a configuration can currently only be specified on the product detail page. If a customer tries to increase it in the off-canvas menu, it won't work.
2 votes -
Flowbuilder - form related triggers
Implement triggers that validate on specific fields / entries within a (custom)-form.
For example: If field1 (checkbox) is true / checked, then perform action xy on customers.
4 votes -
Show master product when no filter is active, but all variants when filter is active
We can already choose how we want to show the listings in the storefront: either show the master product or show all variants individually. We now ran into the following problem:
Example: We sell clothes. One product is a shirt in red, blue and green and in the sizes S, M, L. We display only the master products on the listing page. For the master product, we chose a master image. All variants have different images that show the shirt in the correct color.
A customer now selects size M in the filter "size". Shopware now shows one variant…3 votes -
Extend ruling / possibilties for shipping methods
EN
The number of requests to expand the options for shipping methods is increasing. Many customers who come from Shopware 5 miss the option of entering individual calculations or combining standard shipping methods with surcharge or discount shipping methods. I'll take DHL as an example here. When shipping abroad, the EU / non-EU distinction is used, the destination countries are divided into zones, there is a basic price and a surcharge per kilogramme.
This can of course be mapped with Rule Builder and the current shipping methods, but if I send goods weighing up to, say, 100 kg, it means…5 votes -
Add translations for order statuses
Currently, it is not possible to add translations for order, payment and delivery status as the entries appear to be hardcoded.
There is an issue ticket already which was closed (despite having 18 votes, which seems like nothing to sneeze at), which can be found here:
https://issues.shopware.com/issues/NEXT-15282
Contrary to what is written in that ticket, translations ARE used IF present and that is the issue really. They can't be added in the admin anywhere.
We CAN circumvent this by adding them manually in the database, but we can't expect shop owners to do this because that way is rather technical…
4 votes -
Adminsearch: ETA for keypress in admin is quite too short
When I want to enter a search term in a search field of a form in the admin, I hardly have time to type in a complete search term. The time after pressing the key until the search is triggered gives me a maximum of (perceived) 200 milliseconds. For example, if I want to search for the word "Man", a brief hesitation leads to the content being deleted after entering "M" and then entering "A" leads to a completely different search result.
At some points, the edit field also loses focus, so that I have to keep clicking in the…
1 vote -
Elle Theme: Standardized display of payment methods and shipping methods
Payment methods currently have a white frame on the main page of the store. This is not the case for shipping methods and therefore results in a different appearance.
To be recreated in the standard Elle theme.
2 votes -
Improve loading times (for example by using correct values for the sizes attribute of thumbnails)
Shopware uses wrong values for the sizes attribute of thumbnails. Therefore bigger images are downloaded than shown. This increases the loading times.
It is not useful to download a thumbnail of 400 x 400 pixels if you show an image with 200 x 200 pixels.
If this is fixed you no longer need https://store.shopware.com/en/frosh56163799233f/lazysizes-and-lazyloading-for-suitable-image-sizes.html.
Shopware shows images of 430 x 430 pixels on product detail pages by default. Therefore thumbnails with 430 x 430 pixels should be created. On product detail pages the 400 x 400 pixels big thumbnails are not used for the normal product images…
4 votes -
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.
4 votes -
New content block "brands"
Based on the created manufacturers/brands, it should be possible to place their logos as an overview or slider into a shopping experience. A link could maybe show all products from this manufacturer/brand on a specific landing page.
2 votes -
Improve Google Analytics order placement tracking
Currently, orders are being tracked by google analytics on the confirmation page. Challenge: when you click "confirm" you need to connect to a payment provider and for example if your card has insufficient funds the order will be tracked but not actually gone through.
Solution: Orders should only be tracked on the "finish"/success page - or even better: In the analytics tab in the sw6 admin, you should have a configuration that enables you to set the "location"/time when an order should be tracked acc. to your preference.Value for merchant: More realistic/reliant feedback on actual order numbers.
2 votes -
Unsaved changes reminder before leaving
When you apply changes to products as an example, and you by mistake click on the "return to overview" button, all changes are lost. It would be nice, if before leaving the page, a pop up with a unsaved changes reminder would show up.
2 votes -
Lack of Insert-Anywhere Function for Sections in Shopping Experiences
In many of our CMS projects, we regularly need to insert new sections into the middle of existing Shopping Experience pages.
Problem:
Currently, Shopware only allows new sections to be added at the top or bottom of the page. If you want to place a section between two existing ones, you must:Add the new section at the end or beginning.
Manually drag and drop it up/down through the page structure.
For longer pages, this is time-consuming and error-prone.
Wish / Recommendation:
A simple solution such as a “+” button between sections (like in many visual builders)…1 vote -
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
- Don't see your idea?