mnbg2008-08-08 22:41 | Hello guys (& maybe also dolls), » Quick.Cart v3.xMNBG |
Makaron2008-08-11 09:23 | First You have to add field to template of order form.. You can just copy field to insert e-mail address and just change name of it.. After that You have to write one more condition in file core/orders.php in function checkFields( $aForm ). It can look like this:
&& ( $aForm['sEmail'] == $aForm['sEmailCompare'] )
. In this case new field in template should be named "sEmailCompare" |
mnbg2008-08-11 21:20 | Thanks for the answer Makaron! MNBG |
beholder2008-08-12 01:32 | that one is made with javascript and it's script is probably just not programmed to react to different e-mail addresses. QC v3.x |
Makaron2008-08-12 15:41 | Yes if You want this kind of checking these fields You have to write another function in JavaScript.. |