cancel
Showing results for 
Search instead for 
Did you mean: 

Add payment method just in Admin

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Add payment method just in Admin

I want to add an offline payment such as PO method so that it appears just in the admin and not in the front end.

 

Is there a way to do that?

 

1 REPLY 1

Re: Add payment method just in Admin

Hi @tekhoi,


I guess you should create your own simple payment mehtod module.

Then you should check these properties for the payment model:

 

//You won't allow method to be used on checkout
protected $_canUseCheckout = false;

//You allow the module to be used on adminhtml
protected $_canUseInternal = true;