I want the button “Vezi optiuni” to open the product page related to it.
What href link or syntax should I use?
Hello @Luscius
Greetings!!
Please follow the below steps:
Online store → themes - > Actions → edit code → snippets → card-product.liquid
ctrl + f and search “card-wrapper underline-links-hover” this class and see line code between
140 to 150
Copy and paste below code
<a href="{{ card_product.url }}" class="button btn">Vezi optiuni</a>
See in screenshot https://prnt.sc/DgmZ7SI77ae9
Output : https://prnt.sc/_Exf3dLVBlY-
Thank you. That worked with a bit of adjusting.