hello there is there any one like to help me out to add external link on add to cart button on my product page?
here is the link of the store
hello there is there any one like to help me out to add external link on add to cart button on my product page?
here is the link of the store
Are you looking to add a link for the add to cart button? https://i.imgur.com/Nm2BUW8.png
Go to file sections > product-template.liquid, find “detail-attr”. You can edit the button here: https://i.imgur.com/aEpYGot.png
Hope it helps!
ik how to find this but idk where and how i can replace link on add to cart. detail-attr not avaialbe in template where did you copy this code?
Did you go to file sections > product-template.liquid?
I only found it when viewing your source: https://i.imgur.com/k7z0r2f.png
With the link, you can add it via the a href tag. Refer https://www.w3schools.com/tags/tag_a.asp
Hope it helps!