Bulk discount box on product page

Hi

I want to remove the the box on the product page that relates to bulk order pricing, as it doesnt read correctly when the product is configurable. How do I do this please?

Thanks

John

6 answers

Profile photo of Sherlock 0.00 $tone December 13, 2012
Public

Hi johnnieg,

You open the file of skin/frontend/default/jm_adamite/css/theme.css and add this css rule

HTML Code:

        .catalog-product-view .product-pricing {
             display: none;
          }

Hope that helps !

#5

This question is now closed

Written By

Comments