Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Getting multiple errors on payment screen

Getting multiple errors on payment screen 13 years 4 months ago #14549

  • bjones211
  • bjones211's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Once I get to the payment screen on an authorize.net payment method I get the following errors:


Event Registration: Payment
"; var billing_country = ""; DTjQuery(function(){ DTjQuery("#same").click(function(){ if(this.checked) { DTjQuery("#billingFirstname").val(billing_firstname); DTjQuery("#billingLastname").val(billing_lastname); DTjQuery("#billingAddress").val(billing_address); DTjQuery("#billingCity").val(billing_city); DTjQuery("#billingState").val(billing_state); DTjQuery("#billingZipcode").val(billing_zipcode); DTjQuery("#billingEmail").val(billing_email); DTjQuery("#billingcountry").val(billing_country); } else { DTjQuery("#billingFirstname").val(''); DTjQuery("#billingLastname").val(''); DTjQuery("#billingAddress").val(''); DTjQuery("#billingCity").val(''); DTjQuery("#billingState").val(''); DTjQuery("#billingZipcode").val(''); DTjQuery("#billingEmail").val(''); DTjQuery("#billingcountry").val(''); } }); }); //]]>
PAYMENT INFORMATION

Same as Registrant
Billing First Name: *
Billing Last Name: *
Billing Address: *
City: *
State: *
Country
Notice: Undefined variable: countrydropdown in /home/bcortez77/espiritu.vm-host.net/html/components/com_dtregister/lib/class.payment.php on line 199
Zip Code: *
Phone: *
Email: *
Card Type: *
Credit Card Number: *
(xxxxyyyyzzzzaaaa) no spaces or dashes
Expiration Date: * (mm/yy)
Card (CVV) Code: * (3 or 4 digit code)


Please help!

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.368 seconds