Page 1 of 1

Module "Orders"

Posted: Fri Sep 24, 2010 11:35 am
by wursta
Hi guys!
Module "Orders".
Can you show me, how to remove the mandatory fields "Address, etc., or make them optional. I tried to edit the template (remove the class = "required"), but it did not help.

Re: Module "Orders"

Posted: Sun Oct 03, 2010 2:13 pm
by lapak
I dont't know, how to do it optional, but you can set adress to some string for every order, without user input.

in orders template, instead of {$input_billing_address1} put:
And then, every order will have adress "anything", so you have to adjust all other templates (invoices  etc.) so the adress field won't be vissible...