Coder Social home page Coder Social logo

paymentfilter's Introduction

This is the Readme for the Magento extension PaymentFilter.

This module enables you to select which payment methods are available for every customer and customer group. Also, Payment methods can be disabled for specific products. A customer can only use the payment methods during checkout available to his (customer group OR himself) AND not disabled for the products in the shopping cart.

This extension supports Magento 1.3 through 1.9.

It was created by Vinai Kopp http://netzarbeiter.com/ for Rico Neitzel (http://buro71a.de/).

After installing this extension you have to configure the payment methods available to each customer group. You do that in the admin interface under Customers > Customer Groups. The default is NONE, so if you don't do that NO payment methods will be available and customers will not be able to check out.

The default for products is to allow ALL payment methods, so you only have to configure the payment methods available to every group. Only change the product level payment method configuration if you want to disable one or more for a specific products.

Disable Extension

The whole extension can be disabled in "System > Config > Sales > Checkout" on a Global or Website scope.

Uninstall

If you ever uninstall the extension (I don't hope so ;)) your site will be broken, because Magento doesn't support database updates on uninstalls to remove attributes.

To fix the error, execute the following SQL:

DELETE FROM `eav_attribute` WHERE attribute_code = 'product_payment_methods';
DELETE FROM `core_resource` WHERE code = 'payfilter_setup';
ALTER TABLE `customer_group` DROP `allowed_payment_methods';

IMPORTANT! Then clear the magento cache.

This module replaces the extension RicoNeitzel_CGroupPayments that only included the option to filter by customer groups. That module is no longer continued. Please install this module instead.

Maintainer

If you have ideas for improvements or find bugs, please send them to [email protected], with RicoNeitzel_PaymentFilter as part of the subject line.

License

This module is licensed under OSL-3.0

paymentfilter's People

Contributors

vinai avatar schrank avatar riconeitzel avatar quafzi avatar schmengler avatar hhirsch avatar tdgroot avatar

Watchers

kovach avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.