Hi.
I have a drupal site and in specific nodes/pages i need to have a sign up form, a dropdown list with the events and another with the dates of the event choosen, and finelly a payment area (paypal, visa or bank transfare).

What it the best way to implement all this^?

Thanks!

Comments

VM’s picture

I'd utilize the commerce.module in contrib. Another option would be the ubercart.module

sarocas’s picture

It's something like this...

http://marlycamino.com/sign-up/

I dont know how i put the sign up form in the same page of something to choose product and then the payment...

WorldFallz’s picture

There isn't 'a module' you can simply enable to get this. You'll need to build it. VM has already indicated the top 2 commerce options with drupal. The commerce module tends to be more flexible but more complex while ubercart seems to be simpler to use but more rigid in terms of customization.

There's also the cod distro which is what drupalcon and drupal camps use.

cmsMinds’s picture

Hi sarocas,

for signup for event and pay, you can refer following module. This module might be helpful for you.

https://www.drupal.org/project/commerce_registration

Lala87’s picture

Its the easiest way to make it as a ecommerce site :)