How can I add a 'Continue Shopping' button in the Prestige Theme cart?

Hello. I need some help creating a continue shopping button under the current checkout button in the prestige theme cart. It should have the same design as the other buttons. (Red and white)

The button should link back to the collection page: https://americanwine.myshopify.com/collections/all

My website: https://americanwine.myshopify.com/

I hope anyone can help me :slightly_smiling_face: Thanks.

Hi @LauraOO

Go to your cart-template.liquid file, look for the <button type=“submit” name=“checkout”…> and paste under it the following:


Let me know if that works!
Charles

Thanks for the quick reply! it almost works.

Ive added the code:

Shop videre

But the button won’t link back to the shopping page. Do you know why? @JHKCreate

Try this instead:


Let me know!

I tried that, but the button is just refreshing the page? I dunno why

Small Change, add the following code after the form closes.


1 Like

Thanks, that one worked perfect :slightly_smiling_face:

Brilliant, cheers @LauraOO !

1 Like