Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to customize magento onepage checkout form

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

like image 961
Bertie Avatar asked Apr 17 '12 15:04

Bertie


People also ask

How do you add headers and footers in checkout page in Magento 2?

By default Magento 2 themes Default and Luma do not implement header and footer to checkout layout. To get header and footer to checkout open up view/frontend/layout/checkout_onestepcheckout_iosc. xml and change the layout type="checkout" to type="1column" and this will give you headers and footers to layout.


1 Answers

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

app\design\frontend\base\default\template\checkout\onepage\shipping.phtml
like image 160
Vedran Subotić Avatar answered Oct 27 '22 23:10

Vedran Subotić