前言介紹
- 這款 WordPress 外掛「PayPal Pay Now, Buy Now, Donation and Cart Buttons Shortcode」是 2013-01-13 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 800 個安裝啟用數。
- 上一次更新是 2023-08-30,距離現在已有 612 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
- 有 6 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
paypal | buy now | pay now | add to cart | shopping cart |
內容簡介
這個 WordPress 外掛新增了「paypal_button」簡碼,可顯示「支付」、「立即購買」、「捐款」和「加入購物車」的 PayPal 按鈕,並提供自定義 PayPal 結帳頁面的功能。該外掛的方便功能包括:
四種按鈕類型:支付、立即購買、加入購物車、捐贈
可自定義數量字段,可用作文本框和下拉框,並提供所有按鈕類型的可能選擇值或值範圍
可自定義 PayPal 付款按鈕
可自定義 PayPal 結帳頁面,更改頁面標題標誌和頁面顏色等
輸出可以是帶有預設或自定義 PayPal 按鈕的 PayPal 表單,或者是可用於鏈接文本的 PayPal 支付/購物車頁面的 URL
所有類型的 PayPal 按鈕選項,如大型、小型、帶有/不帶有信用卡徽標
設置成功付款後返回用戶的感謝頁面
設置手續費和運輸費
讓買家添加訂單備註
選擇你的按鈕語言,支持17種常用語言
管理員生成的金額(基於數量)和用戶填寫的金額付款
該外掛還添加了「[paypal_view_cart_link]」簡碼,用於創建「查看購物車」按鈕。
外掛的可能用途如下
支付按鈕:[paypal_button type="paynow" amount="100"]
立即購買按鈕:[paypal_button type="buynow" name="WordPres Portfolio Theme" amount="100"]
捐款按鈕:[paypal_button type="donate" amount="100"]
加入購物車按鈕:[paypal_button type="cart" name="Computer Table" amount="100"]
支付鏈接:[paypal_button type="buynow" name="WordPres Portfolio Theme" amount="100" echo_link=1]
查看購物車鏈接:查看購物車
在「設定-〉PayPal 按鈕」中設置您的 PayPal 電子郵件地址和結帳頁面自定義。
用法
[paypal_button type="paynow|buynow|donate|cart" amount="100"]
查看購物車
屬性
**type**:
(string) (可選) 交易類型。 可用值為
可能的值:'paynow'、'buynow'、'cart'或'donate'
**id**:
(string) (可選) 產品編號
可能的值:任何數字產品 id
**email**:
(string) (可選) 您的 PayPal 電子郵件地址。
可能的值:有效的 PayPal 電子郵件地址
**name**:
(string) (可選) 產品名稱
可能的值:任何字符串
**amount**:
(numeric) (可選) 要收取的產品價格。 是的,你可以留空,讓用戶輸入金額。這可用於捐贈。
可能的值:任何數字值
**quantity**:
(numeric or string) (可選) 指定數量為數字或範圍或可能的逗號分隔值。 留空以允許用戶指定任何數量。
可能的值: "1" 或 "1,5,10" 或 "1-10"
**quantity_txt_postfix**:
(string) (可選) 在數量下拉列表中顯示的後綴文本。
可能的值: " items "或" products"
**field_sep**:
(string) (可選) 用於區分生成的可見 HTML 字段的 HTML 代碼。 使用“
”進行新的一行。
可能的值: " "或“
”
**amount_prompt**:
(boolean) (可選) 設置為“1”將使用戶能夠輸入他們想支付的金額。
可能的值:1或0
**echo_link**:
(boolean) (可選) “1”用於鏈接輸出
可能的值:1或0
**open_new_window**:
(boolean) (可選) “1”在新窗口中打開付款頁面
可能的值:1或0
原文外掛簡介
This plugin adds “paypal_button” shortcode to display pay now, buy now, donation and add to cart PayPal buttons with facility to customize their PayPal checkout page. Handy features of the plugins are
Four types of button Pay Now, Buy Now, Add to Cart, Donation
Customizable quantity field which is available as text box and drop down box with possible selected values or range of values for all types of buttons
Customizable PayPal Payment Button
Customizable PayPal Checkout page, change header logo and page color etc
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
All type of PayPal button options i.e. large, small, with and without Credit Card Logos
Set Thank you page after successful payment to return the user back to your website
Set Handling and Shipping charges
Allow buyer to add a note to order
Select language of your button. Supports 17 widely used languages
Both Admin generated amount (based on quantity) and user filled amount payments
Plugin also adds a [paypal_view_cart_link] shortcode to be used to create view cart buttons.
Possible usage of the plugin are as follows
Pay Now Button: [paypal_button type="paynow" amount="100"]
Buy Now Button: [paypal_button type="buynow" name="WordPres Portfolio Theme" amount="100"]
Donation Button: [paypal_button type="donate" amount="100"]
Add to cart Button: [paypal_button type="cart" name="Computer Table" amount="100"]
Payment Link: [paypal_button type="buynow" name="WordPres Portfolio Theme" amount="100" echo_link=1]
View Cart Link: View Cart
Set your PayPal E-Mail address and Checkout page customization in Settings->PayPal Buttons.
Usage
[paypal_button type="paynow|buynow|donate|cart" amount="100"]
View Cart
Attributes
**type**:
(string) (optional) Type of transaction. Allowed Values are
Possible Values: 'paynow', 'buynow', 'cart' or 'donate'
**id**:
(string) (optional) Product Number
Possible Values: Any numeric product id
**email**:
(string) (optional) Your PayPal E-Mail address.
Possible Values: A valid PayPal E-Mail address
**name**:
(string) (optional) Name of the Product
Possible Values: Any String
**amount**:
(numeric) (optional) Product price to be charged. Yes, you can left empty for user to input amount. This can be used for donations.
Possible Values: Any numeric value
**quantity**:
(numeric or string) (optional) Specfiy quantity as number or range or possible comma separated values. Leave empty to let user specify any quantity.
Possible Values: "1" or "1,5,10" or "1-10"
**quantity_txt_postfix**:
(string) (optional) Post fix text to be shown in quantity dropdown.
Possible Values: " items" or " products"
**field_sep**:
(string) (optional) HTML code to separate the generated visible HTML fields. Use "
" for new line.
Possible Values: " " or "
"
**amount_prompt**:
(boolean) (optional) Setting to "1" will enable user to enter amount they would like to pay.
Possible Values: 1 or 0
**echo_link**:
(boolean) (optional) Set to "1" for linked output
Possible Values: 1 or 0
**open_new_window**:
(boolean) (optional) Set to "1" to open payment page in a new window
Possible Values: 1 or 0
**currency**:
(string) (optional) Currency of the Transaction.
Possible Values: 'USD' or 'CAD' or any currency code
**tax_rate**:
(numeric) (optional) Tax rate in percentage applied to the total price.
Possible Values: 0.0001 to 100
**shipping_charges**:
(numeric) (optional) Shipping charges for the product.
Possible Values: Any numeric value
**btn_url**:
(string) (optional) Set URL of your own customizable button. Global setting is used when left empty or default PayPal Button
Possible Values: A URL to an image
**btn_size**:
(string) (optional) Set size of the button either 'large' or 'small'.
Possible Values: 'large' or 'small'
**btn_display_cc**:
(string) (optional) Display Credit Cards Logo under the button.
Possible Values: 'yes' or 'no'
**add_note**:
(string) (optional) Let buyer add a note to order.
Possible Values: 'yes' or 'no'
**thankyou_page_url**:
(string) (optional) Buyer will be redirect to this page after successful payment.
Possible Values: An absolute URL e.g. http://abc.com/thankyou
**checkout_logo_url**:
(string) (optional) URL to your Logo image.
Possible Values: An absolute URL e.g. http://abc.com/logo.png
**checkout_header_border_color**:
(string) (optional) Set border color of the checkout page header.
Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc
**checkout_header_bg_color**:
(string) (optional) Change background color of the checkout page header.
Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc
**checkout_bg_color**:
(string) (optional) Change background color of the entire checkout page.
Possible Values: A HTML Hexa-decimal code. e.g. FFFF00, 999999 etc
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「PayPal Pay Now, Buy Now, Donation and Cart Buttons Shortcode」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 |
延伸相關外掛(你可能也想知道)
PM Pay Links 》介紹 PMPayLinks,解決所有 PayPal 支付設置問題!只需安裝、啟用,並生成您喜歡的簡短標籤/代碼,即可在網站上的任何位置自動生成 PayPal 支付鏈接。, 特點,...。
Payolee Website Payments for WP 》關於, 在您的 WordPress 網站上接受一次性或定期付款。使用我們的短代碼在您的 worpress 網站上放置付款按鈕或付款表單。, 您需要一個 Payolee 帳戶才能使用...。