![]() |
Required fields in check out form
Does anyone know how to edit the check out form - in particular remove *required from certain fields....
Thanks for any help. rgbdna |
Not sure what version of X-Cart you are using, 3.5.10 you can find it in include/register.php:
Code:
$fillerror = (empty($uname) || !empty($error) || empty($passwd1) || empty($passwd2) || ($passwd1 != $passwd2) || empty($firstname) || empty($lastname) || empty($b_address) || empty($b_city) || (!empty($states) && empty($b_state)) || empty($b_country) || empty($b_zipcode) || empty($phone) || empty($email)); |
All times are GMT -8. The time now is 08:14 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.