X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Required fields in check out form (https://forum.x-cart.com/showthread.php?t=8946)

rgbdna 08-16-2004 06:43 PM

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

B00MER 08-17-2004 06:22 AM

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.