Collection description at the bottom of the page

Hello!

I want my description collection to be visible on the site, but at the bottom of the page. At this moment, the description is visible above the product (ex:https://www.romagazin.eu/collections/produse-cura%C8%9Benie-casa). How can I put this description under the products (at the bottom of the page)? I use the Warehouse theme.

Thanks!

Hey there,

To do so you have to change liquid code on collection page.

Thanks!

@cellifashion

Thanks for post.

below code add as you like

{%- if collection.description != blank -%}
                        {%- assign allow_collapse_description = false -%}

                        {%- if section.settings.collapse_collection_description -%}
                          {%- assign allow_collapse_description = true -%}
                        {%- endif -%}

                        <div class="collection__description {% if allow_collapse_description %}expandable-content{% endif %}" aria-expanded="false">
                          <div class="rte">
                            {{ collection.description }}
                          </div>

                          {%- if allow_collapse_description -%}
                            <button class="expandable-content__toggle">
                              <span class="expandable-content__toggle-icon"></span>
                              <span class="expandable-content__toggle-text" data-view-more="{{ 'collection.general.view_more' | t | escape }}" data-view-less="{{ 'collection.general.view_less' | t | escape }}">{{- 'collection.general.view_more' | t -}}</span>
                            </button>
                          {%- endif -%}
                        </div>
                      {%- endif -%}
1 Like

Hi

I also want to do that, so where exactly do i paste that code kumar?

Best Justin.

1 Like

@UKPreppingShop

yes, please check add this code collection template file

1 Like

Hi

I went into collection template liquid and pasted the code you gace removed old code, no difference…description is still above the products on collections…

line 390…

1 Like

@UKPreppingShop

yes, please add the bottom of the code

1 Like

Hi Ketan

I replaced my old code with exactly what you posted, is it diferent?

@UKPreppingShop

no, replace just add the bottom whenever do you have display

1 Like

Hi

Yes I deleted the block of code from line 390 and pasted your block in but nothing changed…

@UKPreppingShop

oh, sorry for this

can you please add me on staff so i will check and fix this issue

1 Like

Hi

Ok thank you, what’s your email?

1 Like

@UKPreppingShop

Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Expert | Skype : bamaniya.sky

1 Like

Hi

I have added you now :wink:

1 Like

@UKPreppingShop

got it thanks for it i will update and let you know

1 Like

@UKPreppingShop

i have done this, please check.

1 Like

Amazing work thank you much, appreciate your help!

I will use you again for theme work.

Best Justin.

1 Like

@UKPreppingShop

it’s my pleasure to help us

1 Like

hi, ketan can you guide me about where you put the code, i am also using warehouse theme and i added the code provided above after the endpaginate line but now it shows like this:

i w ant it to be below products.

above recently viewd products.# this is my site link: theplanetjunior.com