该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

LDB WP e-Commerce iDeal

描述

LDB WP e-Commerce iDeal allows you to easily add the iDeal payment gateway to WP e-Commerce for several Dutch banks and iDeal integrations.

屏幕截图

  • The configuration panel for the 'normal' integration.
  • The configuration panel for the 'PSPID' integration.

安装

  1. Upload the folder ldb-wp-e-commerce-ideal to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Store > Settings > Payment Options and configure the plugin.

常见问题

It’s not working!

You probably have a permissions problem and during the activation the plugin was unable to copy the required file to the WP e-Commerce directory. Manually copy inc-ldb-wp-e-commerce-ideal.php from /plugins/ldb-wp-e-commerce-ideal to /plugins/wp-e-commerce/merchants for versions below WP e-Commerce 3.8 or to /plugins/wp-e-commerce/wpsc-merchants for WP e-Commerce 3.8 or higher to solve the problem.

Description of the main settings
  • Display Name : Name of the payment method as mentioned on your site.
  • iDeal type : The type of iDeal integration you’re using. Most likely to be ‘normal’ but if your gateway supplier mentions anything named PSPID just pick ‘PSPID’.
  • iDeal MerchantID : Your iDeal ID number, also named AcceptantID.
  • iDeal SubID : Your iDeal SubID number, in most cases this will be ‘0’.
  • iDeal PSPID : Your iDeal PSPID, also named AcceptantID.
  • iDeal MerchantKey : Also named Hash Key or ‘Geheime sleutel’, generated and defined in ‘Configuratie’ in your online iDeal Dashboard. (Hash Key for testing has to differ from the key used for production)
  • iDeal URL : The address of your account’s iDeal site. Most banks require a test sequence before going live which can be done through the test URLs.
  • iDeal PSPID URL : The address of your account’s iDeal site.
  • iDeal urlSuccess : The URL iDeal should return your customer to after a successful payment, it would be wise to include ?wpsc_ajax_action=empty_cart at the end of the URL to automatically empty the shopping cart.
  • iDeal urlCancel : The URL iDeal should return your customer to after a cancelled payment.
  • iDeal urlError : The URL iDeal should return your customer to after a failed payment.
  • iDeal Currency : The currency used for your iDeal transactions.
  • iDeal Language : The language version of iDeal your customers should be directed to.
List of iDeal URLs

Below you will find a list of iDeal URLs for several banks. This list is not complete and any additions to it are greatly appreciated!

  • Rabobank Test: https://idealtest.rabobank.nl/ideal/mpiPayInitRabo.do
  • Rabobank Live: https://ideal.rabobank.nl/ideal/mpiPayInitRabo.do
  • ING Bank Test: https://idealtest.secure-ing.com/ideal/mpiPayInitIng.do
  • ING Bank Live: https://ideal.secure-ing.com/ideal/mpiPayInitIng.do
  • ABN Amro Internetkassa : https://internetkassa.abnamro.nl/ncol/prod/orderstandard.asp

评价

此插件暂无评价。

贡献者及开发者

“LDB WP e-Commerce iDeal” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

2.0.3

  • Bugs squashed.

2.0.2

  • Fix bug introduced in 2.0.1.

2.0.1

  • Added support for entering an alternate SubID.

2.0

  • Added support for the PSPID iDeal integrations ( ABN Amro Internetkassa, ABN Amro iDeal Easy etc. )
  • Some code optimizations.
  • Orders are now set to received when the customer is being forwarded to iDeal. The next major version of this plugin will bring payment verification if the iDeal version of choice supports this.

1.3

  • Added WP e-Commerce 3.8 compatibility
  • Some code optimizations.
  • Removed the listing for ABN Amro iDeal Easy support since they switched to the PSPID system.

1.2

  • Squashed a bug that prevented the settings from being loaded correctly.

1.1

  • Code optimization.
  • Added documentation and expanded the FAQ.
  • A special thanks goes out to Jochem Ruijgrok for providing some of the documentation!

1.0

  • First version of the plugin.