Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How can i get my product name clickable

Solved

How can i get my product name clickable

Herneshealth
Tourist
4 0 1

Website: herneshealth.com

 

Hello, I wanted to know how could I make my product's name clickable? now it is only there, and the only way a customer can get to the product page is through the small text line "learn more" that is particularly not visible, pls welp

Accepted Solution (1)

made4Uo
Shopify Partner
3856 717 1197

This is an accepted solution.

Hi @Herneshealth,

 

You may have to get your hands dirty. Since Impulse theme is a paid theme, not all developers have access to this theme. Depending what you need to edit, if it is the featured product, then you need to find the featured product file under the section folder. Then find the product.title. 

 

You then need to add the href. Please use code below as reference

 

<a href="{{product.url}}">{{product.title}}</a>

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 2 (2)

made4Uo
Shopify Partner
3856 717 1197

This is an accepted solution.

Hi @Herneshealth,

 

You may have to get your hands dirty. Since Impulse theme is a paid theme, not all developers have access to this theme. Depending what you need to edit, if it is the featured product, then you need to find the featured product file under the section folder. Then find the product.title. 

 

You then need to add the href. Please use code below as reference

 

<a href="{{product.url}}">{{product.title}}</a>

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
Herneshealth
Tourist
4 0 1

Thank you very much 🙂