1490 results found
-
Add admin ownership to all (sales channel) entities
There have to be two types of admin users:
1. Super admin with all privelegies
2. Admin userThe super admin can see and edit all entities.
The admin user can see/use all public entites (for example categories) where the userId is NULL. He can create private entities, only visible for himself or super admins, the userId is the current admin user.
Why this idea makes sense?
Technically we just add a new context variable like the salesChannelId or languageId, the admin user can manage his own product sets without any risk to delete other products.
We could also make…1 vote -
Add extension/plugin ownership property for all entities
If an extension installs data in Shopware I have to remember the exactly IDs for uninstalling. A cleaner solution would be, to define an ownership for the data. If I uninstall the extension, the data can be automatically removed. This could be a technical name or the plugin_id with foreign key. So the plugin can be only uninstalled if the referenced data is also removed. This data could be write protected too, so the shop owner can't delete for example important mail templates or media folders.
1 vote -
Splitting the prices for user roles
The rights for productprice can be assigned under users and roles in the detailed privileges.
However, productprice includes the complete pricing, so it is not possible, for example, to assign rights only for the basic price so that a user does not have access to the extended prices, for example.
It would be user-friendly if there was a further division here than putting everything in product_price.1 vote -
Custom field (labels) should be translatable
It should be possible to translate the additional field labels. If I tick "Maintain in all administrator languages" in the settings, I can still only translate in DE and EN.
1 vote -
Discount for identical products in the shopping cart
It would be useful to have a rule that recognizes duplicate products in the shopping cart.
The rule could look something like this: Item same product quantity is equal to 2"
As an application example:
A store operator wants to give a discount on the second product if there are two of them in the shopping cart.
So twice product A and once product B there should be a discount on one of the products A.
Twice product B, but only once product A, there should be a discount on product B.1 vote -
Deactivate the newsletter in the footer of the Showroom theme
It should be possible to deactivate the newsletter field in the footer of the Showroom theme by default without the need for any extra template customization.
This would be a useful extension for many users if it could be easily deactivated in the admin.1 vote -
status DELIVERED and delivered_partially
As a merchant I want to have the an option to set status DELIVERED and delivered partially when customer receive his order.
I set status shipped when I send order and when customer received order I can set status delivered.shopware have status shipped but do not have status DELIVERED.
also, if in shopware exist status shippedpartially should be a functional to set what items from order are shipped what not,
otherwise how to know what item was shipped. I should do inventory in other app if I use shippedpartially.src/Core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryStates.php
public const STATEMACHINE = 'orderdelivery.state';…1 vote -
Option to calculate shipping costs as a percentage
As in Shopware 5, we would like to be able to define the shipping costs as a percentage again. This could occur more frequently, especially in the B2B sector.
1 vote -
Sales representative should be able to create an order, which must first be accepted by the debitor
Requirement: Our sales representative logs on as such to one of his assigned customers (in the customer account) and places an order proposal there. The customer receives a notification and can now approve or reject the order. If approved, an order is automatically placed in the store.
Current status: the sales representative can create orders for his customer. However, these are processed directly, i.e. ordered for a fee. The customer is not involved in an approval process and it cannot be seen in the customer account that the order has been placed by the sales representative.
1 vote -
Restrict renaming media
If a medium (e.g. image) is used in an article or a post, it should not be possible to rename it via "Content > Media", as otherwise the article will appear in the frontend without an image.
1 vote -
Add "Today" to Date/Time fields in admin
There should be a "button" under the Date/Time fields with "Today" so you can select the current Date/Time. This would be a nice quality of life feature.
1 vote -
Log events as an individual selection menu in Settings / System / Event log
Regarding the logging events in SW6: From our point of view, it would be very useful to be able to select which events are logged and which are not when setting up Shopware. We understand that it is not the intention that a nonsensical number of entries should be recorded. However, it would be very useful for those users who want to see which emails have been sent, for example. We are sure that this is important for many users. Best regards - info@ladenbau-gehlert.de
1 vote -
filter admin
The filter options in the admin should be adjusted a little. For example, it should also be possible to use rules from the Rule Builder to multiply the possibilities.
An example of this would be
"Customer - is one of sales channel - XYZ"This is particularly useful for marketing purposes if the AI copilot cannot handle things.
1 vote -
New filter on backend > orders > overview
Has comment (yes/no) would be very helpful
1 vote -
Orders as speech bubbles
Customer comments are displayed in orders behind the order number as speech bubbles. I find this implementation excellent. I have taken this a step further and wonder if it would be possible to also add a speech bubble with the ordered items behind the order number. I would find this very practical, as the path to the ordered items is quite long. Especially when customers call and I need a quick overview of the ordered items.
1 vote -
Advanced pricing grid with max. order quantity defined
If a maximum order quantity of, for example, "10" is defined in a product and extended prices (1 - 4, 5-10) have also been set up, it makes no sense to display prices "from 11" in the table product-block-prices-grid in the frontend on the detail page. In this case it would be great if we could somehow validate on the max. order quantity and hide everything in that grid that is above that.
1 vote -
Export products as CSV directly from Product Module
To work with a certain list of products, one mainly works with the filter options of the product module. Once the right filter is configured, it would be helpful to directly export that list of products as a CSV file to further work with it. Doing it again via the export module is an extra step and needs some time to get the export profile configured just as the product filter.
Example: We need to make sure that all our product have fitting product images. Therefore we filter for the products without media in the product module. Now I want…
1 vote -
Option to deactivate/activate all non-shopware extensions
Since extensions from other manufacturers very often cause errors and many customers are not very familiar with databases, an option in the admin would be advantageous to deactivate and activate all non-shopware extensions.
Customers currently use the following article for this:
This article is mentioned very frequently in support tickets and, due to its complexity, often leads to customers needing further help because they are not familiar with the database.
This would save the customer a lot of time and lead to faster ticket resolution in support.
1 vote -
Mobile View: Number of shopping cart items (badget), when using a promotion
Within the mobile view, a number is displayed next to the shopping cart symbol, which describes the number of items.
However, the number also increases if there is a discount in the shopping cart, even though the customer may only have one item (badge shows 2) in the shopping cart.
This confuses customers. The badge should check whether there is a discount and deduct it from the number.
1 vote -
Duplicate articles: Keeping manually changed article numbers
If you change an article number in an article manually, i.e. not a number from the number range and then duplicate it, the number range number is used again for the duplicated article and not the manually changed number.
Example:
Create an article
Number SW123 -> change this to ABC123
Duplicate this articleDesired behaviour:
Duplicated article with number ABC1234Current behaviour:
SW123This is particularly annoying with variants, as you then have to renumber many items
1 vote
- Don't see your idea?