Page 1 of 1

user changing order after payment selected issue

Posted: 22 Nov 2018, 09:51
by maintainthedomain
Ahoj!

Following situation:

There is a paypal method set with min order amount rule of 8€ (so cart less than 8€ -> no paypal method is offered).

User has some items in cart, say for 20€. Goes to checkout, enters address, chooses paypal payment method.

Now he deletes some products, so that total amount is say 5€.

User still can proceed using the previous chosen paypal method and make the purchase for 5€...

Guess we should disable the option of changing stuff in cart when we're after payment select step in checkout?

Re: user changing order after payment selected issue

Posted: 22 Nov 2018, 22:26
by maintainthedomain
Actually better would be if the payment method gets unset when user changes something in cart...

Re: user changing order after payment selected issue

Posted: 23 Nov 2018, 10:11
by Jan
Hi, when changing something in cart, the shipping and payment method will be removed (because of different rules, new conditions are loaded) :idea:

Image

Jan