Hi, please help to solve a problem. In the order form, if i don't fill in any field the message appears "Please fill in all required fields". How to do that all fields don't check for filling except fields "FirstName" and "Phone"?
in /templates/default/orders_step-2.tpl in <input> tags you will find: alt="simple" or alt="xyz..." just remove the relevant alts. additionally look into: /core/orders.php and find the function: checkFields remove here the lines with the fields, which should not be checked.