Continue Shopping Button Redirect to Product Page Instead of Collection Page

Solved

Continue Shopping Button Redirect to Product Page Instead of Collection Page

bolt23
Visitor
3 0 0

Hi there, 

Please could somebody help me redirect my 'continue shopping page'  to the product page instead of the collections page.  I have a single product store.

 

See the Dawn theme code below for an empty cart:

 

 

<cart-items class="page-width{% if cart == empty %} is-empty{% else %} section-{{ section.id }}-padding{% endif %}">
<div class="title-wrapper-with-link">
<h1 class="title title--primary">{{ 'sections.cart.title' | t }}</h1>
<a href="{{ routes.all_products_collection_url }}" class="underlined-link">{{ 'general.continue_shopping' | t }}</a>
</div>

<div class="cart__warnings">
<h1 class="cart__empty-text">{{ 'sections.cart.empty' | t }}</h1>
<a href="{{ routes.all_products_collection_url }}" class="button">
{{ 'general.continue_shopping' | t }}
</a>

 

 

Do I just need the correct url instead of routes.all_products_collection_url?

 

Thank you so much!

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11407 2239 2412

This is an accepted solution.

Hi @bolt23 

If your store has only one product then you can replace {{ routes.all_products_collection_url }} code with your product page link. 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11407 2239 2412

This is an accepted solution.

Hi @bolt23 

If your store has only one product then you can replace {{ routes.all_products_collection_url }} code with your product page link. 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

bolt23
Visitor
3 0 0

Hi,

 

I am not sure what my product page link is.  When I use what is in my search bar I get the following error.

 

Liquid syntax error (line 34): Unexpected character

 

Thanks

Dan-From-Ryviu
Shopify Partner
11407 2239 2412

Hi @bolt23 

When editing your product in your shopify admin, go to Search engine listing then you can see your product page URL

Screenshot_5.jpg

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.