Liquid, JavaScript, themes, sales channels
Hi!
I would like to add a second description at the bottom of each collection. The description will be different for each collection. How can I do this?
I'm using Impulse Impulse v.1.0
For example this is a collection page that I would like to add a second description below the products https://www.laraheems.com/collections/necklace
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello there
<div class="collection-description">
{{ collection.description }}
</div>
{% if collection.handle == 'your-collection-handle' %}
<div class="second-description">
Your second description goes here.
</div>
{% endif %}
Replace 'your-collection-handle'
with the handle of the collection that you want to add the second description to. You can find the handle of the collection by going to the collection page in your Shopify admin and looking at the URL. For example, if the URL is https://www.yourstore.com/collections/necklace
, then the handle would be necklace
.
This is an accepted solution.
Hello there
<div class="collection-description">
{{ collection.description }}
</div>
{% if collection.handle == 'your-collection-handle' %}
<div class="second-description">
Your second description goes here.
</div>
{% endif %}
Replace 'your-collection-handle'
with the handle of the collection that you want to add the second description to. You can find the handle of the collection by going to the collection page in your Shopify admin and looking at the URL. For example, if the URL is https://www.yourstore.com/collections/necklace
, then the handle would be necklace
.
Hi @Michau00,
Glad to support you today.
To can move the collection description to the bottom, you can follow my video to make it: https://www.loom.com/share/f7e9613ced034593988112235ccfc969
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
Hi @Michau00 ,
Any dynamic information can be achieve using metafield.
Please go through with below video to implement it without any coding.
Hope it will helps...
Contact Metafield Guru from the Shopify App store. They helped me and they were GREAT!
User | RANK |
---|---|
37 | |
28 | |
13 | |
13 | |
9 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023