86 results found
-
Query data from Shopware Analytics
It would be good if the data from Shopware Analytics could be accessed via the API in order to integrate it into Grafana, for example.
1 vote -
It should be possible to prevent customers without a Paypal account from buying something via Paypal.
If you enter an email address in the Paypal login window that is not registered with Paypal, you can still be paid via Paypal by direct debit. It should be possible to prevent this.
1 vote -
Calculation of shipping costs for panels
I need a shipping condition. In Shopware I can choose between certain shopping cart properties (number of products, shopping cart value, shopping cart volume or shopping cart weight) or a rule from the rule builder. Using the rules from the rule builder, I can then, for example, go and say: If at least one of the products in the shopping cart is longer than 3m (whether it says metres or millimetres is not the issue here) and the weight is less than 30 kg, charge €10 shipping costs, if it is less than 50 kg, charge €20 shipping costs, etc.…
2 votes -
Rule Builder Rules for tax
There are special cases where the customer has to pay a different tax rate based on the zip code, for example. There is currently no way to use a rule to check which tax rate should be charged in such cases.
Such an option would be desirable for customers1 vote -
Rule for checking product availability
So far there are rules for checking the stock of a product. However, it would be useful to have a rule that checks whether the number of products in the shopping cart exceeds the number of available stock.
Customers could use this rule to check whether the order is really covered by the current stock or whether the number of products ordered exceeds the stock.
This is relevant for the availability of express shipping, for example.1 vote -
DHL Extension - DTP (duties & taxes paid)
It should be possible to integrate DTP in DHL.
2 votes -
Opportunity to change the order of storefront snippet files
There should be a way to customise the order in which the storefront snippet files are loaded.
Currently the snippet files are loaded in a first come first serve principle.
For example like this
vendor/shopware/core
vendor/mycompany/mytheme/
vendor/store.shopware.com/
vendor/mycompany/myplugin/
vendor/store.shopware.com/swaglanguagepackLoading the snippet files should be like this:
vendor/shopware/core
vendor/store.shopware.com/
vendor/mycompany/myplugin/
vendor/mycompany/mytheme/So that you can overwrite all others with the snippet files of your own theme.
1 vote -
Lazy loading
Lazy loading should be a standard function of modern ecommerce systems, so please implement this function into shopware core.
Why:
- faster loading times
- better SEO10 votes -
8 votes
-
LAN-152 | Country names are only translated into German and English
Used Shopware Version: 6.5.8.4
Description: We noticed that country names are only translated into German and English.
This became clear after we installed a third-party plugin (country of delivery selection).
If you select a language other than English or German, nothing can be seen in the country of delivery selection.
Previous analyses / points checked:
Looked under Settings --> Countries and noticed that the respective countries have no translation.
Environment: 6.4.20.2 until 6.5.8.4
Expected result: Afghanistan, for example, is also translated into French
Actual result: Countrys only getting translated in German and English
7 votes -
Customization of cookie settings via the admin
It would be helpful for customers if they could use the admin to customize the selection of standard cookies or other cookies without having to use the developer documentation.
2 votes -
Zusätzlicher Kontotyp in der Registrierung / additional account type in registration
DE
Zusätzlich zu privat und gewerblich sollte es eine Möglichkeit geben, zusätzliche Kontentypen zu erstellen. Beispiel: Privat, Gewerblich, öffentliche Einrichtungen... da es für jeden Bereich eigene Zahlungsbedingungen gibt, die aktuell nur über Kundengruppen zugeordnet werden können. Während des Bestellvorgangs als Gast oder bei Erstbestellung ist der Kunde keiner Kundengruppe zugeordnet.EN
In addition to private and commercial, there should be an option to create additional account types. Example: private, commercial, public institutions... as each area has its own payment terms, which can currently only be assigned via customer groups. During the ordering process as a guest or when placing an…1 vote -
Digital Services Act: Reporting form for article reviews
Due to the Digital Services Act, it will be necessary to provide a reporting form for article reviews from 2025. This should be available as standard, as everyone will be affected by the Digital Services Act.
1 vote -
It should be possible to upload two media files with the same name
If you upload a picture to the media, the name must be unique.
However, if the image is uploaded to a different subfolder, it should be possible to upload a second image with the same name.1 vote -
Subscriptions: Forecast
The implementation of a forecasting feature optimizes our dealers' procurement processes by calculating product demand based on existing subscriptions. This results in predictable sales through regular deliveries, supporting efficient inventory management and ordering planning.
3 votes -
Extend the column for the properties.
If a property has a significantly longer name, the content no longer fits into the column, and the other properties are pushed to the row below.
1 vote -
Admin Search: Expand Search results in the quickview
Searching by name, company name or e-mail address is also difficult or the results are difficult to interpret because the e-mail address and company name are missing.
1 vote -
Manufacturer description in the data mapping
It should be possible to assign the manufacturer description to the stored manufacturer in the experience worlds or at least in the categories in the description and then in the data assignment.
Since there are no global manufacturer layouts, it should at least be possible to build one with the help of the data assignment.
2 votes -
Rule Builder: Depending conditions
Time and again, customers want to create the following discount structure, for example:
Article from manufacturer A
Number of articles: 0-9 = 0% discount
Number of articles: 10-19 = 5% discount
.
.
.However, a condition with the Rule Builder is not possible here, as there is no way for a condition to refer exclusively to the results of a previous condition.
This means that you cannot use the Rule Builder to say, check whether there are 10 items from manufacturer X in the shopping basket.
The discount scenario mentioned above can therefore only be implemented using the extended…
1 vote -
Allow manipulating mail data with MailBeforeSentEvent
Currently, MailBeforeSentEvent has no setter methods to manipulate mail data.
The Symfony documentation describes such an event where one could update subject and message properties: https://symfony.com/doc/current/event_dispatcher.html#how-to-customize-a-method-behavior-without-using-inheritance
My use case is that I want to edit the mail contents. For that, I need to adjust the return value of the private method "buildContents". That seems not possible with a decorator.
A workaround is to completely replace the core MailService class:
<service id="Shopware\Core\Content\Mail\Service\MailService" class="MyPlugin\Service\MailService">
...
</service>That, however, will lead to breaking changes if the MailService class gets patched in the future.
2 votes
- Don't see your idea?