這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

SEPA Girocode

描述

With Girocode/EPC-Codes you can easily provide payments information in a Quick-Response-Code. Customers just have to scan the code with a supported banking app.

螢幕截圖

  • Some example Girocodes

  • Girocode generator form

安裝

  1. Upload the plugin files to the /wp-content/plugins/sepa-girocode directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Here you are!

常見問題

How do I create a Girocode?

Just use the shortcode [girocode] in any page or post you want to display a girocode.

And how to show the girocode generator form?

Just use the shortcode [girocode-generator].

Which parameters are available for [girocode]?

  • iban: International Bank Account Number of the beneficiary
  • bic: Bank Identifier Code
  • beneficiary: Name of the beneficiary
  • amount: Amount of money to transfer in EUR
  • purpose: Description of the payments purpose
  • purposecode: Standard-Codes for payment purposes, e.g. CHAR for Charity-Payments
  • reference: Alternative to unstructured purpose description, use of reference overrules purpose-field
  • isclickable: With this field set to 1 (standard) the QR-Code can be downloaded als .girocode file
  • frame: With this field set to 0 (standard = 1), the girocode-frame will be supressed
  • dimension: Width (and also height) of the code in pixels (standard = 150)
  • divclass: Optional CSS-class for wrapping div-element

Which parameters are available for [girocode-generator]?

  • demo: with demo=”1″ the form will be populated with example values, containing a donation for the German Red Coss

Come on, show me an example …

OK, let’s donate 5 EUR for the German Red Cross:
[girocode iban=”DE63370205000005023307″ beneficiary=”German Red Cross” amount=”5″ purpose=”Donation”]

Display generator form in demo mode:
[girocode-generator demo=”1″]

Which apps do support Girocode?

Have a look at www.girocode.de for a list of supported banking apps.

Which tool do you use to create the QR-Code?

http://phpqrcode.sourceforge.net/

評價

2021年8月16日
Unfortunately it is not updated and broken. Honestly this should be a woocommerce function for BACS payment, not needing a plugin.
閱讀全部1個評價

貢獻者及開發者

“SEPA Girocode” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 SEPA Girocode 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.5.1 (2016-09-09)

  • Added girocode-generator demo mode

0.5 (2016-09-04)

  • Added girocode-generator form

0.4.4 (2016-08-27)

  • Fixed transient lifetime

0.4.3 (2016-08-24)

  • Fixed internal SVN issue

0.4 (2016-08-24)

  • Added girocode-frame
  • Added parameter (frame, dimension, divclass)
  • Code refactor

0.3

  • Added new parameters (clickable, purposecode, reference)
  • QR-Codes now can be clickable for supported apps
  • Fixed broken div-element

0.2

  • Changed QR-Code-Enginge from google api to local lib (http://phpqrcode.sourceforge.net/)

0.1

  • Initial release.