This extension allows shop owners to provide the payment method "DebitPayment" to their customers.
This extension allows shop owners to provide the payment method "DebitPayment" to their customers. This includes:
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
Open Software License (OSL 3.0)
(c) 2008-2014 Rouven Alexander Rieker / ITABS GmbH