前言介紹
- 這款 WordPress 外掛「Mollie for Contact Form 7」是 2019-01-14 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 200 個安裝啟用數。
- 上一次更新是 2022-12-27,距離現在已有 858 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.2.4 以上。
- 有 5 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
tsjippy |
外掛標籤
ideal | mollie | paypal | payment form | contact form 7 mollie |
內容簡介
此為 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 定義顯示何種款項類型
原文外掛簡介
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"]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Mollie for Contact Form 7」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Mollie Payments for WooCommerce 》, 透過 Mollie 的強大外掛,您可以在 WooCommerce 中快速整合所有主要的付款方式,不論您在何處需要它們。只需將它們直接丟入您的 WooCommerce 網店中,Molli...。
Paytium: Mollie payment forms & donations 》ou can view the full list at Mollie., Mollie has an easy and straightforward setup process, and you can start accepting payments within 15 minutes....。
Doneren met Mollie 》您正在尋找一個簡單的捐款外掛,用於慈善機構或例如當地足球俱樂部嗎?此外掛適用於一次性捐款和定期付款。外掛整合了 Mollie 的所有付款方式。該外掛也提供...。
GF Mollie by Indigo 》使用 Indigo 的 GF Mollie 外掛,您可以將 Mollie 連結到 Gravity Forms。建立工作坊、產品或服務訂單表單,讓客戶可以使用 iDEAL 或其他付款方式進行線上支...。
Pronamic Pay with Mollie for Gravity Forms 》- Pronamic Pay是一款WordPress插件,可為在線付款提供簡單解決方案。- 安裝過程簡單,只需創建表單,添加表單欄位,選擇付款金額,並從Mollie中添加可用的付...。
Pronamic Pay with Mollie for Contact Form 7 》安裝非常簡單,就像創建一個表單一樣。只需添加表單字段,選擇付款金額,並添加 Mollie 的可用付款方式列表。您可以選擇要嵌入表單中的付款方式。, , 特點, ...。
Integration for Elementor forms – Mollie 》透過 Elementor 表單提交後,輕鬆地建立 Mollie 的付款。, 此整合考量到效能,不會在頁面載入時新增任何額外的腳本。, 歡迎發佈任何功能要求和可能的問題。。
Payment Gateway using Mollie for Easy Digital Downloads 》這是一個 Easy Digital Downloads 外掛程式的網關擴充功能,可以在您的商店中接受 Mollie 付款。, 您的 Mollie 帳戶啟用的付款方式將自動在 EDD 中可用,可以...。
Kudos Donations 》一個現代且易於使用的捐款外掛, Kudos Donations 可讓您在網站上的任何位置添加捐款按鈕。當使用者點擊此按鈕時,他們將會看到一個彈出窗口,其中可以輸入他...。
Events Manager Pro – Mollie Payments 》, 需要安裝並啟用Events Manager(免費)和Events Manager Pro(付費)。, , 讓用戶使用自己喜歡的付款方式在線上付款。此外掛程式極易安裝和使用,讓您可以...。
q-invoice Mollie iDeal for Gravity Forms 》這個免費的外掛讓你可以連結 Gravity Forms 和 Mollie,並透過各種方式收取付款。在提交表單後讓訪問者直接付款或捐款。, 功能:, – 收到提交表單的付...。
Events Manager Pro – Payment Gateway Selector 》, 需要安裝並啟用Events Manager 免費外掛程式和Events Manager Pro 付費外掛程式。, , 這個外掛程式在活動編輯頁面的票務選項元框中添加了一個部分,按字母...。
Pronamic Pay with Mollie for Ninja Forms 》總結:使用Mollie和Ninja Forms接受付款。這款免費的外掛程式將你的Ninja Forms表單與Mollie連接起來,讓付款變得非常容易。, , 問題與答案:, 1. 這個免費外...。
Pronamic Pay with Mollie for WooCommerce 》總結文案:, 這個 WordPress 外掛是為了讓網上付款更輕鬆而開發的。以下是一些特點:, , - 安裝簡單, - 支援 10 多種付款方式, - 付款狀態頁面, - 通過 Mollie...。
Integration for CF7 and Mollie 》總結:Contact Form 7 mollie 整合外掛可協助您在 Contact Form 7 中整合 Mollie,請仔細遵循指南。感謝。, , 問題與答案:, 1. 如何在 WordPress 上設置 Con...。