How can I add a related product to my blog without using an app?

How can I add a related product to my blog without using an app?

dongfuCamera
Shopify Partner
44 3 0

how to add related product on blog?  https://dongfutrade.com/blogs/camera-tips-and-reviews

dongfucamera
Replies 7 (7)

theycallmemakka
Shopify Partner
1663 397 418

Hi @dongfuCamera ,

 

We can add related product using meta field and updating the template. If you are comfortable with liquid code, I can send you reference code.

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: [email protected]

gr_trading
Shopify Partner
1919 145 199

Hi @dongfuCamera ,

 

You can use below code to populate the same. File name could be different based on your theme.

 

 

{% for product in collections.all.products %}   
{% if product.tags contains "organic" %} 
 {% render 'product-list-item' product:product %}  
{% endif %}
{% endfor %}

 

 

Here organic will be the tag your blog has.

Hope this will help...

For any custom development WhatsApp or connect at Email ID: [email protected] for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
dongfuCamera
Shopify Partner
44 3 0

thank you my friend

dongfucamera
gr_trading
Shopify Partner
1919 145 199

Welcome, don't forget to like and mark as solution if it helps

For any custom development WhatsApp or connect at Email ID: [email protected] for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
dongfuCamera
Shopify Partner
44 3 0

I don't how to use the code to add it on my blog

dongfucamera
gr_trading
Shopify Partner
1919 145 199

If you don’t have knowledge of coding my suggestion would be to hire someone to implement this.

 

Let me know your thoughts.

For any custom development WhatsApp or connect at Email ID: [email protected] for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
dongfuCamera
Shopify Partner
44 3 0

Not now, i will try to edit the code

dongfucamera