[WordPress] 外掛分享: Mollie for Contact Form 7

首頁外掛目錄 › Mollie for Contact Form 7
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
200+
安裝啟用
★★★☆☆
3.2/5 分(5 則評價)
1177 天前
最後更新
問題解決
WordPress 4.0.0+ PHP 5.2.4+ v5.0.0 上架:2019-01-14

內容簡介

此為 Contact Form 7 的附加外掛,添加了三個欄位和一個簡碼。
Mollie 描述
添加一個(隱藏的)欄位:[text paymentdescription “付款描述”]
付款金額
應支付的金額。
可以接受不帶括號的簡碼,例如:
[amount* amount-734 “CF7_GET key=‘Amount’”]
付款選項
可選字段,用於讓用戶從可用的付款選項中選擇。
此字段會自動填充 Mollie 的所有付款選項。
您還可以添加額外的選項,如“現金”。
如果不存在此字段,則人們必須在 mollie 網站上選擇付款選項。
如果只有一個付款選項可用,則會自動選擇此選項。
有三種付款選項類型:
預設值
此類型為“一次性”,適用於僅需付款一次的情況。
循環
此列表顯示可用的循環付款選項。
首付款
此列表顯示所有可用的首付款選項以進行循環付款的首次付款。
確認循環付款需要此初始付款。
如果要進行循環付款且只有一個循環付款選項可用,則可以跳過循環選項。
只有一個初始付款欄位即可。
iDeal 銀行選擇:
如果選擇 iDeal 付款選項,則可以使用此字段選擇銀行(發行者)。
頻率
您可以選擇添加一個名為“頻率”的字段,以用於循環付款,以設置每月付款頻率。
收費日期
您可以選擇添加一個名為“收費日期”的日期字段,以用於循環付款,以設置第一次收費日期。
付款結果簡碼
[payment_result]
此簡碼可用於自定義重定向頁面或表單頁面本身。
簡碼可以嵌套使用,接受兩個參數,均可以包含佈局和圖片:
成功-顯示成功消息
失敗-顯示失敗消息
僅在成功時顯示成功消息。
在所有其他情況下,將顯示嵌套內容。
您可以包含簡碼,只需使用 $l 代替“ [”,$r 代替“]”即可。
此簡碼可以如下使用:
[payment_result success = “付款成功。 $l一些簡碼$r” fail =“付款失敗,请重試。”]
[payment_result success = "Your payment was successful." fail = "Payment failed, try again."]

填寫下面的表格進行支付。

錯誤: 找不到符合條件的聯絡表單。


謝謝您。
[/payment_result]

在此情況下,ID 為 211 的聯繫表單將不會在付款成功時顯示,僅顯示成功消息。
所有參數均為可選,也可以像這樣使用簡碼:[payment_result]。
在這種情況下,默認消息將是:
“付款成功,謝謝。”
“付款失敗,请重試。”。
付款總覽簡碼
簡碼[paymentstable]可提供所有付款的概述。
它接受的參數有:hide、header、paymenttype 和 columns
hide 定義不顯示的列
header 更改標題
paymenttype 定義顯示何種款項類型

外掛標籤

開發者團隊

⬇ 下載最新版 (v5.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Mollie for Contact Form 7」→ 直接安裝(推薦)

原文外掛簡介

Add-on plugin for Contact Form 7 – adds three fields and a shortcode.
Mollie Description
Add a (hidden) field: [text paymentdescription “Payment for This is my description”]
Payment amount
The amount which needs to be payed.
Does accept shortcodes without brackets like so:
[amount* amount-734 “CF7_GET key=’Amount'”]
Payment Options
Optional field so that the user can select from available payment options.
This field is filled automatically with all payment options from Mollie.
You can also add extra options like “cash”.
If this field is not present, people have to select the payment option on the mollie website.
If there is only one payment option available this will be automatically selected.
There are three Payment options types:
Default
The type is “oneoff”, ment for payment that occur once
Recurring
This list all availbale payment options for recurring payments
Initial payment
This lists all available payment options to do the first payment of a recurring payment.
This initial payment is needed to confirm the recurring payment.
If you want to do recurring payment and you have only one recurring payment option available, you can skip this the recurring field.
Only an Initial payment field is enough.
iDeal bankchoice:
If payment option iDeal is chosen, this field can be used to select the bank (issuer).
frequency
You can optionally add a field with name “frequency” to use with the recurring payment to set the payment frequency in months.
chargedate
You can optionall add a date field with the name “chargedate” to use with the recurring payment to set the first chargedate.
Shortcode for payment result
[payment_result]
This shortcode can be used on a custom redirect page or on the form page itself.
The shortcode can have a shortcode nested within it.
It accepts two arguments, both can include layout and pictures:
succes — the succes message to be displayed
fail — the failure message to be displayed
On succes only the success message will be displayed.
In all other cases the nested content will be displayed.
You can include shortcodes just use $l for [ and $r for ]
Shortcode can thus be used like this:
[payment_result success = “Uw donatie is succesvol ontvangen. Hartelijk dank daarvoor! $lSome shortcode$r”  fail = “Uw donatie is mislukt, probeert u het alstublieft opnieuw.”]
[payment_result success = "Your payment was successful." fail = "Payment failed, try again."]

Fill in the form below to pay.

錯誤: 找不到符合條件的聯絡表單。

 
Thank you.
[/payment_result]

In this case the contact form with id 211 will not be shown on successful payment, only the success message will.
All arguments are optional, you can also use the shortcode like this: [payment_result].
In that case the default messages will be:
‘Payment was successful, thank you.’
‘Payment failed, please try again.’
Shortcode for payment overview
The short code [paymentstable] gives an oveview of all payments made.
It accepts the parameters: hide, header, paymenttype and columns
hide difines the columns no to shown
header changes the title
paymenttype define whether to show only subscriptions (paymenttype=”subscription”) or only one time payments (paymenttype=”onetime”)
columns defines custom column names.
status=”paid” only shows payments with the status paid
search = “!Description=’Some decription'” shows all payments excluding the one with “Some decription” as description
search = “Description=’Some decription'” shows all payments with “Some decription” as description
example:
[paymentstable} hide=”Time,OrderID,CustomerID,Times,PaymentID, Status,SubscriptionID” header=Custom table title” columns=”ID,Naam,E-mail,Bedrag, Omschrijving,Frequentie,Start datum, Mogelijke acties” status=”paid” search=”!Description=’Some description'”]
Usage
General Settings
Create a Mollie account, and paste the api into the side-wide api key field under “Mollie”, or use it on the form specific settings tab.
Optionally define a redirect page.
Examples
One off payment
[hidden paymentdescription "Payment for some description"]

[submission_id_hidden orderid]

Recurring Payment with multiple recurring methods avaialble
[hidden paymentdescription "Payment for some description"]

Minimal Recurring Payment
[hidden paymentdescription "Payment for some description"]

延伸相關外掛

文章
Filter
Mastodon