estoasdk Posted November 16, 2017 Share Posted November 16, 2017 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 More sharing options...
Trikker Posted November 1, 2018 Share Posted November 1, 2018 I have the exact same issue. Did you figure this out? Link to comment Share on other sites More sharing options...
slashdev Posted January 15, 2021 Share Posted January 15, 2021 Hi. See my answer Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now