Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
.
If this fixed your issue, likes and accepting as a solution are highly appreciated.
Build an online presence with our custom built Shopify Theme EcomifyTheme
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
.
If this fixed your issue, likes and accepting as a solution are highly appreciated.
Build an online presence with our custom built Shopify Theme EcomifyTheme
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!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024