jleesaxon Posted May 25, 2014 Share Posted May 25, 2014 (edited) In what file do I edit the product list pages? Not product-list.tpl, that's just the listings themselves. I want to edit the page around them. For example, I want to get rid of Edited May 26, 2014 by jleesaxon (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted May 25, 2014 Share Posted May 25, 2014 Hello You can always go to: Back office > Localization > Translations > Front office translations > Theme > Language > Modify > Scroll down to: Category-Count Then press the "Space bar" across the three fields and click save (you should end up with "White" not "Pink" fields http://screencast.com/t/uqbLqjlvymnQ Before http://screencast.com/t/x0U1tLg4hLd After http://screencast.com/t/quQaA4YkR You can always add these back if you change your mind Paul Link to comment Share on other sites More sharing options...
vekia Posted May 25, 2014 Share Posted May 25, 2014 if you want to remove this counter you have to remove it from .tpl file with space bar there will be still html elements and there will be "blank" space between image and product listing. open category-count.tpl file remove code: {strip} <span class="heading-counter"> {if $category->id == 1 OR $nb_products == 0} {l s='There are no products in this category'} {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} {/if} </span> {/strip} Link to comment Share on other sites More sharing options...
jleesaxon Posted May 25, 2014 Author Share Posted May 25, 2014 Well, thanks for the info guys, but that's not exactly what I'm looking for. The counter is just one example of things (such as the grey bars above and below subcategories) that I want to change or rearrange on this page. there will be still html elements and there will be "blank" space between image and product listing. So the file containing those html elements is what I'm really looking for. Link to comment Share on other sites More sharing options...
vekia Posted May 25, 2014 Share Posted May 25, 2014 you mentioned only about counter. please specify what exactly you want to change, you will avoid confusion category.tpl - this file is the most important file for category pages, it contains all of elements related to center block & category product listing page 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