Hi I did this bu the return button goes back to an ‘all’ product page rather than the one that it came from (ie instead of going back to dresses catalog goes back to an all products).
@ceschnee , to eliminate that cursor icon, you must give an empty value to the href property. In this case, the empty value is “#”, which is an anchor to the given page pointing nowhere. So the code you need:
@GLS3 : If you have done everything by the proposed solution, then you should just replace the 19th line of back-button.liquid to the line of code that is in my previous comment.
Perfect set of instructions. The only thing that threw me off was I copied and pasted the whole filename and it added the liquid extension twice. Thank you solution provider and thank you for asking this question!
Hi there, thank you for the solution that I have been able to implement into my specific main product pages it works flawlessly. Would it be possible to have multiple back arrows on my Shopify website to improve consumer usability?