Magento – How to customize magento onepage checkout form

checkoutmagento

i am using Magento 1.5.1.0 and i want to customize the address block in the onepage checkout form. I want to remove the "fax" input field and put the "region" dropdown below the country "dropdown". Where is this form defined?

Kind Regards,
Bertie

Best Answer

Navigate to your theme folder. The default file is at location:

app\design\frontend\base\default\template\checkout\onepage\shipping.phtml
Related Topic