Try the Demo

Magento Forum

   
Remove Price of store
 
Calltech
Jr. Member
 
Total Posts:  1
Joined:  2012-12-29
 

Hello guys

I’m looking for some help in my magento.

I would remove the price of goods in the catalog, I found some posts but all with older versions of magento.
I would like some help with 1.7.0.2

I am wanting to use the magento only as a catalog for quotes, so I do not want the price to appear.

Could someone help me with this?

Thanks in advance smile

 
Magento Community Magento Community
Magento Community
Magento Community
 
hxd
Sr. Member
 
Avatar
Total Posts:  213
Joined:  2011-02-03
 

You can do that by editing the style.css file of the theme that you use. For example, if your Magento is installed directly in the public_html folder on your hosting account and you use the default Magento theme, the path to the file would be public_html/skin/frontend/default/default/css/style.css. Edit the file and add the following line:

.price-box { display:none}

Hope this helps.

 Signature 

HostKnox.com
Check out our exclusive Magento hosting services. Free Magento installation. Free Magento upgrade.

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top