- or
1269 results found
-
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 -
Checkout: correction options for mail address
According to § 312i Para. 1 S. 1 No. 1 BGB in conjunction with. Art. 246c No. 3 EGBGB, the customer must be provided with adequate, effective and accessible technical means and informed about how input errors can be recognised and corrected before the order is placed. Adequate technical means in this sense are clearly labelled
In the present case, the e-mail address is not shown on the order page/checkout.
This must be supplemented with appropriate correction options so that the consumer can recognise and correct incorrect entries.
3 votes -
Missing option to delete documents
EN
We removed the deletion of existing documents in orders sometime in late 2021 or early 2022. There are always users who want such a function. See tickets https://issues.shopware.com/issues/NEXT-19550 and https://issues.shopware.com/issues/NEXT-24888.In principle, I do not see it as necessary to delete the document, but there should be a way to invalidate documents and make corrections. Possibly similar to accounting, where an incorrect entry is offset with a cancellation entry.
DE
Wir haben irgendwann Ende 2021 oder Anfang 2022 das Löschen vorhandener Dokumente in Bestellungen entfernt. Es gibt immer wieder Anwender, die sich eine solche Funktion wünschen. Siehe dazu Tickets https://issues.shopware.com/issues/NEXT-19550 und https://issues.shopware.com/issues/NEXT-24888.Grundsätzlich sehe ich es nicht als notwendig an, das Dokument zu löschen, aber es sollte eine Möglichkeit geben Dokumente ungültig zu machen, Korrekturen durchzuführen und die korrekte Historie zu erkennen. Eventuell ähnlich wie in der Buchhaltung, wo eine Fehlbuchung mit einer Stornobuchung ausgeglichen wird.
EN
We removed the deletion of existing documents in orders sometime in late 2021 or early 2022. There are always users who want such a function. See tickets https://issues.shopware.com/issues/NEXT-19550 and https://issues.shopware.com/issues/NEXT-24888.In principle, I do not see it as necessary to delete the document, but there should be a way to invalidate documents and make corrections. Possibly similar to accounting, where an incorrect entry is offset with a cancellation entry.
DE
Wir haben irgendwann Ende 2021 oder Anfang 2022 das Löschen vorhandener Dokumente in Bestellungen entfernt. Es gibt immer wieder Anwender, die sich eine solche Funktion wünschen. Siehe…2 votes -
Discount calculation based on list price
It would be great if we could choose the that the discount calculation should be based on list price with a fallback: product price - this so that promotions do not give a discount on a already discounted product
10 votes -
Import/Export improvements
We continuously work on improving import and export capabilities.
Please let us know in the comments what is still missing for you.
35 votes -
Configurable Dashboard
As a shop owner I want to configure the starting page of the administration according to my needs.
60 votes -
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';
public const STATEOPEN = 'open';
public const STATEPARTIALLYSHIPPED = 'shippedpartially';
public const STATESHIPPED = 'shipped';
public const STATEPARTIALLYDELIVERED = 'deliveredpartially';
public const STATEDELIVERED = 'delivered';
public const STATEPARTIALLYRETURNED = 'returnedpartially';
public const STATERETURNED = 'returned';
public const STATECANCELLED = 'cancelled';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 -
Shopware 6 CLI for import / export
For an external system I need periodically an export of the inventory.
The import/export is currently not available for shopware cli:https://docs.shopware.com/en/shopware-en/settings/importexport
https://docs.shopware.com/en/shopware-6-en/tutorials-and-faq/shopware-cli3 votes -
Better deletion of customers in admin: after opens a customer a delete button is needed
Currently, only in the customer overview, while selecting the three dots you can delete the customer.
The problem: if you search customer by exact name or mail address it is not possible to highlight the customer in the overview so can't easily delete the customer account. If you have many customers and some requests to delete the account, there is a problem (time consuming) the finish this task.
So please add the function to delete the customer account after open the customer account.
2 votes -
Filter orders by time
As a shop owner I want to select a specific time (not only a day) to filter my orders.
2 votes -
manifest.xml - Allow more customFields entites
The manifest.xml should allow more custom field entity types.
Currently we suggest to add the entity
order_line_item
.Currently available types:
<xs:complexType name="entity-list">
<xs:choice maxOccurs="unbounded">
<xs:element name="product" type="empty" minOccurs="0"/>
<xs:element name="order" type="empty" minOccurs="0"/>
<xs:element name="category" type="empty" minOccurs="0"/>
<xs:element name="customer" type="empty" minOccurs="0"/>
<xs:element name="customer_address" type="empty" minOccurs="0"/>
<xs:element name="media" type="empty" minOccurs="0"/>
<xs:element name="product_manufacturer" type="empty" minOccurs="0"/>
<xs:element name="sales_channel" type="empty" minOccurs="0"/>
<xs:element name="landing_page" type="empty" minOccurs="0"/>
<xs:element name="promotion" type="empty" minOccurs="0"/>
<xs:element name="product_stream" type="empty" minOccurs="0"/>
<xs:element name="property_group" type="empty" minOccurs="0"/>
<xs:element name="product_review" type="empty" minOccurs="0"/>
<xs:element name="event_action" type="empty" minOccurs="0"/>
<xs:element name="country" type="empty" minOccurs="0"/>
<xs:element name="currency" type="empty" minOccurs="0"/>
<xs:element name="customer_group" type="empty" minOccurs="0"/>
<xs:element name="delivery_time" type="empty" minOccurs="0"/>
<xs:element name="document_base_config" type="empty" minOccurs="0"/>
<xs:element name="language" type="empty" minOccurs="0"/>
<xs:element name="number_range" type="empty" minOccurs="0"/>
<xs:element name="payment_method" type="empty" minOccurs="0"/>
<xs:element name="rule" type="empty" minOccurs="0"/>
<xs:element name="salutation" type="empty" minOccurs="0"/>
<xs:element name="shipping_method" type="empty" minOccurs="0"/>
<xs:element name="tax" type="empty" minOccurs="0"/>
</xs:choice>
</xs:complexType>
The manifest.xml should allow more custom field entity types.
Currently we suggest to add the entity
order_line_item
.Currently available types:
…
<xs:complexType name="entity-list">
<xs:choice maxOccurs="unbounded">
<xs:element name="product" type="empty" minOccurs="0"/>
<xs:element name="order" type="empty" minOccurs="0"/>
<xs:element name="category" type="empty" minOccurs="0"/>
<xs:element name="customer" type="empty" minOccurs="0"/>
<xs:element name="customer_address" type="empty" minOccurs="0"/>
<xs:element name="media" type="empty" minOccurs="0"/>
<xs:element name="product_manufacturer" type="empty" minOccurs="0"/>
<xs:element name="sales_channel" type="empty" minOccurs="0"/>
<xs:element name="landing_page" type="empty" minOccurs="0"/>
<xs:element name="promotion" type="empty" minOccurs="0"/>
<xs:element name="product_stream" type="empty" minOccurs="0"/>
<xs:element name="property_group" type="empty" minOccurs="0"/>
<xs:element name="product_review" type="empty" minOccurs="0"/>
<xs:element name="event_action" type="empty" minOccurs="0"/>
<xs:element name="country" type="empty" minOccurs="0"/>
<xs:element name="currency" type="empty" minOccurs="0"/>
<xs:element name="customer_group" type="empty" minOccurs="0"/>
<xs:element name="delivery_time" type="empty" minOccurs="0"/>5 votes -
Additional field document upload
Additional field document upload
If you create an additional field in which you can upload documents and you upload documents here, they will simply be thrown into the media management.
It would be good if you have a selection option here when uploading where you can decide where these documents are stored.6 votes -
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 -
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 -
Mobile Interface - Menu button in the administration does not seem to work properly
When you open the administration (mobile) and click on the menu, you will notice that there is no close button, and even when you click outside the menu, it would not close.
From the Shopware issue tracker, i understand now that the Shopware administration currently does not support any mobile view, so this could be an improvement (specially for customers that approach the administration with their cellphones).
2 votes -
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
- Don't see your idea?