I know this question has been asked previously, but I tried a few steps to remove the Fax field from my onepage checkout page and it is still visible.
The Magento settings in System -> Configuration -> Design lists "default" as package and "ves_fashion" as Standard.
I navigated to test/app/design/frontend/default/ves_fashion/template/checkout/onepage/billing.phtml
and removed the fax from the template. I also did this for:
test/app/design/frontend/default/ves_fashion/template/checkout/onepage/billing.phtml test/app/design/frontend/default/ves_fashion/template/persistent/checkout/onepage/billing.phtml test/app/design/frontend/base/default/template/checkout/onepage/billing.phtml test/app/design/frontend/base/default/template/persistent/checkout/onepage/billing.phtml My structure looks like this, which i think its odd because I have multiple ves_fashion folders:
app/design/frontend/base/default app/design/frontend/default/blank app/design/frontend/default/default app/design/frontend/default/iphone app/design/frontend/default/modern app/design/frontend/default/ves_fashion app/design/frontend/rwd/default/ app/design/frontend/ves_fashion/etc/ app/design/frontend/ves_fashion/layout/ app/design/frontend/ves_fashion/locale/ app/design/frontend/ves_fashion/template/ app/design/frontend/ves_fashion/demo2/ app/design/frontend/ves_fashion/demo3/ app/design/frontend/ves_fashion/demo4/ Any idea how I can finally remove the fax field from the onepage checkout page?
Thanks!