[ic] Optional email in UI order entry

Joshua Lavin joshua at kingdomdesign.com
Wed Aug 24 19:50:54 EDT 2005


I am wanting to make the UI's backend order entry have the email  
address optional. After removing the "required=1" on the email line,  
I then changed the beginning of our credit_card profile to this (we  
only accept credit cards):

[if value order_desk_entry]
[else]
__COMMON_ORDER_PROFILE__
email=required
[/else]
[/if]
[if cgi email]
email=email
&fatal = yes
[/if]

Of course, I don't want this to change the customer's side of things.  
It seems to work, but just to be sure, does anyone see anything wrong  
with this?

Thanks!

--
Josh Lavin
Kingdom Design   http://www.kingdomdesign.com/



More information about the interchange-users mailing list