Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Category name header removal, 1.3.9h

Category name header removal, 1.3.9h

Views: 569

Results 1 to 7 of 7
10 Feb 2011, 9:50 PM
#1
sheffij avatar

sheffij

New Zenner

Join Date:
Jan 2011
Posts:
5
Plugin Contributions:
0

Category name header removal, 1.3.9h

Hi,
I have tried and tried until my eyes hurt,

when you have created a category and you view it on your site it states the categories name in big letters at the top, how can I remove this so it doesn't display??
:no::frusty:

10 Feb 2011, 10:12 PM
#2
donal avatar

donal

Zen Follower

Join Date:
Jan 2009
Location:
Ireland
Posts:
442
Plugin Contributions:
0

Re: Category name header removal, 1.3.9h

A link to your site would help us see what you mean

11 Feb 2011, 10:10 AM
#4
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Category name header removal, 1.3.9h

when you have created a category and you view it on your site it states the categories name in big letters at the top, how can I remove this so it doesn't display??

sheffij

Those big letters are actually the products name, I am not familiar with your template but in most cases it can be MOVED or deleted from within this file

includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

look for:

<!--bof Product Name--> <h1 id="productName" class="productGeneral">MMC Card</h1> <!--eof Product Name-->
11 Feb 2011, 11:32 PM
#5
sheffij avatar

sheffij

New Zenner

Join Date:
Jan 2011
Posts:
5
Plugin Contributions:
0

Re: Category name header removal, 1.3.9h

hi,
Thanks for your reply, however this removed the product title and not the category title. :cry:

any further clues please:frusty:

11 Feb 2011, 11:46 PM
#6
donal avatar

donal

Zen Follower

Join Date:
Jan 2009
Location:
Ireland
Posts:
442
Plugin Contributions:
0

Re: Category name header removal, 1.3.9h

/templates/template_default/templates/tpl_index_product_list.php

line 16:smile:

found using the dev tool kit in admin >tools

3 Mar 2012, 9:52 AM
#7
elvira avatar

elvira

New Zenner

Join Date:
Feb 2009
Location:
Norway
Posts:
30
Plugin Contributions:
0

Re: Category name header removal, 1.3.9h

Hah! Thank you so much! I've been having the same problem and couldn't find what file to edit. :clap:

For newbies like me: you have to remove this whole line

<h1 id="productListHeading"><?php echo $breadcrumb->last(); ?></h1>

and make sure you save it in /includes/templates/YOUR TEMPLATE/templates