auto update Sub Total and Grand Total once increase or decrease quantity in checkout/cart page?
-
Hi
Is it possible for auto update Sub and Grand total on checkout/cart now ? -
Hi @rustam,
Yes, it is possible you just need to reload the component nothing else.
-
@devansh-webkul
Can you send any helpful link for that?
If you mean with clicking update cart button, I want without use button. -
Hi @rustam,
I hope you are familiar with Vue JS, I can only guide you regarding this. If you check the cart page there is a
cart-component
that is submitting the form when you click on the update cart button that means the page will be refreshed.You need to send the form via ajax on the change method.