required fields in order form

phantom2007

Avatar: phantom2007

2012-12-25 19:06

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"?

thanks

» Quick.Cart v5.x

boboo

Avatar: boboo

2012-12-25 21:20

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.

phantom2007

Avatar: phantom2007

2012-12-25 22:19

It's working! Thank you very much.

Back to top
about us | contact