=== Plugin Name === Contributors: ldebrouwer Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MYF3W8N6QWXCJ Tags: wp e-commerce, e-commerce, webshop, ideal, rabobank, abn amro, ing Requires at least: 2.8 Tested up to: 3.0.2 Stable tag: 1.2 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. == Description == 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. == Installation == 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. == Frequently Asked Questions == = 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` to solve the problem. = Description of the main settings = * Display Name : Name of the payment method as mentioned on your site. * iDEAL MerchantID : Your iDEAL ID number, 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 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 == Screenshots == 1. The configuration panel in Store > Settings > Payment Options. == Changelog == = 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.