Question

Where does Magento store payment method options in the database?
I looked around and did not find it.

Was it helpful?

Solution

If you're not talking about Paypal methods(which have named tables in database), Magento doesn't store payment methods information in database. There is a folder named payment under core/Mage, where you will find all the details regarding to the available payment methods in your magento installation in the form of files. I'd recommend starting with config.xml. Let me know if you need any more explaination on this one.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top