Bootwhmcs / bootwhmcs

Template files for Bootwhmcs
75 stars 42 forks source link

Customer selection cart.php?a=view / cart.php?a=checkout #18

Closed bellwood closed 10 years ago

bellwood commented 10 years ago

If you choose existing customer and enter a valid email address and password and then submit the cart, you get errors that the fields for the "new customer" form aren't filled out:

" # You did not enter your first name # You did not enter your last name # You did not enter your email address # You did not enter your address (line 1) # You did not enter your city # You did not enter your state # You did not enter your postcode # You did not enter your phone number # You did not enter a password # You are required to enter a security answer # "

bellwood commented 10 years ago
+    console.log('hello');

debugging left in this edit, just FYI

ghost commented 10 years ago

Thanks! Fixed :)

bellwood commented 10 years ago

Confirmed, thank you!