Magento-module for showing payment methods dynamically in the one page checkout.
- Copy all content into your Magento root folder.
- Flush cache and Reindex.
- Enjoy!
- Show payment method based on customergroup.
- Show payment method based on preview selected shippingmethod.
Example configuration
{
"checkmo": {
"customer_groups": [1,2,0],
"shipping_methods": ["freeshipping_freeshipping"]
},
"ccsave": {
"customer_groups": [1,2,0],
"shipping_methods": ["freeshipping_freeshipping","flatrate_flatrate"]
}
}