Would like to the Continue Now button to just point back to the home page. Currently, it links to a list of all products in my store. You can see example of the “Continue Now” button, from the cart page.
Please advise, thanks.
Would like to the Continue Now button to just point back to the home page. Currently, it links to a list of all products in my store. You can see example of the “Continue Now” button, from the cart page.
Please advise, thanks.
Hi @Bob_Tema !
Currently your href on the Continue Shopping link is set to routes.all_products_collection_url which sends you to the products page.
Changing the href to routes.root_url will send you to your home page.
Edit this code in: Admin > Online store > customise > edit code > sections > main-cart-items.liquid
Change this in the a tag for the divs with classes title-wrapper-with-link and cart__warnings
Hope this helps!
Thank you Tikita, it worked, and it took all of 4 minutes to follow your instructions and fix it. Much appreciated!