Amatory Posted May 8, 2014 Share Posted May 8, 2014 (edited) Hi All, I have attached a picture please can you help me. I would like to move the wishlist etc down and then have sub categories showing at the top. I would also like to remove the sub category pictures? Can you please advise how I can do this? Thanks in advance Edited May 9, 2014 by justusguys (see edit history) Link to comment Share on other sites More sharing options...
Amatory Posted May 9, 2014 Author Share Posted May 9, 2014 I have solved this. I edited the file: Category-count/tpl File location in FTP: /themes/YOURTHEME/ Before: {else} {if $nb_products == 1} {l s='There is %d product.' sprintf=$nb_products} {else} {l s='There are %d products.' sprintf=$nb_products} {/if} After; {*{else} {if $nb_products == 1} {l s='There is %d product.' sprintf=$nb_products} {else} {l s='There are %d products.' sprintf=$nb_products} {/if}*} You can see that I just commented out this part of the code. Hope this helps anyone else needing this fixture. Link to comment Share on other sites More sharing options...
vekia Posted May 10, 2014 Share Posted May 10, 2014 and what about first thing? subcategories in left column? you installed block categories module? Link to comment Share on other sites More sharing options...
Recommended Posts