Hi,

Please suggest a module through which I can charge fee to attend a seminar / workshop through PayPal.

Additionally I also want to collect the details of the user e.g. Name, Age, Profession, Contact Number etc. but only for those who paid successfully.

Thanks and Regards

Edited by WorldFallz - moved to appropriate forum.

Comments

WorldFallz’s picture

I am learning’s picture

Thanks,
I'll check these and get back.

Regards

I am learning’s picture

Hello,

The modules u suggested are good, thanks, unfortunately, http://drupal.org/project/signup_pay is for drupal 5x. I'm using drupal 6.x.

Can I use lm_paypal module for this very requirement? or is there anything better available?

Regards.

WorldFallz’s picture

There's a d6 version of signup_pay in the issue queue. You could try lm_paypal, it's very simple to use. The other option would be ubercart but that's a little heavy for such a simple requirement.

I am learning’s picture

Thanks,

In the same issues list, I got:
Signup Integration for Ubercart
http://drupal.org/project/uc_signup

but UC will be overkill I know, so it will be the last option I'll consider.

lm_paypal is good, unfortunately I could not get the Donate button, in other words, I configured it but could not figure out how to display Donate button.

Regards

mkrkarthi’s picture

You can get donate button in nodes, by enabling the php input.
PHP code snipset is available in the help section of lm_paypal donate module.
You can also get any donate button image by changing the gif image url in the lm_paypal_donations.module file.

But it is not suitable to pay for signup.

I am learning’s picture

Thanks mkrkarthi for the response. Yes, it is not suitable for the sighnups, so I used Drupal 5 for this project with signup and signup pay modules.

Regards