[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Canadian Zip code...
I have been trying to get the store to except candian zip codes...the code
look something like this
v8s2h5
and i have found when the checkout button is hit it runs though
Orders.pm...and looks to access these lines
sub _ca_postcode {
my($ref,$var,$val) = @_;
$val =~ s/[_\W]+//g;
defined $val
and
$val =~ /^[ABCEGHJKLMNPRSTVXYabceghjklmnprstvxy]\d[A-Za-z]\d[A-Za-z]\d$/
}
but returns a zip=zip error....
anyone find a fix for this...
thanks
Joe