Projekt

Allgemein

Profil

GX-Bug #65389

Von Ulrich Wenk vor mehr als 4 Jahren aktualisiert

Wenn man im Bestellvorgang bereits eine Zahlungsweise ausgewählt hat und dann zurück zu Warenkorb geht, werden eventuelle Rabatte im Warenkorb noch ausgegeben, obwohl diese dann nicht mehr gültig sind. 
 Im Warenkorb muss die gewählte Zahlungsweise aus der Session gelöscht werden, damit entsprechenden Rabatt die auf Zahlungsweisen gelten im Warenkorb nicht angezeigt werden. 

 If you have already selected a payment method in the order process and then go back to shopping cart, any discounts in the shopping cart are still issued, although these are then no longer valid. 
 In the shopping cart, the selected payment method must be deleted from the session, so that corresponding discounts that apply to payment methods are not displayed in the shopping cart. 

 ___________________ 

 **EDIT** 10.12.2019 

 Preconditions: 

 * configure and activate Discount for payment (Modules > Order Total >> Discount) 
 * activate a payment module which is qualified for discount 

 1. put an item in your basket 
 2. proceed to checkou_payment.php 
 3. choose a payment module qualified for discount, click continue 
 4. restart the checkout process by clicking on the shopping cart 

 result: 

 * the discount is shown in the shoping cart, although it is not valid anymore, i.e. you can't use this discount for an other payment option 
 * the selected payment method should be deleted from the session 

Zurück