By I am learning on
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
_
See http://drupal.org/project/signup and http://drupal.org/project/signup_pay.
Thanks, I'll check these and
Thanks,
I'll check these and get back.
Regards
signup_pay is only for drupal 5.x
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.
_
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.
Thanks, In the same issues
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
Configure donate button in lm_paypal
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.
Thanks mkrkarthi for the
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