1167 results found
-
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 -
Message "x € until free delivery" in Checkout
A function is desired that shows in the shopping cart/cashout how much € is still needed until free delivery.
This keeps customers in the shop and generates more sales. The function should be included in the standard.
26 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 -
"New products" function from SW5
In SW5 there was a "new products" function on the product detail page - in a slider.
Would be nice to have this as standard in SW6.
2 votes -
Admin Center: Show global article stock in order details
Admin Center: In the order detail it would help to show the overall stock of every position. It is a small change that helps the customer support if someone have questions about orders like delay on shippment.
2 votes -
B2B Suite separate customer numbers for roles
It would be great to have separate customer numbers for the roles in B2B suite. So the shop owner could bill these customer numbers separatly. Otherwise the owner needs to determine trough the address which order went where and bill them after that which is time consuming and prone to errors.
3 votes -
admin > customer: sales revenue
New: filter and column: sales revenue
Why: filter to check customers who should be contacted automatically to reactivate or delete customers.
1 vote -
Neutral shipping / select sender address
Neutral shipping / select sender address
It should be possible to provide a field for neutral shipping for every order.
Agencies and many other corporate customers only order with neutral shipping and have the goods sent directly to their customer - as if it were coming from our customers.
At the moment and in times of dropshipping, this is only possible via an expensive in-house development, but should be available as standard.
2 votes -
Extend system requirements
When an update is to be done via the admin, the tab "System Requirements" always appears, but it does not check the technical requirements for the database, etc.
2 votes -
Optional bilateral cross-selling
If a cross-selling article is currently assigned to an article, this assignment only takes place in one direction.
It would be desirable ( linked to an option(?)), if the assignment takes place on both sides, however.So - article A is assigned article B as a cross-selling article and displayed accordingly on the detail page of article A.
However, if I now call up the detail page of article B, I would like article A to be automatically displayed as a cross-selling article at the same time.
20 votes -
Discount promotions in the listing
Discount promotions should already be marked or displayed in the listing (comparable to Shopware 5) and not only in the shopping cart.
25 votes -
admin ux: delete product button if you open the product in the detail page
It is still not possible to delete a products (with all variants if there are variants) while you are in the product details.
WHY:
The amin search is still bad: when a search for a product you can not refresh the listing page in admin for products for detelting the products with the three point menu.workaround for me: using a tag for the products like "delte product" and then in the product filter choose the tag and delete the product.
2 votes -
Allow bulk edit of media folders in Content - Media
It would be nice if we allowed our commonly used bulk edit feature in media as well so we can edit the properties (like thumbnail settings) in bulk.
Yes, the settings are automatically inherited down. But not everybody had the foresight to predict that and is now possibly stuck with dozens or more folders which they have to edit by hand.
Allowing bulk edit for media folders would make sure nobody runs into this problem again in the future.
1 vote -
It should be possible to display all variants in the search results without them also being displayed individually in the listing.
It should be possible to display all variants in the search results without them also being displayed individually in the listing.
Currently, the variants are only displayed in the search results if you activate the expansion of the properties in the product list in the storefront display.
7 votes -
Validate street in registration for using a number
We want to validate street in the registration for using a number. Customer sometimes forget to enter a number in the street field, so the delivery is not possible. Simply checking for using a number could fix this problem.
40 votes -
Add avatar providers like gravatar to Admin
Add gravatar or libravatar to Admin like https://github.com/FriendsOfShopware/FroshPlatformAvatar once did.
Would be nice to not upload the same images in every shop and other used software. Especially because the avatars in Shopware didn't work for a long time until they were finally fixed.1 vote -
It should also be possible to export inactive products via the product comparison.
Currently, inactive products are not exported in a product comparison. Also products with a stock level of 0 with activated clearance sales.
It should also be possible to export inactive products via the product comparison.
5 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 -
Use different shipping and billing address without changing the standard and billing address.
For some cases, I would like to submit orders using a shipping / billing address that is different from the standard shipping and
billing address (defined in the administration or customer account) WITHOUT marking these - so to speak - "temporarily" used addresses the new standard.So, whenever an address < > the standard address is used to execute an order, it should change back to standard
once that order has been submitted (or the session got closed). Currently, if a new address has been added by a contact it automatically
gets marked as new "standard shipping / billing address"…1 vote -
Add Digital Sales Rooms to the Commercial extension
At the moment, you have to follow the instructions from our docs to install the Digital Sales Rooms feature. The first step is to "clone or download" the repository from GitLab. Don´t make the user think. Just implement it to the commercial extension like all other features Shopware provide.
2 votes
- Don't see your idea?