Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento manual order creation in Admin, Payment Method Paypal express checkout is not visible

I am using magento with paypal express checkout.I have configured it.

But when I create the orders in admin I am not getting this option there. How can I do this? enter image description here

Please help.

like image 950
Mukesh Avatar asked Jan 18 '26 13:01

Mukesh


1 Answers

Most Magento payment methods does not support using it in admin. PayPal Express method does not support it also.

P.S. After creating order customer are redirected to PayPal. If you create order for customer he will not be redirected and can not pay for order. You need to search for payment method that allow repayment (link to pay).

Payment method has a parameter

protected $_canUseInternal              = false;

but changing it to true is not enought :)

like image 61
Юрий Николаев Avatar answered Jan 21 '26 07:01

Юрий Николаев