Zen Cart Logo
Forums / General Questions / Remove product info page price?

Remove product info page price?

Views: 1,920

Results 1 to 5 of 5
5 Jan 2010, 3:54 PM
#1
coffinwear avatar

coffinwear

Zen Follower

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

Remove product info page price?

I've searched and found a couple of posts that kind of talk about what I'm trying to do but didn't help. I have my price in the title where I want it so I'm wanting to remove the price that shows up on the info page. Right now it's showing the price twice.

Take a look http://coffinwear.com/index.php?main_page=product_info&cPath=1_3&products_id=4 to see what I mean. The second price is the one I'm wanting to remove.

Thanks for any help.

5 Jan 2010, 4:18 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Remove product info page price?

Something like:

#productPrices {display:none;}

Check your other pages to make sure the price isn't gone where you want it displayed.

5 Jan 2010, 4:38 PM
#3
coffinwear avatar

coffinwear

Zen Follower

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

Re: Remove product info page price?

Thanks Steve. Worked like a charm.

29 Jan 2010, 7:47 PM
#4
s2_operations avatar

s2_operations

New Zenner

Join Date:
Jan 2010
Location:
Menifee, Ca
Posts:
4
Plugin Contributions:
0

Re: Remove product info page price?

stevesh:

Something like:

#productPrices {display:none;}

Check your other pages to make sure the price isn't gone where you want it displayed.

Stevesh, Could you please add more details to your answer as to what file this should be done too. I am needing to do the same to my site for certain products on a much larger scale (about 200).

I am assuming that once I place your answer in the proper file, I can then just add the page id's that need the price removed, right?

14 Apr 2011, 10:24 AM
#5
gardenalive avatar

gardenalive

New Zenner

Join Date:
Apr 2011
Posts:
2
Plugin Contributions:
0

Re: Remove product info page price?

Thank you! I added the code in the css stylesheet, and it worked exactly as needed.