[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] Optional email in UI order entry


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/

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.