Plugin Directory

Changeset 1490254


Ignore:
Timestamp:
09/05/2016 01:01:07 PM (9 years ago)
Author:
mohsinrasool
Message:

Version update to keep it alive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • paypal-pay-buy-donation-and-cart-buttons-shortcode/trunk/readme.txt

    r1488288 r1490254  
    55Requires at least: 3.0.1
    66Tested up to: 4.6
    7 Stable tag: 1.5
     7Stable tag: 1.6
    88Author: Mohsin Rasool
    99License: GPLv2
     
    2020- **Customizable PayPal Checkout page**, change header logo and page color etc
    2121- **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
    2323- **Set Thank you page** after successful payment to return the user back to your website
    2424- **Set Handling and Shipping charges**
     
    3333    Pay Now Button: [paypal_button type="paynow" amount="100"]
    3434    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"]
    3636    Add to cart Button: [paypal_button type="cart" name="Computer Table" amount="100"]
    3737    Payment Link: [paypal_button type="buynow" name="WordPres Portfolio Theme" amount="100" echo_link=1]
     
    4848= Attributes =
    4949
    50     **type**: 
    51     (string) (optional) Type of transaction. Allowed Values are 
     50    **type**:
     51    (string) (optional) Type of transaction. Allowed Values are
    5252    Possible Values: 'paynow', 'buynow', 'cart' or 'donate'
    5353
    54     **id**: 
     54    **id**:
    5555    (string) (optional) Product Number
    5656    Possible Values: Any numeric product id
    5757
    58     **email**: 
    59     (string) (optional) Your PayPal E-Mail address. 
     58    **email**:
     59    (string) (optional) Your PayPal E-Mail address.
    6060    Possible Values: A valid PayPal E-Mail address
    6161
    62     **name**: 
     62    **name**:
    6363    (string) (optional) Name of the Product
    6464    Possible Values: Any String
    6565
    66     **amount**: 
     66    **amount**:
    6767    (numeric) (optional) Product price to be charged. Yes, you can left empty for user to input amount. This can be used for donations.
    6868    Possible Values: Any numeric value
    6969
    70     **quantity**: 
     70    **quantity**:
    7171    (numeric or string) (optional) Specfiy quantity as number or range or possible comma separated values. Leave empty to let user specify any quantity.
    7272    Possible Values: "1" or "1,5,10" or "1-10"
    7373
    74     **quantity_txt_postfix**: 
     74    **quantity_txt_postfix**:
    7575    (string) (optional) Post fix text to be shown in quantity dropdown.
    7676    Possible Values: " items" or " products"
    7777
    78     **field_sep**: 
     78    **field_sep**:
    7979    (string) (optional) HTML code to separate the generated visible HTML fields. Use "<br />" for new line.
    8080    Possible Values: "&nbsp;" or "<br />"
    8181
    82     **amount_prompt**: 
     82    **amount_prompt**:
    8383    (boolean) (optional) Setting to "1" will enable user to enter amount they would like to pay.
    8484    Possible Values: 1 or 0
    8585
    86     **echo_link**: 
     86    **echo_link**:
    8787    (boolean) (optional) Set to "1" for linked output
    8888    Possible Values: 1 or 0
    8989
    90     **open_new_window**: 
     90    **open_new_window**:
    9191    (boolean) (optional) Set to "1" to open payment page in a new window
    9292    Possible Values: 1 or 0
    9393
    94     **currency**: 
    95     (string) (optional) Currency of the Transaction. 
     94    **currency**:
     95    (string) (optional) Currency of the Transaction.
    9696    Possible Values: 'USD' or 'CAD' or any currency code
    9797
    98     **tax_rate**: 
     98    **tax_rate**:
    9999    (numeric) (optional) Tax rate in percentage applied to the total price.
    100100    Possible Values: 0.0001 to 100
    101101
    102     **shipping_charges**: 
    103     (numeric) (optional) Shipping charges for the product. 
     102    **shipping_charges**:
     103    (numeric) (optional) Shipping charges for the product.
    104104    Possible Values: Any numeric value
    105105
    106     **btn_url**: 
     106    **btn_url**:
    107107    (string) (optional) Set URL of your own customizable button. Global setting is used when left empty or default PayPal Button
    108108    Possible Values: A URL to an image
    109109
    110     **btn_size**: 
     110    **btn_size**:
    111111    (string) (optional) Set size of the button either 'large' or 'small'.
    112112    Possible Values: 'large' or 'small'
    113113
    114     **btn_display_cc**: 
     114    **btn_display_cc**:
    115115    (string) (optional) Display Credit Cards Logo under the button.
    116116    Possible Values: 'yes' or 'no'
    117117
    118     **add_note**: 
     118    **add_note**:
    119119    (string) (optional) Let buyer add a note to order.
    120120    Possible Values: 'yes' or 'no'
    121121
    122     **thankyou_page_url**: 
     122    **thankyou_page_url**:
    123123    (string) (optional) Buyer will be redirect to this page after successful payment.
    124124    Possible Values: An absolute URL e.g. http://abc.com/thankyou
    125125
    126     **checkout_logo_url**: 
     126    **checkout_logo_url**:
    127127    (string) (optional) URL to your Logo image.
    128128    Possible Values: An absolute URL e.g. http://abc.com/logo.png
    129129
    130     **checkout_header_border_color**: 
     130    **checkout_header_border_color**:
    131131    (string) (optional) Set border color of the checkout page header.
    132132    Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc
    133133
    134     **checkout_header_bg_color**: 
     134    **checkout_header_bg_color**:
    135135    (string) (optional) Change background color of the checkout page header.
    136136    Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc
    137137
    138     **checkout_bg_color**: 
     138    **checkout_bg_color**:
    139139    (string) (optional) Change background color of the entire checkout page.
    140140    Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc
     
    210210
    211211= 1.2 =
    212 * Fixed quantity feature for donation 
     212* Fixed quantity feature for donation
    213213* Added support for payment using URL. You can now use it in achor tag's "href" attribute also.
    214214
Note: See TracChangeset for help on using the changeset viewer.