I am trying to create a button that will return the user back to the previous page that they came from. I have tried:
Click here to go back to previous page
but for some reason it does not work.
Anyone have any ideas on how to get something like this working?
1 Like
You could try putting your JS inside the onclick=“” attribute instead of the href=“” one.
Probably better to use a button in this case instead of an anchor:
1 Like
No one gave you the credit but it works!!!
Thanks
@iDoThemes
1 Like
Where should I place the coding in Shopify? Thanks so much.