97 results found
-
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 -
DHL Extension - DTP (duties & taxes paid)
It should be possible to integrate DTP in DHL.
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…
2 votes -
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 -
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 -
Switch wishlist cookies to technically required section
If technically & legally possible, it would be nice if we switched the cookies required to enable the wishlist to the technically required section.
This is because most customers who visit a shop only accept the technically required cookies and then often proceed to bother the shop owners about the wishlist feature not being available.
As we all know, customers often have a hard time reading and/or use browser addons which automatically accept the minimum amount of cookies possible.
2 votes -
Company address in the documents
The company address on the documents should be on two lines. One for the street and one line for the city
2 votes -
Customers pays for features like the B2B components
Make it possible for the shop owner to monetize features that the shop owner activates for its customers, currently "only" the B2B components. The shop owner activates "quick orders" and "employee management" for the customer and the customer pays the shop owner money for this "package".
2 votes -
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 -
Prioritize messages in the Message Queue
It should be possible to process the messages in the enqueue table according to manually defined priorities. A "Priority" column is available in the table, but without any visible benefit.
As of now, the customer has to build the index for categories and products quite often, leading to the fact that this process takes several hours. Other processes in the message queue have to wait, such as order confirmations. Therefore the possibility to set a priority is needed.
2 votes -
Make CSS less opinionated & more accessible
While a lot of progress has been made when issue NEXT-28267 was resolved, the Shopware CSS is still full of hardcoded and borderline obsolete code, which makes creating custom themes difficult and results in a bloated codebase.
As an example, this code block can be found in
_filter-panel.scss:.icon.icon-filter-panel-item-toggle { margin-left: 8px; > svg { top: 4px; } }In the same file, a height and padding is hardcoded in pixels for the filter panel:
.offcanvas-filter { .filter-panel { height: calc(100% - 80px); overflow-y: auto; width: 100%; padding: 0 25px 25px; } }This creates incredibly specific selectors with…
2 votes -
Cloud: allow subscription of status page and more information about application updates
There are many cloud application updates that are not specified any further. We would like to know what has been addressed, and we would like to be informed when maintenance is planned so we don’t get surprised by our shop not being available.
Atlassian status page has a subscription feature, so you only need to enable it2 votes -
Extend media replace function (e.g. PDF)
If media are replaced via file upload, e.g. with a new version of the PDF, they are not replaced in the CustomFields. This means that all articles have to be updated manually. this can lead to errors if articles are overlooked. (Normal images will be replaced).
Suggestion: extend the replace function so that other used media can be replaced as well.
2 votes -
Cloud Feedback: More individual themes
The choice of themes is more than modest.
A handful of providers who reheat their themes in different forms is not a real selection. The design of the themes is almost always the same.
2 votes -
Cloud Feedback: Roadmap and problems after cloud updates
The system is regularly changed by shopware without there being a proper roadmap for it.
Apparently interfaces are changed instead of deprecating them and ensuring a transition phase, at least that's how I have to understand the warnings that are issued in the shop when enhancements are made. It is completely unacceptable from the customer's point of view if sufficiently large transition phases are not observed in which all providers can adapt to innovations/changes. Never touch a running system" feels like tinkering with Shopware, and in the meantime we have the same concerns about the stability and availability of our…
2 votes -
Collapse admin navigation on mobile devices
Currently, the admin navigation is not collapsible on mobile devices in portrait mode. Once shown, there is no way to collapse the navigation back in, except to completely reload the page. There should be a way to hide the navigation (like on desktop) in order to make the backend usable on mobile devices.
2 votes -
Build scss with node-sass
If nodejs is available on the system use node-sass instead of PHP Scss and Autoprefixer to compile the theme.
2 votes -
Lithuanian and Estonian languages in the languagepack
It would be nice if the language pack also supported Lithuanian and Estonian.
2 votes -
Theme for B2B
Build a theme for B2B as a perfect starting point for B2B projects. It should be designed more "technically" to find as many products as possible quickly, add them to the shopping cart and buy them. A very large number of categories should be presentable ("Megamenu"). A large number of variants should be displayed comfortably. It should be possible to display many scales and customer-specific prices. And the B2B Suite is smoothly integrated.
2 votes -
EU Geo-Blocking Regulation
According to the EU Geo-Blocking Regulation (Regulation EU 2018/302), merchants must not discriminate against customers based on their residence or delivery country regarding access to goods and pricing.
Most legal interpretations agree that:
A unified net price across EU markets is compliant, and
Gross prices may vary depending on the applicable VAT rate,
as long as the underlying net price is identical.
However, Shopware currently forces the opposite approach:
It keeps gross prices constant, and recalculates net prices differently per country.
This makes it impossible to maintain a consistent net price across EU countries and can cause compliance concerns for…
1 vote
- Don't see your idea?