1311 results found
-
Correction of incompatibility with extensions
There is currently no Shopware guideline for extension manufacturers that extensions must be compatible with each other.
If an incompatibility between two extensions becomes apparent, manufacturers should be obliged (possibly contractually) to correct this incompatibility, as customers may end up paying for both extensions.
If you are dependent on two extensions, you currently have to hope for the goodwill of the manufacturers to correct the error.
1 vote -
AI gets access to central information about the shop
Central information about the store, target groups, brands, and wording can be accessed by the AI.
This will help to improve the sales channel context and polish the tone of voice.
1 vote -
Delivery status for digital products
A delivery status should also be maintained for digital products. As some externally connected merchandise management programs import the products based on the delivery status, this leads to complications, errors and unnecessary manual intervention with digital products.
1 vote -
Bug in rule builder > "count of completed orders"
Tested object: completed orders are not counted correctly - or maybe not at all.
My order list shows customer orders that are marked as “completed”. (Payment: pending, shipping: partial or completed). But the rule ignores the fact. Even if I set all 3 fields (order, payment, shipping) to "completed" as a test, this rule doesn't apply.
1 vote -
Caching of dynamic pages
We are developing a Shopware shop for a new customer. One of the features is dynamic pricing (customer-based prices) where customers are shown personalized prices that are loaded from an api. We had this working, deployed it to a test environment and noticed it didn't work because the cache is enabled on category and product detail pages when the production mode is enabled.
We load the prices using a subscriber that is based on '\Shopware\Core\Content\Product\Subscriber\ProductSubscriber'. But because of the caching in classes like '\Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' the 'SalesChannelEntityLoadedEvent' is never fired and the original Shopware prices are cached as part of the…
1 vote -
B2B Components - attach quote to Mail
If a quote has been answered or created by the admin, enabling "Generate and attach document" before sending a quote, only leads to it being shown in the customer account.
Currently, this document is neither sent by mail, nor is there a separate action within the Flow Builder for it
1 vote -
displaySearchBar, displayLanguageSwitch and addSmartbarButton for Admin Extension SDK / App System
Admin Extension SDK / App System: Also allow displaySearchBar, displayLanguageSwitch and addSmartbarButton for normal modules like it is already possible for main modules. Like this it becomes easier to build CRUD pages.
1 vote -
Custom field-Entity select-Category should show at least the top-level-category
We have a view top-level-categories with subcategories of the same name in this top-level-categories.
If you want to select a categorie in a custom field of the type "entity select" with the entity "category" it is impossible to find the right subcategorie, because the have all the same name. The field should show the category tree like the standard category selection for a product or at least the top-level-category.1 vote -
Improve performance of product detail page by adding 'fetchpriority="high"' to the cover image
I created this pull-request to add the 'fetchpriority="high"' attribute for the cover image on the product detail page. (https://github.com/shopware/shopware/pull/3608)
Simply adding this little attribute will improve the LCP (Largest Contentful Paint) score on all product detail pages.1 vote -
Create subscriptions in the admin
It is currently not possible to manually create an order for a subscription in the admin. This is only possible via the frontend by the customer themselves, but an option to create a subscription in the admin for a customer would be an important function.
It should be possible to create a new order with a subscription via the Orders or Subscriptions tab in the admin, just as it is possible for normal orders with non-subscription products.
1 vote -
Fast order for DSR
To order as fast as possible it would help to have the fast order functionality from the components within the DSR.
1 vote -
Cross selling default
It would be good to be able to set a default Display and Position in the Cross selling setting. See picture
1 vote -
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 -
HTML Sanitizer + Custom Fields
Fields sind ein zentrales Konzept, werden aber in der Doku bezüglich dem HTML Sanitizer in 6.5 ausgespart.
Doku + mit Core ausgelieferte shopware.yml
https://docs.shopware.com/de/shopware-6-de/tutorials-und-faq/html-sanitizer
https://github.com/shopware/shopware/blob/6.5.x/src/Core/Framework/Resources/config/packages/shopware.yamlFragen
1) Ist eine Konfiguration für ein einzelnes customfield überhaupt möglich?
2) Ist eine Konfiguration für alle customfields einer Tabelle möglich.Siehe auch
Siehe https://forum.shopware.com/t/html-sanitizer-ausnahme-fuer-zusatzfelder/100536/2
Custom1 vote
- Don't see your idea?