Add collection description at the bottom

Solved
Michau00
Excursionist
18 0 4

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!

Accepted Solution (1)
EcomGraduates
Shopify Partner
588 48 73

This is an accepted solution.

Hello there  

 

  1. Open the collection template file in your Impulse theme. The file is usually named collection.liquid and can be found in the Sections directory of your theme.
  2. Locate the code that outputs the collection description. This code may look something like this:

 

<div class="collection-description">
  {{ collection.description }}
</div>

 

 

  1. Add the following code to output the second description below the products:

 

{% 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.

 

banned

View solution in original post

Replies 4 (4)
EcomGraduates
Shopify Partner
588 48 73

This is an accepted solution.

Hello there  

 

  1. Open the collection template file in your Impulse theme. The file is usually named collection.liquid and can be found in the Sections directory of your theme.
  2. Locate the code that outputs the collection description. This code may look something like this:

 

<div class="collection-description">
  {{ collection.description }}
</div>

 

 

  1. Add the following code to output the second description below the products:

 

{% 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.

 

banned
GemPages
Shopify Partner
5587 1260 1161

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.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
gr_trading
Shopify Partner
1402 131 151

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...

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | YouTube Videos
To support Buy Me a Coffee
Jann_Richardson
Excursionist
10 1 0

Contact Metafield Guru from the Shopify App store. They helped me and they were GREAT!