Don´t want the e-mail field as required

LeoGetz

Avatar: LeoGetz

2005-11-23 11:26

Hi everybody!

How do I delete the function e-mail required?

wizzud

No avatar

2005-11-24 12:07

If you want to completely remove ALL checking on the Email Address field, edit orders_delivery.tpl and round about line 11/12/13 you will see

,Array( 'sEmail', 'email' )

Remove it (or comment it out).

Then edit core/orders.php, and at the bottom of the file you will see

<?php       && checkEmail$aForm['sEmail'] ) ?>


Remove it (or comment it out).

LeoGetz

Avatar: LeoGetz

2005-11-25 00:05

Thx Wizzud!

Back to top
about us | contact