Changeset 1490254
- Timestamp:
- 09/05/2016 01:01:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
paypal-pay-buy-donation-and-cart-buttons-shortcode/trunk/readme.txt
r1488288 r1490254 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.6 7 Stable tag: 1. 57 Stable tag: 1.6 8 8 Author: Mohsin Rasool 9 9 License: GPLv2 … … 20 20 - **Customizable PayPal Checkout page**, change header logo and page color etc 21 21 - **Output can be a PayPal form** with Default or Customizable PayPal button **or a URL to PayPal payment/cart page** that can be used on linked texts 22 - **All type of PayPal button options** i.e. large, small, with and without Credit Card Logos 22 - **All type of PayPal button options** i.e. large, small, with and without Credit Card Logos 23 23 - **Set Thank you page** after successful payment to return the user back to your website 24 24 - **Set Handling and Shipping charges** … … 33 33 Pay Now Button: [paypal_button type="paynow" amount="100"] 34 34 Buy Now Button: [paypal_button type="buynow" name="WordPres Portfolio Theme" amount="100"] 35 Donation Button: [paypal_button type="donate" amount="100"] 35 Donation Button: [paypal_button type="donate" amount="100"] 36 36 Add to cart Button: [paypal_button type="cart" name="Computer Table" amount="100"] 37 37 Payment Link: [paypal_button type="buynow" name="WordPres Portfolio Theme" amount="100" echo_link=1] … … 48 48 = Attributes = 49 49 50 **type**: 51 (string) (optional) Type of transaction. Allowed Values are 50 **type**: 51 (string) (optional) Type of transaction. Allowed Values are 52 52 Possible Values: 'paynow', 'buynow', 'cart' or 'donate' 53 53 54 **id**: 54 **id**: 55 55 (string) (optional) Product Number 56 56 Possible Values: Any numeric product id 57 57 58 **email**: 59 (string) (optional) Your PayPal E-Mail address. 58 **email**: 59 (string) (optional) Your PayPal E-Mail address. 60 60 Possible Values: A valid PayPal E-Mail address 61 61 62 **name**: 62 **name**: 63 63 (string) (optional) Name of the Product 64 64 Possible Values: Any String 65 65 66 **amount**: 66 **amount**: 67 67 (numeric) (optional) Product price to be charged. Yes, you can left empty for user to input amount. This can be used for donations. 68 68 Possible Values: Any numeric value 69 69 70 **quantity**: 70 **quantity**: 71 71 (numeric or string) (optional) Specfiy quantity as number or range or possible comma separated values. Leave empty to let user specify any quantity. 72 72 Possible Values: "1" or "1,5,10" or "1-10" 73 73 74 **quantity_txt_postfix**: 74 **quantity_txt_postfix**: 75 75 (string) (optional) Post fix text to be shown in quantity dropdown. 76 76 Possible Values: " items" or " products" 77 77 78 **field_sep**: 78 **field_sep**: 79 79 (string) (optional) HTML code to separate the generated visible HTML fields. Use "<br />" for new line. 80 80 Possible Values: " " or "<br />" 81 81 82 **amount_prompt**: 82 **amount_prompt**: 83 83 (boolean) (optional) Setting to "1" will enable user to enter amount they would like to pay. 84 84 Possible Values: 1 or 0 85 85 86 **echo_link**: 86 **echo_link**: 87 87 (boolean) (optional) Set to "1" for linked output 88 88 Possible Values: 1 or 0 89 89 90 **open_new_window**: 90 **open_new_window**: 91 91 (boolean) (optional) Set to "1" to open payment page in a new window 92 92 Possible Values: 1 or 0 93 93 94 **currency**: 95 (string) (optional) Currency of the Transaction. 94 **currency**: 95 (string) (optional) Currency of the Transaction. 96 96 Possible Values: 'USD' or 'CAD' or any currency code 97 97 98 **tax_rate**: 98 **tax_rate**: 99 99 (numeric) (optional) Tax rate in percentage applied to the total price. 100 100 Possible Values: 0.0001 to 100 101 101 102 **shipping_charges**: 103 (numeric) (optional) Shipping charges for the product. 102 **shipping_charges**: 103 (numeric) (optional) Shipping charges for the product. 104 104 Possible Values: Any numeric value 105 105 106 **btn_url**: 106 **btn_url**: 107 107 (string) (optional) Set URL of your own customizable button. Global setting is used when left empty or default PayPal Button 108 108 Possible Values: A URL to an image 109 109 110 **btn_size**: 110 **btn_size**: 111 111 (string) (optional) Set size of the button either 'large' or 'small'. 112 112 Possible Values: 'large' or 'small' 113 113 114 **btn_display_cc**: 114 **btn_display_cc**: 115 115 (string) (optional) Display Credit Cards Logo under the button. 116 116 Possible Values: 'yes' or 'no' 117 117 118 **add_note**: 118 **add_note**: 119 119 (string) (optional) Let buyer add a note to order. 120 120 Possible Values: 'yes' or 'no' 121 121 122 **thankyou_page_url**: 122 **thankyou_page_url**: 123 123 (string) (optional) Buyer will be redirect to this page after successful payment. 124 124 Possible Values: An absolute URL e.g. http://abc.com/thankyou 125 125 126 **checkout_logo_url**: 126 **checkout_logo_url**: 127 127 (string) (optional) URL to your Logo image. 128 128 Possible Values: An absolute URL e.g. http://abc.com/logo.png 129 129 130 **checkout_header_border_color**: 130 **checkout_header_border_color**: 131 131 (string) (optional) Set border color of the checkout page header. 132 132 Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc 133 133 134 **checkout_header_bg_color**: 134 **checkout_header_bg_color**: 135 135 (string) (optional) Change background color of the checkout page header. 136 136 Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc 137 137 138 **checkout_bg_color**: 138 **checkout_bg_color**: 139 139 (string) (optional) Change background color of the entire checkout page. 140 140 Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc … … 210 210 211 211 = 1.2 = 212 * Fixed quantity feature for donation 212 * Fixed quantity feature for donation 213 213 * Added support for payment using URL. You can now use it in achor tag's "href" attribute also. 214 214
Note: See TracChangeset
for help on using the changeset viewer.