Hi Guys i have a question for all of you, hope you can help me, How do you make a Featured Product image clickable with link to product description?
Any help will be highly appreciated, thanks.
Hi Guys i have a question for all of you, hope you can help me, How do you make a Featured Product image clickable with link to product description?
Any help will be highly appreciated, thanks.
In order to link to a product page from the product image you need to add {{ product.url }} as a href inside the tag of the product image.
Now, to have the user land on the description part of the page you need to assign an id to the divider that holds the description. Every theme is different but it would be something like this:
<img class="product-image" alt="{{ image.alt }}" href="{{ product.url | append: "/#description" }}">
This will land you on the productâs description part of the page, if you have added an id=âdescriptionâ on the container that holds the description.
https://help.shopify.com/en/themes/liquid/objects/product#product-url
Is there any way to turn an âimage with text overlayâ into a clickable image that directs them to a collection? I want my customers to be able to click anywhere on the image rather than just the button
No - still waiting for a reply
i need this info too, still waiting