Question

i need help for payment method, is showing on the backend but not in the frontend this is the url for the module that am using

http://www.junaidbhura.com/how-to-make-a-custom-magento-payment-extension-for-an-external-gateway/

can please somebody help me with this..(magento 1.7.0.2)

Regards

Was it helpful?

Solution

In your Model/Standard.php, add one more protected variable,

protected $_canUseCheckout = true;

This should show the payment method in frontend.

FYI, $_canUseInternal when set is used to display payment method in backend.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top