Adding HTML with clickable links to my store?

Adding HTML with clickable links to my store?

Baglady12
Tourist
3 0 1

I am working with an affiliate partner, (first time). They emailed me the links to use in my listings,  and after much reading and videos, I'm feeling like I might be overthinking this. I cannot figure out how to add this correctly.

In my Shopify theme-Edit Code for HTML; for my products inside my store, I don't have any of the suggested file types for product.liquid. I have product.grid-item.liquid, product.rv.liquid, product.quick-view.liquid, and product.json, these are all under the templates list. Under the sections list I have; product-template.liquid

Three of my HTML's have a clickable image and the text description. I added these to the Assets folder along with my Banner images.  I don't know if they belong there.

Thanks for any help you can offer.

Replies 4 (4)

Eryteebrilliant
Shopify Partner
20 1 4

Do these: Add HTML links in Shopify Admin (no coding needed):

Go to your product in Shopify admin

In the description box, click "Insert link" or paste the HTML code they provided

Save 

And If you must edit liquid files:
Use product-template.liquid (in Sections)

Look for the product description section

Add the HTML links there

 

For clickable images:

Upload to Assets folder

eryteebrilliant1
Baglady12
Tourist
3 0 1

Everything loaded smoothly.  I found 2 places that could be the product description/product info section, in the tab for >product-information.liquid.   1)   <div class="product-information__section">   

2)  </label>

<div class="product-information__content">   For possible hint on which to use?

Baglady12
Tourist
3 0 1

Thanks for your help. 

 

I found 2 places that could be used for

product-information.liquid.

"product-information__section" and

"product-information__content"

Which one do you think should I try?

Eryteebrilliant
Shopify Partner
20 1 4

Kindly state what you need and i will try as much as possible to answer

 

eryteebrilliant1