Jump to content

SOLVED: Where to edit Product List Pages


Recommended Posts

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

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...