PayPal
Fees
One-time: $0.00
OR
Monthly: $6.99
Plugin Info
Category: Payment gateway
Size: 0 kg
Plugin ID: 35
Requires CMS Version: 3.9.0
This plugin works with both Paypal Standard button and Paypal Pro solutions for instant integration to your website checkout page.
PayPal is the most popular payment processing gateway. This plugin works with both Paypal Standard button and Paypal Pro solutions for instant integration to your website checkout page.
How to install PayPal Plugin
To upload and install PayPal Plugin, simply follow standard plugin installation procedures
How to use PayPal Plugin
-
Download and install the plugin.
After it is installed, you will see it in the menu on the right. -
Add the plugin shortcode to the page:
If you want your users to go to paypal.com and pay there you can put this shortcode{ $plugin:paypal:button}
into the html code of your checkout page. It adds a paypal payment system button to your page. -
If you want your users to use credit card payments please put this shortcode
{ $plugin:paypal:creditcard}
into the html code of your checkout template. This will add the checkout form to the page. -
When you add
{ $plugin:paypal:cardbutton}
to the checkout page or any page, this will give your users an option to choose between paying via the PayPal button or with a credit card on your site. - After the shortcode is added, you will see an activation link for this plugin. Click it to make the payment and activate the plugin.
- After that go to PayPal plugin configuration screen and enter your paypal e-mail for payments via paypal button or the following information for payments with a credit card: Signature, API Name, API Password. Follow the instruction to get your API credentials.
-
PayPal recurrent payment
Use PayPal to sell subscriptions for your products and services:
Use widget: PayPal{ $plugin:paypal:product:1:Day}
on your website product pages and on membership product pages to display PayPal Payment Option on your websiteAlso, PayPal Recurrent payment is available for SeoToaster Quote Engine.
Use{ $plugin:paypal:creditcardrecurringquote:1:Day}
- where:First param - quantity of periods (`2:Month` means one payment per 2 months)
Second param - period type - one of: 'Day', 'Week', 'Month', 'Year'
Note that allowed combinations for recurrent payments are:
1:Day, 1:Week 1:Month, 2:Month,3:Month, 6:Month, 1:Year.