User registration with payment option - drupal

I need a help in new user registration with payment option with 2/3 types of user, Please tell which is the good module/method.

First you need to install ubercart module for Drupal.
Then take a look at this
Hope this helps!

You need to use http://drupal.org/project/ubercart module. It is an e-commerce solution for Drupal. Its easy to learn how to use it. Google for tutorials.
Using Ubercart Roles module you can "Assign permanent or expirable roles based on product purchases"
Its also a good idea to use a Ubercart Installation Profile see: http://drupal.org/project/uberdrupal

I had the most success with lm_paypal. Ubercart did the job, but the management overhead was too much - I just needed a way to sign up subscribers, give them their subscription period, remind them when their subscription is almost up, and use Paypal as the payment gateway. There was no need to install a full-fledged commerce system if this is all you're going to do. If you need a full-fledged commerce system, then Ubercart is definitely the go-to suite.

Related

PCI Compliance with Paid Memberships Pro and Stripe

I'm posting this on multiple platforms because I understand that there may be multiple options. I just want to get as much feedback as possible.
So I have a website up with WordPress through Hostgator. My WordPress site has an option where people can sign up for paid subscriptions filling out payment forms generated by the plugin: Paid Memberships Pro. I have PMPro integrated with my Stripe account, and the payment page is protected by the SSL: Let's Encrypt. The page is also TSL 1.3. So I am almost 100 percent confident that I'm PCI compliant.
The reason I'm posting on here, however, is that a colleague is concerned that my payment forms are on my site, not Stripe. So there's concern over security in that respect. So my question: Is there a way to have the payment forms on the Stripe site instead of my site in a way to still be able to use Paid Memberships Pro? If not, am I safe as is or do I have to forget about Paid Memberships Pro and try to do everything through Stripe? If I have to do everything through Stripe, how do I get Stripe to have my website let my user generate a username and password for my site after paying?
If I'm asking anything that could be answered easily through a tutorial of some sorts, forgive me and give me a reference to that sort. I just want to make sure I'm doing everything correctly. So thanks everybody in advance.
You should review the PCI Compliance guide and reach out for support from the plugin provider to understand how their plugin works. All card information should be collected securely with Stripe.js & Elements. While this appears to the customer as though it is "on your site" it is actually inside a Stripe-hosted iframe for exactly this reason.
You can also use redirect-based products like Checkout to set up subscriptions, but I don't know if this is supported by your plugin.

Which one is the best WordPress plugin for test system with separate price for every test

I have developed a WordPress website, I am being asked to find and integrate a plugin for the test system. Plugin requirements are as following:
The plugin will have multiple choice questions and will have the option to have more than one test in it.
every test will have a price and payment option with be pay with paypal.
we can change passing percentage.
only logged in user can perform the test. Only user and admin can see the result.
Please tell me if you have this kind of plugin, I am stucked and cant proceed., please please please point me to the solution if you can.,
As per your question,
you have to create new custom wordpress plugin and functionality because you can not get the ready plugin for this requirement.
In case, you can use the ready the plugin then you have to customise custom functionality as per your requirement.
So, I will suggest to you. you can create new plugin then user can easy to use.

Integration of Paypal using Drupal - Which module do you recommend?

I'm building a Drupal website. It's for a coming and important event(symposium) at yhe university. Every participant of the event must paid it. The organization wants to use Paypal.
I'm new in Drupal 7. I need a secure and nice module to works with Paypal. I found two interesting modules on the Internet but I don't know what could be the best ?
Drupal Commerce.
Ubercart.
Any idea?
Thanks a lot.
I would suggest drupal commerce. Integrating paypal will be easy. You can find the contrib module at https://www.drupal.org/project/commerce_paypal .
And moreover drupal commerce provides much more flexibility in dealing with ecommerce platform.

Drupal: Ubecart.. starting to use it

What kind of things do I need to know before to start to use Drupal Ubecart ?
I'm already experienced with Drupal.
I was wondering if I need to setup secure https connection, or doing additional work for my webshop.
Or can I just install ubecart and configure it ?
thanks
One thing I found about using ubercart was that it was a pain to override theme. It wants to make all these horrendous looking tables, making it fit in with the rest of the site was pretty horrible.
Also, if you want to get the most out of it, install it on a local machine and take some time to explore the interface - there are a LOT of options there and it can take a while to get your head around how it fits together.
To get a sense of how to use Ubercart, you can certainly install it on a development server and start going through the customization settings. For production, though, definitely consider installing a SSL certificate and using this module to secure the appropriate pages. And you'll need to determine which payment gateways to employ (credit cards, Paypal, Authorize.net, etc.), and set up the appropriate accounts so that when you configure Ubercart payment gateways, you can provide the needed information.
If you have some time after getting to know basic Ubercart, you might check out the Ubercart contributions page for more ideas of what you can do.
If you are looking for a quick payment solution for payments and can't really be bothered with ssl and all the payment issues, Paypal IPN is a godsend. This is the paypal option where the customer goes to the Paypal site to complete checkout. This is quite a bit simpler to implement than the other payment options and gets around the most important security issues, by not collecting any financial info on your site.

More required for Selling Videos, E-book, Softwares using Drupal 6x

Is there any module which can be used with Drupal 6.x for adding E-commerce especially to sell things like video, audio, e-books.
There is one old module for Drupal 5.x called Quickfile. Is there anything new like this?
Or what are modules required to achieve above stuffs.
Ubercart is highly recommended for Drupal 6.x.
Definitely Ubercart. There are dozens of payment plugins available. It includes the ability to sell any kind of files securely by associating them with products that the customer gets access to upon a successful checkout.
There are also some add-ons for doing things like selling license keys, if that is relevant for your needs. Modules for it can be found on both Ubercart.org and drupal.org.

Resources