Magento 1.9 – Hide or Remove State/Province Field from Billing Page

billingmagento-1.9onepage-checkoutstate

Hi guys i am new to magento.While dealing with the billing page in one page checkout i faced some troubles.There is state/province field which goes hide when page completely loads.When i inspect the page there is a console error "qwertykart.com/:792 Uncaught TypeError: $j(…).foundation"

In order to solve the error deleting state/province is better i think.Can anyone help me to remove it from billing page.

Thanks in advance.I searched a lot on this but didnt find a good solution/working solution thankyou..

check this link after adding item to cart http://qwertykart.com/checkout/onepage/index/

Best Answer

This is with reference to chat.

as you are using custom theme which have made changes in billing.phtml which breaks a default functionality of magento. compare the file with default theme RWD package and find out the unwanted code from it and make sure that all default id's and form's must be present their.

remove unwanted scripts from the code.

Hope this will help you.