Description
This plugin provides you a shortcode to generate a customizable buy button that allows a user to pay for an item using Amazon FPS.
Features
- Sell files, digital goods or downloads using Amazon FPS.
- Sell music, video, ebook, PDF or any other digital media files.
- Allow a user to automatically download the file once the purchase is complete via Amazon FPS.
- View the transactions from your WordPress admin dashboard.
Shortcode Attributes
This plugin adds the following shortcode to your site:
[amazonfps]
It supports the following attributes in the shortcode –
name:
(string) (required) Name of the product
Possible Values: 'Awesome Script', 'My Ebook', 'Wooden Table' etc.
price:
(number) (required) Price of the product or item
Possible Values: '9.90', '29.95', '50' etc.
quantity:
(number) (optional) Number of products to be charged.
Possible Values: '1', '5' etc.
Default: 1
currency:
(string) (optional) Currency of the price specified.
Possible Values: 'USD', 'GBP' etc
Default: The one set up in Settings area.
url:
(URL) (optional) URL of the downloadable file.
button_text:
(string) (optional) Label of the payment button
Possible Values: 'Buy Now', 'Pay Now' etc
Shortcode Example:
[amazonfps name="Cool Script" price="50" url="http://example.com/downloads/my-script.zip" button_text="Buy Now"]
For detailed documentation visit the Amazon FPS plugin page
Usage
[amazonfps name=”Cool Script” price=”50″ url=”http://example.com/downloads/my-script.zip” button_text=”Buy Now”]
Installation
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘amazon fps’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading via WordPress Dashboard
- Navigate to the “plugins->Add New” from your dashboard
- Click on “Upload Plugin”
- Select
amazon-fps.zip
from your computer - Click on ‘Install Now’
- Activate the plugin
Using FTP
- Download
amazon-fps.zip
- Extract the
amazon-fps.zip
file on your computer - Upload the
amazon-fps
directory to the/wp-content/plugins/
directory - Activate the plugin from the Plugin dashboard
FAQ
- Can I have multiple payment buttons on a single page?
-
Yes
- Can I use it in a WordPress Widget?
-
Yes
- Can I specify a quantity for the item?
-
Yes
- Can I customize the button label?
-
Yes
- Can I test it in sandbox mode?
-
Yes
Reviews
Contributors & Developers
“Amazon FPS” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Amazon FPS” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- First Release