Href link for a button under product card that opens the specific product page. (Dawn theme)

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:

  1. Online store → themes - > Actions → edit code → snippets → card-product.liquid

  2. ctrl + f and search “card-wrapper underline-links-hover” this class and see line code between
    140 to 150

  3. 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.