You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shopping cart discount rule is not deducted when you create an order in admin, ask the customer to pay and then change the payment method.
Shopping cart discount rule, e.g. 2% when paying in advance.
Create order in admin, payment method e.g. PayPal (there is no shopping cart discount here)
Ask the customer to pay
If the customer changes the payment method to prepayment, the shopping cart discount should apply, as the discount is linked to the payment method. However, this does not work.
Translated with DeepL.com (free version)
Expected behaviour:
The shopping cart discount should apply for prepayment
How to reproduce:
Add shopping cart discount rule, e.g. 2% when paying in advance.
Create order in admin, payment method e.g. PayPal (there is no shopping cart discount here)
Ask the customer to pay
If the customer changes the payment method to prepayment, the shopping cart discount should apply, as the discount is linked to the payment method. However, this does not work.
The text was updated successfully, but these errors were encountered:
Thank you for your report. Based on the information in this report, we have decided to investigate this issue in more detail and are planning to provide a fix for this issue. Although we are always eager to solve such problems as soon as we can, we can't give you a more specific time frame right now. We appreciate your patience and thank you for your understanding.
[public] Works as designed. Neither adding nor removing such a discount is possible at that stage. The discount is only granted if the customer has selected the correct payment method in the checkout process before finalizing the order. Otherwise, the customer would actively manipulate the generated order (add/remove promotion LineItem).
PHP Version: 8.2 | Shopware Version: 6.6.4.1 | Affected area / extension: Platform(Default)
Actual behaviour:
Shopping cart discount rule is not deducted when you create an order in admin, ask the customer to pay and then change the payment method.
Shopping cart discount rule, e.g. 2% when paying in advance.
Create order in admin, payment method e.g. PayPal (there is no shopping cart discount here)
Ask the customer to pay
If the customer changes the payment method to prepayment, the shopping cart discount should apply, as the discount is linked to the payment method. However, this does not work.
Translated with DeepL.com (free version)
Expected behaviour:
The shopping cart discount should apply for prepayment
How to reproduce:
Add shopping cart discount rule, e.g. 2% when paying in advance.
Create order in admin, payment method e.g. PayPal (there is no shopping cart discount here)
Ask the customer to pay
If the customer changes the payment method to prepayment, the shopping cart discount should apply, as the discount is linked to the payment method. However, this does not work.
The text was updated successfully, but these errors were encountered: