Back to previous product page button on cart page

Hello guys,

I’m trying to make my logo and the “back to store” button going to the previous product page that i access. Is that possible? I’m using the dawn theme.

This is my cart page.

https://amobicho.com/products/avocado-catnip

Hello @LuizFelipeRolim ,

Yes it’s possible.

  1. Make the logo conditional ( if template is cart ) use anchor with href
  1. Change the href of ‘back to store’ with

Thanks

Thanks, that was really helpful.
However, how do I make the same thing but at the checkout page.

@Guleria I’m gonna try to explain better what i need. (Sorry about my english)

I am building a landing page at the page product. My intension is to have 5 products, each one with it’s own landing page. I will not use the main page, just the landing pages.

Thats why, when someone click at the logo or some “back to store” button, I need them to go to the last “product page” they visit, not just the “last page”.

Can you help me???

@LuizFelipeRolim In that case you can use cookies to store which product page was last visited by the customer. In this way cookies will update every-time when customers visit different product pages. And lastly on every time on page load check if cookies available change the anchor href with value you stored in cookies.