Ohh okay, so the problem is in the cart page actually on increasing or decreasing the product quantity.
I can try debugging this but will need collaborator access to your store to see the code and modify it accordingly.
A store owner seeks to update cart product quantities without triggering a full page reload, which causes jarring visual jumps. The current behavior reloads the entire page when quantities change.
Proposed Solution:
Technical Considerations:
Current Status:
Ohh okay, so the problem is in the cart page actually on increasing or decreasing the product quantity.
I can try debugging this but will need collaborator access to your store to see the code and modify it accordingly.