0

Hi guys i have problem,

Sometimes we go to events and there we sell our products. I want to add this transactions into magento store. When i create new order i can add everything with out payment method. I try to add

protected $_canUseCheckout = false;
protected $_canUseForMultishipping = false;

to Checkmo.php file and

protected $_canUseInternal = true;
protected $_canUseCheckout = false;

into Purchaseorder.php file

It still doesn't work, how should i do now? I want to add pay in cash method or something like this. Thanks for help

Deep Kakkar
  • 5,831
  • 4
  • 39
  • 75
Sebazz
  • 11
  • 4

1 Answers1

0

In System > Config > SALES > Payment Methods activate Check / Money order.

(You might want to deactivate it afterwards if you don't want to appear on frontend. Or just hide it.)

Claudiu Creanga
  • 8,031
  • 10
  • 71
  • 110