3 replies [Last post]
rebecca.ellis's picture
Offline
Joined: 06/13/2012
Juice: 10
Was this information Helpful?

I am trying to complete event/course registrations using ubercart core 6.x-2.9, webform 6.x-3.17, Ubercart webform checkout pane 6.x-3.8, ubercart event registration & feature 6.x-1.5...etc.
So I have a webform asking for name and contact info and some questions that ANY user should need to fill out when signing up for a class. I have checked to set it as a checkout pane. In ubercart Checkout settings > Checkout panes I have the following CHECKED in this order: Registrations (my webform), Cart Contents, and then Payment Method. (the only payment method I am allowing is PAYPAL.)

When I go to test checkout here's what I EXPECT:
Click on the class I want to register for from upcoming courses
View the course node (content type: Paid Event)
Type Quantity, Click Submit
Then I expect to get my Registration Webform
Then view my cart and click checkout with paypal
sent to paypal website for payment info
sent back to website/UC to finalize payment.
end

When I go to text checkout here's what I ACTUALLY GET:
Click on the class I want to register for from upcoming courses
View the course node (content type: Paid Event)
Type Quantity, Click Submit
Then I get sent directly to my shopping cart (why did we skip the registration webform??)
click checkout with paypal
sent to paypal website for payment info
sent back to website/UC to "Review Payment" This has a random 3-field form(company, phone, comments) (where the heck did this come from??)
Click continue checkout
Submit Order screen

How do I get from where I am to what I expect/want?? I have been fiddling with settings and searching forums for hours.

rebecca.ellis's picture
Offline
Joined: 06/13/2012
Juice: 10
hello?

bump. can anyone help me?

Trinity Tickets's picture
Offline
Joined: 06/28/2012
Juice: 4
Ubercart and Webform

I just ran across your post. You can create a webform and add it as a checkout pane using UC Webform Panes.

rebecca.ellis's picture
Offline
Joined: 06/13/2012
Juice: 10
Right

Thanks for the reply, but yes I already did that. In my original post I said that I set up the webform to be a checkout pane and then in the checkout settings I clicked on the Registrations form.

At any rate, I got this thing working better than before, but still not perfect. I have been working with drupal for months now and I really struggle with it. I guess it's just not my cup of tea.