'Continue Shopping' button at checkout - redirect or remove

lej123
Excursionist
37 0 4

Hello, if you click on the cart on my website, a button for 'continue shopping' comes up on the page. If you click this, it takes you to a page of all collections which I don't want. I'd prefer to redirect people to the homepage, or just remove the button entirely if I can't change this.

I found a similar thread for the issue, but I don't have access to view the solution..

I am using broadcast theme

Please help me solve it, thank you

Replies 8 (8)

JHKCreate
Shopify Expert
3571 639 916

Hi @lej123 

 

Would you mind sharing your store's URL so we can provide a solution for your issue? Thanks!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
lej123
Excursionist
37 0 4
Yes sure, it is https://junostudioldn.myshopify.com/

Thank you

JHKCreate
Shopify Expert
3571 639 916

Hi @lej123 

 

If this is the button/link you're mentioning then I can see it pointing to the homepage, is that the case?


Otherwise, please add the following code at the end of the theme.scss file:

.cart__foot {
    display: none;
}

 

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

 

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
lej123
Excursionist
37 0 4
No I'm sorry
This is the page
https://www.juno-studio.com/cart

And this is the page it takes to when you click the 'CONTINE SHOPPING' button
https://www.juno-studio.com/collections


I would like to change it so that it directs here
https://www.juno-studio.com/collections/shop


Thanks for your help
JHKCreate
Shopify Expert
3571 639 916

Clear, can you find your cart.liquid or cart-template.liquid file?

 

This button only appears when the cart is empty so the first few lines of the code should suffice to get the property changed. Do let me know!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
lej123
Excursionist
37 0 4

Hello,

 

This is the code I can see right now. How should I change this to correct the issue?

 

 

<!-- /templates/cart.liquid -->

{% section 'cart' %}

{{ "/services/javascripts/countries.js" | script_tag }}
{{ "shopify_common.js" | shopify_asset_url | script_tag }}

 

Thanks

Lucy

JHKCreate
Shopify Expert
3571 639 916

Hi @lej123 

 

Go to the cart.liquid file that is present under Sections. Then paste the top code so we can provide the solution. Thanks!

 

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
lej123
Excursionist
37 0 4

Hello,

 

I pasted the code at the bottom of this section. See below. But this has not solved the issue, when I click continue shopping it still takes me to this page https://www.juno-studio.com/collections

 

<!-- /templates/cart.liquid -->

{% section 'cart' %}

{{ "/services/javascripts/countries.js" | script_tag }}
{{ "shopify_common.js" | shopify_asset_url | script_tag }}
.cart__foot {
display: none;
}

 

Please can you help further? Thank you