內容簡介
在您的頁面或文章中加入 PayPal 按鈕(使用短碼)
編輯 wp-content/plugins/wp-paypal-shortcodes/wp-paypal-shortcodes.php 以設定外掛程式。
短碼
使用以下短碼將 PayPal 整合到您的 WordPress 頁面 / 文章中。
[paypalBtn production="true" amount="55" item_name="ProduitB"]
使用此短碼將按鈕插入您的頁面或文章
[paypalBtn production="true" amount="55" item_name="ProduitB" business="[email protected]"]
使用商家電子郵件
[paypalBtn production="true" amount="55" item_name="t-shirt" optiontype0="select" on0="color" os0="red;green;blue;orange;yellow"]
使用選項選擇
查看更新日誌以了解最新情況。
任意部分
使用短碼購買產品
* @param production : 選擇您是否在測試階段或正式階段
* @param amount : 您產品/服務的價格
* @param currency_code : 貨幣
* @param shipping : 運費
* @param tax : 稅金
* @param return : 回報的網址(購買後)
* @param cancel_return : 取消的網址(支付中)
* @param notify_url : 回報的網址(支付驗證 IPN)
* @param on0 : 選項項目 1
* @param os0 : 選項值 1
* @param on1 : 選項項目 2
* @param os1 : 選項值 2
* @param on2 : 選項項目 3
* @param os2 : 選項值 3
* @param on3 : 選項項目 4
* @param os3 : 選項值 4
* @param on4 : 選項項目 5
* @param os4 : 選項值 5
* @param business : 您 PayPal 帳戶的電子郵件地址
* @param item_name : 您的產品/服務名稱
* @param no_note : 是否允許填寫備註
* @param lc : 地點
* @param bn : 按鈕類型
* @param custom : 自訂欄位
使用方法
[paypalBtn production=”false” amount=”55″ currency_code=”EUR” shipping=”0.00″ tax=”0.00″ on0=”optionD” os0=”ddd” on1=”optionE” os1=”eee” on2=”optionF” os2=”fff” business=”[email protected]” item_name=”ProduitB” no_note=”0″ lc=”FR” bn=”PP-BuyNowBF” custom=”abc”]
外掛標籤
開發者團隊
原文外掛簡介
Add a paypal button (using shortcode) into your pages/posts
Edit the wp-content/plugins/wp-paypal-shortcodes/wp-paypal-shortcodes.php for configure the plugin.
Shortcode
Add the following shortcodes to integrate PayPal into your pages / posts of wordpress.
[paypalBtn production="true" amount="55" item_name="ProduitB"]
Insert the button in your pages or posts with this shortcode
[paypalBtn production="true" amount="55" item_name="ProduitB" business="[email protected]"]
with the merchant email
[paypalBtn production="true" amount="55" item_name="t-shirt" optiontype0="select" on0="color" os0="red;green;blue;orange;yellow"]
with option select
See the Changelog for what’s new.
Arbitrary section
Buy a product with a shortcode
* @param production : choose if you are test phase, or production
* @param amount : price for your product/service
* @param currency_code : devise
* @param shipping : shipping price
* @param tax : tax price
* @param return : url for the return (after buy)
* @param cancel_return : url for the cancel (during the payment phase)
* @param notify_url : url for the return (after payment validation IPN)
* @param on0 : nom option 1
* @param os0 : value option 1
* @param on1 : nom option 2
* @param os1 : value option 2
* @param on2 : nom option 3
* @param os2 : value option 3
* @param on3 : nom option 4
* @param os3 : value option 4
* @param on4 : nom option 5
* @param os4 : value option 5
* @param business : email address of your paypal account
* @param item_name : name of your product/service
* @param no_note : autorized to file a note or not
* @param lc : location
* @param bn : button type
* @param custom : custom field
Usage
[paypalBtn production=”false” amount=”55″ currency_code=”EUR” shipping=”0.00″ tax=”0.00″ on0=”optionD” os0=”ddd” on1=”optionE” os1=”eee” on2=”optionF” os2=”fff” business=”[email protected]” item_name=”ProduitB” no_note=”0″ lc=”FR” bn=”PP-BuyNowBF” custom=”abc”]
