How can I add a 'Back to Homepage' button on my product page?

Hello Good day,

May you kindly assist on the below.

I want to add a button that says Back to Homepage on my Product page.

Either next to add to cart or below the add to cart button.

https://v7c22x2ut0vgzjtq-56582471815.shopifypreview.com

Thank you.

This is PageFly - Free Landing Page Builder.

With this concern, you have to add the button into your product-template code file.

Please let me know theme code file structures or you can give me access collaborator code and i will add the button for you

Hope this can help you solve the issue

Best regards,

PageFly

Its best to do it at theme code level, but if you want you can add this JS snippet to the dynamically add back to homepage link under Add To Cart button.

$(document).ready(function(){
 $("#AddToCart-product-template").after("Back to homepage");   
})l