How can I do to have address line 2 as Required information field?
How can I do to have address line 2 as Required information field?
Look at the file jscript_form_check.php in includes/modules/pages/create_account.
Good luck,
Scott
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I don't know how modify the file...
I've had this on jscript_form_check.php:
I've also add this on create_account.phpPHP Code:check_input("suburb", "<?php echo ENTRY_SUBURB_ERROR; ?>");
but it don't workPHP Code:if (strlen($suburb) ==' ') {
$error = true;
$messageStack->add('create_account', ENTRY_SUBURB_ERROR);
}
![]()
W O R K Fine