Hi how do i make the Dawn Theme Cart page Refresh/reaload On Quantity Change Or Item Removal?
Hi @alexharv123 ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file cart.js
Step 3: Find the code “this.disableLoading(line);” and add this code right below
window.location.reload();
Your new code will look like this
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
hi that code is not in cart.js