This extension allows shop owners to provide the payment method "DebitPayment" to their customers.
- version: 1.1.4
- extension key: DebitPayment
- extension on Magento Connect
- Magento Connect 1.0 extension key: magento-community/DebitPayment
- Magento Connect 2.0 extension key: http://connect20.magentocommerce.com/community/DebitPayment
- extension on GitHub
This extension allows shop owners to provide the payment method "DebitPayment" to their customers. This includes:
- Complete order via DebitPayment
- Choose between DebitPayment via normal bank data or via SEPA data
- Find the correct German bank name given by the entered routing number
- Save account data encrypted in database to pre-fill checkout fields on further checkouts
- Export all DebitPayment orders as CSV file or DTAUS file
- SEPA Mandate PDF generation
- PHP >= 5.3.0
- PHP class ZipArchive
- Magento >= 1.6
- Versions below should work to version 1.4 without any problems but it is not actively tested.
- Install the extension via Magento Connect with the key shown above or copy all the files into your document root.
- Clear the cache, logout from the admin panel and then login again.
- You can now enable the payment method via System -> Configuration -> Sales -> Payment -> DebitPayment
To uninstall this extension you need to run the following SQL after removing the extension files:
DELETE FROM `core_config_data` WHERE path LIKE 'payment/debit/%';
DELETE FROM `core_config_data` WHERE path LIKE 'debitpayment/%';
DELETE FROM `core_resource` WHERE code = 'debit_setup';
DELETE FROM `eav_attribute` WHERE attribute_code = 'debit_payment_acount_update';
DELETE FROM `eav_attribute` WHERE attribute_code = 'debit_payment_acount_name';
DELETE FROM `eav_attribute` WHERE attribute_code = 'debit_payment_acount_number';
DELETE FROM `eav_attribute` WHERE attribute_code = 'debit_payment_acount_blz';
DELETE FROM `eav_attribute` WHERE attribute_code = 'debit_payment_account_swift';
DELETE FROM `eav_attribute` WHERE attribute_code = 'debit_payment_account_iban';
DROP TABLE `debit_order_grid`;
If you have any issues or you are missing an feature with this extension, please open an issue on GitHub. Thank you.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Rouven Alexander Rieker
- Website: http://rouven-rieker.com
- Twitter: @therouv
Open Software License (OSL 3.0)
(c) 2008-2014 Rouven Alexander Rieker / ITABS GmbH