Hi,
Can anyone help me with linking my featured product on the home page to my product page? And the title too. I’m on the Ride theme.
Thanks
Hi,
Can anyone help me with linking my featured product on the home page to my product page? And the title too. I’m on the Ride theme.
Thanks
Hi, i can link your product image and product title to product page.
Hi @tomcurt1s ,
Please go to Actions > Edit code > Sections > featured-product.liquid file, find ‘product__title’ and add code here:
Code:
##
{%- if product.title != blank -%}
{{ product.title | escape }}
{%- else -%}
{{ 'onboarding.product_title' | t }}
{%- endif -%}
Hope it helps!
Thankyou @LitExtension
Would you be able to tell me how to link the image to the same product page too?
Thanks again
What would I need to change to do this for a featured collection?
Thanks