the Validation message of additional Customer fields appears twice if any body knows why ?
the Validation message of additional Customer fields appears twice if any body knows why ?
The URL and version of Zen Cart? Where did you get your template?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
I'm working offline
done , i used the Zen-Cart built in validation instead of those installed with additional Customer fields by writing some code inside
jscript_from_check.php
like
check_radio("test_field1" ,"<?php echo ENTRY_UNITS_ERROR; ?>");
check_input("test_field" ,2, "<?php echo ENTRY_HIEGHT_LENGTH_ERROR; ?>");