Solved

"Continue Shopping" Button on cart page

shaunsnaith
Tourist
56 0 1

Hey Guys and Girls,

 

We are using the Avenue theme for our site and have it set that when a person adds an item to the cart it sends them straight to the cart.  Is there a way of adding a "Continue Shopping" button on the cart page that sends them back to the category page they were on or at worst back to the product page they were on?

Here is the link to our site if you need it.

www.advancedacoustics-uk.com

Thank you in advance for any help.

Accepted Solution (1)

WebDeskSolution
Shopify Partner
165 42 47

This is an accepted solution.

Please add following HTML into the cart page

<button onclick="history.back()" class="btn">Continue Shopping</button>

 

If you find our reply helpful, please hit Like and Mark it as a Solution.

 

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

 

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Hire Us | Call Us 877.536.3789


Location: 150 King St. W. Toronto, ON M5H 1J9

View solution in original post

Replies 4 (4)

techlyser_web
Shopify Partner
1420 267 281

Hello @shaunsnaith 
it is possible via use cookies to generate previous URL and set on continue shopping button.

Techlyser || Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
shaunsnaith
Tourist
56 0 1

At the moment the cart page doesn't display a "continue shopping" Button when a customer has added an item to the cart, could tell me how I can do that?

WebDeskSolution
Shopify Partner
165 42 47

This is an accepted solution.

Please add following HTML into the cart page

<button onclick="history.back()" class="btn">Continue Shopping</button>

 

If you find our reply helpful, please hit Like and Mark it as a Solution.

 

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

 

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Hire Us | Call Us 877.536.3789


Location: 150 King St. W. Toronto, ON M5H 1J9

dannnn77
Excursionist
17 1 1

I would love to have our Continue Shopping button close the cart and put the customer right back on the product page they just came from, but i'm a little bit slow so if you could tell me the name of the file and the location in the code to enter your HTML? Dawn theme, btw. I'd really appreciate it!