estoasdk 0 Posted November 16, 2017 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 Share this post Link to post Share on other sites
Trikker 0 Posted November 1, 2018 Posted November 1, 2018 I have the exact same issue. Did you figure this out? Share this post Link to post Share on other sites
slashdev 0 Posted January 15 Posted January 15 Hi. See my answer Share this post Link to post Share on other sites
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