[WordPress] 外掛分享: WP Moneybookers Shortcodes

首頁外掛目錄 › WP Moneybookers Shortcodes
10+
安裝啟用
尚無評分
5523 天前
最後更新
問題解決
WordPress 2.6+ v0.1 上架:2011-02-24

內容簡介

在您的頁面或文章中添加一個 Moneybookers 按鈕(使用短碼)
編輯 wp-content/plugins/wp-moneybookers-shortcodes/wp-moneybookers-shortcodes.php 以配置插件。
或使用類進行集成 Moneybookers 到您的頁面。

短碼

使用此短碼在您的頁面或文章中插入按鈕
[moneybookersBtn production=”true” amount=”50″ detail1_description=”Product Identity:” detail1_text=”T-Shirt Webtux”]

集成 Moneybookers 到您的頁面

向您的模板頁添加此代碼。

$a = new WpMoneybookersShortcodes("[email protected]"); // account moneybookers email
/*
// 如果您想自定義您的頁面:付款已完成,付款已取消和處理付款。
$a->setReturnUrl(get_bloginfo('template_url')."/moneybookers_payment_made.php"); // 返回頁面(創建用於接收付款完成的頁面的 URL)
$a->setCancelUrl(get_bloginfo('template_url')."/moneybookers_payment_cancelled.php"); // 取消頁面(創建用於接收付款取消的頁面的 URL)
$a->setStatusUrl(get_bloginfo('template_url')."/moneybookers_process_payment.php"); // 狀態頁面(創建用於接收付款進程的頁面的 URL)
*/
$a->setProduction(true); // false:測試,true:生產
$a->setLanguage("FR"); // 地點(例如: EN、DE、ES、FR、IT 等)
$a->setCurrency("EUR"); // 貨幣(例如: EUR 或 GBP 或...)
$a->setAmount(10); // 價格產品(例如:39.60 或 39.6 或 39)
$a->setDetail1Description("Product ID: "); // 描述(例如:產品 ID 🙂
$a->setDetail1Text("T-Shirt Webtux"); // 文本(例如:T-Shirt Webtux)
echo $a->getMoneybookersBtn(); // 顯示您的 moneybookers 按鈕

查看更改日誌以獲取最新信息。

任意部分

有關信息請與我聯繫

用法

[moneybookersBtn production=”true” amount=”50″ detail1_description=”Product Identity:” detail1_text=”T-Shirt Webtux”]

Moneybookers 官方手冊

官方頁面
集成手冊 en fr
自動付款接口手冊 en fr

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WP Moneybookers Shortcodes」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Add a moneybookers button (using shortcode) into your pages/posts
Edit the wp-content/plugins/wp-moneybookers-shortcodes/wp-moneybookers-shortcodes.php for configure the plugin.
Or use class for integration moneybookers into your page.
Shortcode
Insert the button in your pages or posts with this shortcode
[moneybookersBtn production=”true” amount=”50″ detail1_description=”Product Identity:” detail1_text=”T-Shirt Webtux”]
Integration moneybookers into your page
Add this code to your template page.
$a = new WpMoneybookersShortcodes("[email protected]"); // account moneybookers email
/*
// If you want custom your page : payment made, payment cancelled and process payment.
$a->setReturnUrl(get_bloginfo('template_url')."/moneybookers_payment_made.php"); // return page (url of the page is created for receipt of payment made)
$a->setCancelUrl(get_bloginfo('template_url')."/moneybookers_payment_cancelled.php"); // cancel page (url of the page is created for receiving payment canceled)
$a->setStatusUrl(get_bloginfo('template_url')."/moneybookers_process_payment.php"); // status page (url of the page is created for receiving the payment process)
*/
$a->setProduction(true); // false:test, true:production
$a->setLanguage("FR"); // location (ex: EN, DE, ES, FR, IT, ...)
$a->setCurrency("EUR"); // currency (ex: EUR or GBP or ...)
$a->setAmount(10); // price product (ex: 39.60 or 39.6 or 39)
$a->setDetail1Description("Product ID: "); // description (ex: Product ID:)
$a->setDetail1Text("T-Shirt Webtux"); // text (ex: T-Shirt Webtux)
echo $a->getMoneybookersBtn(); // show your moneybookers button

See the Changelog for what’s new.
Arbitrary section
For information contact me
Usage
[moneybookersBtn production=”true” amount=”50″ detail1_description=”Product Identity:” detail1_text=”T-Shirt Webtux”]
Moneybookers official manual
Official page
Integration manual en fr
Handbook of automated payment interface en fr

延伸相關外掛

文章
Filter
Apply Filters
Mastodon