InterviewSolution
Saved Bookmarks
| 1. |
How we can add a custom payment method only enable for admin section in Magento? |
|
Answer» We can enable the custom PAYMENT METHOD only for ADMIN by to set $_canUseInternal to true and $_canUseCheckout to false. ExamplePLEASE UPDATE these given setting in your model.
|
|