Jump to content

Move category description down


Recommended Posts

Hi guys,

I want to move my category description below my products for example here: https://goo.gl/7Zv4hV, preferably just on mobile version, but if it's easier to do it permanent, thats more than fine.

When i open themes/MY_THEME/templates/_partials and open category.tpl it just looks like this:

<div class="category_heading">
    <div class="cat_cover {if $category.image==null}image_off{/if}">
      <h1 class="h1">{$category.name}</h1>
        <div class="category-cover">
          <img class="img-responsive" src="{$category.image.large.url}" alt="{$category.image.legend}">
        </div>
    </div>
      {if $category.description}
        <div id="category-description" class="text-muted">{$category.description nofilter}</div>
      {/if}
</div>

And the articles i can find, doesn't look like the code above.

I'm using Prestashop 1.7

Link to comment
Share on other sites

  • 11 months later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...