Jump to content

Editing product list view page...


Recommended Posts

Hello,

 

I would like to ask you for help... with things I cant get through... :wacko:

 

First (on image below - number 1)... categories tilte is changing due to page name.. I would like to have fixed title there like "catalogue", is it possible?

 

Than I would like to make "category name" (on image below - number 2) H1, and remove H1 from "page-heading product-listing" (number 3).....or remove "page-heading product-listing" completely, because of H1 duplicity... (is it enough to make it by "display:none"? ). 

 

Thanks you ;)

 

Untitled_1.jpg

Link to comment
Share on other sites

1) you have to modify block categories module template file.

open: /themes/default-bootstrap/modules/blockcategories/blockcategories.tpl and change:

		{if isset($currentCategory)}
			{$currentCategory->name|escape}
		{else}
			{l s='Categories' mod='blockcategories'}
		{/if}

to
 

{l s='Categories' mod='blockcategories'}
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...