![]() |
Is the file "validate_zipcode.php" in the same directory as "include/register.php"?
Also, what is the PHP code on line 116 and 197 in register.php? |
Yes validate_zipcode.php is in the same directory (include)
(before removing @): Code:
116= if (@include('validate_zipcode.php')) { |
What is the line directly above 197 ??
UPDATE: Nevermind, see what I wrote in the next post. |
Change...
Code:
include('validate_zipcode.php') Code:
include($xcart_dir.'/include/validate_zipcode.php') That should fix the problem! |
IT WORKED!!! 8O It caught the P0H 1A error but it also wanted me to fill in the shipping address "first name", "last name" fields? When I tyed the postal code correctly though, it no longer asked for those fields???
BOTTOM LINE... IT WORKED! :D |
I think it has something to do with:
Code:
# Fields filled with errors I should mention that I am trying to checkout as an anonymous user. Code:
Zip/Postal code * P0H 1A << ---this is good! |
I have had that problem as well. Not sure why, but the registration error checks the shipping names no matter what. :(
In the file "skin1/main/register_shipping_address.tpl", remove the two lines which starts with "{if $reg_error ne" and that should fix that problem. |
I was just in the process of looking for those! I can't thank you enough for for help, THANKS! :D
|
Quote:
No prob! At least I am now an "eXpert" on these forums. 8) :roll: :) |
You earned it in this thread alone! http://www.goldmisers.com/smiles/thumbsup.gif
|
All times are GMT -8. The time now is 01:19 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.