Hello from Argentina!!! I need some help here, im trying to disable some mandatory fields of order form such zip code, city, or street, so the people can continue without filling those. I have try deleting DIVS from order-step-2.php, but when it try to go on, a message to fill those fields appear.
Does anybody know what should i need to change: 1- to make fields not mandatory 2- to delete them
OK, i think i figure it out, i hope this help more people.... and sorry for my english
First you have to go to orders.php located in core folder. This is part of the code people don't see at the front-end. then you will have to jump to function
right there you will see the fields (name, city, street, tel, and so) In this example i've deleted the city, zip code, and street... so the only fields that will require to be checked are those i leave. there you can delete the fields you don't need
---------------
Then, you will have to go to order-step-2.php There you will see the div tags that are the ones you have at the front-end of the order form.
Just delete the div tags you don't need... example: