PaymentFilter for Products and Customer Groups
Please note that this extension is provided as is. It is recommended to always backup your installation prior to usage.
| Created | |
| Last Updated | Fri, April 24, 2009 |
| Version | 0.1.3beta |
| Compatibility | Magento 1.2.x |
| Stability | beta |
| Locales available in this package | English (United States) - en_US, German (Germany) - de_DE |
| Downloads | 2436 |
| Community Rating | |
| Categories | Payment Gateways, Catalog, Admin |
| License Type | Open Software License (OSL) |
| Tags | filter, products, payment, customer groups |
Overview
Enables you to limit payment method based on selection for customer groups or single products.
With this Plugin you'll find within System -> Configuration -> Checkout and Customers -> Customer Groups and within each price-section of a product a new section where you can filter for different payment methods.
After Installation you have to setup your customer groups to ENABLE for each payment method.
On the other hand products have the ability to DISABLE single payment methods.
Please remove old version of "cGroupPayments" and execute the following SQLstatement inside you database:
ALTER TABLE `customer_group` DROP `allowed_payment_methods`; to remove old table columns.
Thanks to Netzarbeiter Vinai Kopp and Medienagenten for Sponsorship of the preliminary module!
After Installation you have to setup your customer groups to ENABLE for each payment method.
On the other hand products have the ability to DISABLE single payment methods.
Please remove old version of "cGroupPayments" and execute the following SQLstatement inside you database:
ALTER TABLE `customer_group` DROP `allowed_payment_methods`; to remove old table columns.
Thanks to Netzarbeiter Vinai Kopp and Medienagenten for Sponsorship of the preliminary module!

