Zen Cart Logo
Forums / Customization from the Admin / validation messages appear twice (image attached)

validation messages appear twice (image attached)

Locked

Views: 974

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
30 Jul 2010, 4:46 PM
#1
fadi21 avatar

fadi21

New Zenner

Join Date:
Jul 2010
Location:
Egypt
Posts:
48
Plugin Contributions:
0

validation messages appear twice (image attached)

the Validation message of additional Customer fields appears twice if any body knows why ?

30 Jul 2010, 4:55 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: validation messages appear twice (image attached)

The URL and version of Zen Cart? Where did you get your template?

30 Jul 2010, 5:54 PM
#3
fadi21 avatar

fadi21

New Zenner

Join Date:
Jul 2010
Location:
Egypt
Posts:
48
Plugin Contributions:
0

Re: validation messages appear twice (image attached)

I'm working offline

2 Aug 2010, 7:03 PM
#4
fadi21 avatar

fadi21

New Zenner

Join Date:
Jul 2010
Location:
Egypt
Posts:
48
Plugin Contributions:
0

Re: validation messages appear twice (image attached)

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; ?>");