Hello NEEKCollection,
Search below code in Online Store-> Themes -> Edit code->Sections->product-template.liquid
<button type="submit" name="add" class="btn add-js product__submit__add" data-add-to-cart=""> <span data-add-to-cart-text=""> Add to Cart </span> </button>
Replace above code with this code
<a href="/cart" > <button type="submit" name="add" class="btn add-js product__submit__add" data-add-to-cart=""> <span data-add-to-cart-text=""> Add to Cart </span> </button> </a>
We have the same problem and also want the customer to get directly to the cart page when clicking add to cart instead of just showing the popup. The solution above sounds great, but unfortunately, there is no such template or code (maybe an update). Could you help me finding it in the current version?
User | Count |
---|---|
736 | |
142 | |
104 | |
64 | |
37 |