Greyforest ::: Paypal Buttons Plugin
Version: 1.1
Requires: 4.0
Tested Up To: 4.7.5
Last Updated: Sep 14, 2024
description
This plugin adds an easy way to insert Paypal buttons for simple or variable items. Using a shortcode, the user can choose the price, email address, name, item number, and variations and generate a Paypal button for instant payment.
SIMPLE BUTTON
Code: [paypalbutton item_price="" item_number="" item_name="" paypal_account="" button_text=""]
- item_price = Price of item in 2-decimal format (5.99)
- item_number = Unique catalog ID or number (CAT001)
- item_name = Unique name of item for Paypal cart listing
- paypal_account = Email account to receive Paypal funds
- button_text = Text to appear on button (if nothing entered, it defaults to PURCHASE : $__ with the item price you entered)
VARIABLE BUTTON
Code: [paypalbutton_variations paypalaccount="" item_name="" item_number="" variation_name="" variation_01_choice="" variation_01_price="" variation_02_choice="" variation_02_price="" variation_03_choice="" variation_03_price=""]
- paypal_account = Email account to receive Paypal funds
- item_name = Unique name of item for Paypal cart listing
- item_number = Unique catalog ID or number (CAT001)
- variation_name = Name or description of options (Size, color, etc)
- variation_01_choice = Name of item option #1 (Small, Black, etc)
- variation_01_price = Price of item option #1 in 2-decimal format (5.99)
- variation_02_choice = Name of item option #2 (Medium, Brown, etc)
- variation_02_price = Price of item option #2 in 2-decimal format (5.99)
- variation_03_choice = Name of item option #3 (Large, Blue, etc)
- variation_03_price = Price of item option #3 in 2-decimal format (5.99)
The text which appears on variation buttons is PURCHASE
Note: Currently only allows 3 variations. Contact for more.
installation
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
frequently asked questions
A question that someone might have
An answer to that question.
What about foo bar?
Answer to foo bar dilemma.
screenshots
- Two buttons are added to the visual editor to quickly insert the shortcodes into a post or page.
- These are the shortcodes, one for a simple item with one price, and one for an item with multiple variations.
- An example of filled in shortcodes.
- The output is a simple button or button + select dropdown, easily styled with your own CSS.
changelog
1.1
- Addition of automatic updates API.
- Publicly served from Greyforest servers now.
1.0
- Created plugin.
upgrade notice
1.1
Upgrade to version 1.1 allows for all future updates to occur automatically.
1.0
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.
arbitrary section
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or "installation." Arbitrary sections will be shown below the built-in sections outlined above.
a brief markdown example
Ordered list:
- Some feature
- Another feature
- Something else about the plugin
Unordered list:
- something
- something else
- third thing
Here's a link to WordPress and one to Markdown's Syntax Documentation. Titles are optional, naturally.
"Markdown is what the parser uses to process much of the readme file"
Markdown uses email style notation for blockquotes and I've been told:
Asterisks for emphasis. Double it up for strong.
<?php code(); // goes in backticks ?>