cossamus Posted September 10, 2014 Share Posted September 10, 2014 Hello guys, I am with pestashop 1.6 and default theme. What i want to change on the Category page is: Subcategories ---- Products ---- to: Products ---- Subcategories ---- Any hints please? Thanks a lot. Link to comment Share on other sites More sharing options...
cossamus Posted September 10, 2014 Author Share Posted September 10, 2014 I made an atempt on this moving the code: {if $products} <div class="content_sortPagiBar clearfix"> <div class="sortPagiBar clearfix"> {include file="./product-sort.tpl"} {include file="./nbr-product-page.tpl"} </div> <div class="top-pagination-content clearfix"> {include file="./product-compare.tpl"} {include file="$tpl_dir./pagination.tpl"} </div> </div> {include file="./product-list.tpl" products=$products} <div class="content_sortPagiBar"> <div class="bottom-pagination-content clearfix"> {include file="./product-compare.tpl" paginationId='bottom'} {include file="./pagination.tpl" paginationId='bottom'} </div> </div> {/if} to line 73, just before {if isset($subcategories)} It worked as i wanted for the categories pages. But made the subcategories pages not show any products... Any idea please? Link to comment Share on other sites More sharing options...
cossamus Posted October 10, 2014 Author Share Posted October 10, 2014 I am still trying to find out if this is possible :\ 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