View Single Post
  #26  
Old 06-14-2004, 03:17 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

I think it has something to do with:
Code:
# Fields filled with errors # if (!empty($fillerror)) $reg_error="F"; if (!empty($eerror)) $reg_error="E"; if (!empty($uerror)) $reg_error="U"; } if($anonymous_user) { $uname=""; $passwd1=""; $passwd2="";

I should mention that I am trying to checkout as an anonymous user.

Code:
Zip/Postal code * P0H 1A << ---this is good! Shipping Address (leave empty if same as billing address) -------------------------------------------------------------------------------- Title Mr. Mrs. Ms. First Name .......................... << --not good Last Name.......................... << --not good Address
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote