Zen Cart Logo
Forums / General Questions / Simple question I hope.

Simple question I hope.

Locked

Views: 648

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
30 Oct 2010, 9:59 AM
#1
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Simple question I hope.

I can't for the life of me find out how to remove the product name on the product info pages. I've done it before but for some reason it isn't working anymore.

Before you say anything, I have read all posts and tried everything that has been suggested that I could find.

You can check out this page.
http://coffinwear.com/index.php?main_page=product_info&cPath=1_2&products_id=1

Thanks for any help

30 Oct 2010, 10:12 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Simple question I hope.

This should work:

#productName {display:none;}

and does on my test site, but doesn't on your site, in Web Developer, anyway. I have no idea why.

You could open includes/templates/coffinwear/templates/tpl_product_info_display.php and remove this line:

Line #58 : <h1 id="productName" class="productGeneral"><?php echo $products_name; ?></h1>

30 Oct 2010, 10:20 AM
#3
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Re: Simple question I hope.

I don't know why the simple css codes weren't working either. But your suggestion did work. Much appreciated.

30 Oct 2010, 10:27 AM
#4
coffinwear avatar

coffinwear

Zen Follower

Join Date:
Dec 2009
Location:
Fort Meade, MD
Posts:
124
Plugin Contributions:
0

Re: Simple question I hope.

Well that sort of worked. I now have empty space where the title and price was. Any idea how to get rid of that?

Thanks again for the help.

30 Oct 2010, 3:55 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Simple question I hope.

I'm not seeing the space on the site in your signature.

You're removing the price from the product info page ?