VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: ssc3 on June 30, 2020, 13:02:40 PM

Title: Revision 10318 now updates the cart without setting the payment/shipment
Post by: ssc3 on June 30, 2020, 13:02:40 PM
http://dev.virtuemart.net/projects/virtuemart/repository/revisions/10318/

Revision 10318 updates the cart without updating payment or shipping methods.

$(\'input[name="task"]\').val("updateCartNoMethods");

Most of the time this works,

but occasionally if a payment method contains fields which have been changed to a new value.

"updateCartNoMethods" will  reset the payment methods back to their old default settings.
Title: Re: Revision 10318 now updates the cart without setting the payment/shipment
Post by: AH on June 30, 2020, 17:11:24 PM
Check the change in the JS for the cart view.html.php

http://dev.virtuemart.net/projects/virtuemart/repository/diff?utf8=%E2%9C%93&rev=10334&rev_to=10333 (http://dev.virtuemart.net/projects/virtuemart/repository/diff?utf8=%E2%9C%93&rev=10334&rev_to=10333)
Title: Re: Revision 10318 now updates the cart without setting the payment/shipment
Post by: ssc3 on July 07, 2020, 09:10:03 AM
Quote from: AH on June 30, 2020, 17:11:24 PM
Check the change in the JS for the cart view.html.php

http://dev.virtuemart.net/projects/virtuemart/repository/diff?utf8=%E2%9C%93&rev=10334&rev_to=10333 (http://dev.virtuemart.net/projects/virtuemart/repository/diff?utf8=%E2%9C%93&rev=10334&rev_to=10333)

I checked those updates, but they have no effect on the original problem.