I would like to have the collection description at the bottom of each collection page on my site ljvapes.co.uk if anyone can assist please?
Currently I don’t have a description at all see link https://ljvapes.co.uk/collections/cbd-capsules
I do have descriptions in all my collections but they don’t appear on my site for some reason.
this is the code currently in the collection-template.liquid :
{% if section.settings.collection_results_per_page != blank %}
{% assign product_per_page = section.settings.collection_results_per_page %}
{% else %}
{% assign product_per_page = 12 %}
{% endif %}
{% paginate collection.products by product_per_page %}
{% include ‘toolbar’ %}
{% case section.settings.collection_results_per_row %}
{% when ‘2’ %}
{%- assign grid_item_width = ‘’ -%}
{%- assign image_size = ‘600x600’ -%}
{% when ‘3’ %}
{%- assign grid_item_width = ‘col-md-4’ -%}
{%- assign image_size = ‘550x550’ -%}
{% when ‘4’ %}
{%- assign grid_item_width = ‘col-md-3’ -%}
{%- assign image_size = ‘250x’ -%}
{% when ‘5’ %}
{%- assign grid_item_width = ‘col’ -%}
{%- assign image_size = ‘195x’ -%}
{% endcase %}
{{ 'collections.general.no_matches' | t }}
{% endif %}{% schema %}
{
“name”: “Collection pages”,
“settings”: [
{