Magento 1.9 – How to Remove Company and Fax Fields from Onepage Checkout

customer-addressmagento-1.9onepage-checkoutrwdtheme

I'm would like to remove company & fax field from the checkout page, i already comment out the company and fax field, but it doesn't work.

I removed it from:

  1. /app/design/frontend/base/default/template/checkout/onepage/billing.phtml
  2. /app/design/frontend/base/default/template/checkout/onepage/shipping.phtml

And also from RWD template.

Best Answer

I reckon you will also have to comment the code in the following files if you're on the RWD theme:

  • app/design/frontend/rwd/default/template/checkout/onepage/billing.phtml
  • app/design/frontend/rwd/default/template/checkout/onepage/shipping.phtml
  • app/design/frontend/rwd/default/template/persistent/checkout/onepage/billing.phtml