Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?
What is the meaning of [[:space:]] in bash?
Is this artwork (used in a video game) real?
What happens on Day 6?
Link of a singularity
Should I be able to keep my company purchased standing desk when I leave my job?
Alternator dying so junk car?
A scene of Jimmy diversity
Is the Gritty Realism variant incompatible with dungeon-based adventures?
What could be reasoning of male prison in VR world to only allow undershirt and sarong as nightwear to male prisoners
Why does FFmpeg choose 10+20+20 ms instead of an even 16 ms for 60 fps GIF images?
Sending a photo of my bank account card to the future employer
Advice for paying off student loans and auto loans now that I have my first 'real' job
If I stood next to a piece of metal heated to a million degrees, but in a perfect vacuum, would I feel hot?
What made Windows ME so crash-prone?
Can a dragon's breath weapon pass through Leomund's Tiny Hut?
Did 007 exist before James Bond?
Is there a source that says only 1/5th of the Jews will make it past the messiah?
Is it ethical for a company to ask its employees to move furniture on a weekend?
Why did Steve Rogers choose this character in Endgame?
Why don't commercial aircraft adopt a slightly more seaplane-like design to allow safer ditching in case of emergency?
Why did Spider-Man take a detour to Dorset?
Snaking a clogged tub drain
Can you perfectly wrap a cube with this blocky shape?
How could an animal "smell" carbon monoxide?
Magento 2 “No Payment Methods” in Admin New Order
How to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In a Magento 2.3.1 site, I have two third-party payment methods and PayPal Express Checkout enabled. On the frontend, the three works perfectly. But, when I am trying to create a new order on admin panel, the payment methods are not displayed when I click on Get shipping methods and rates
I tested enabled the method Check / Money Order in my developer environment, and this is displayed correctly:
What could be causing the other three not are displayed?
Thanks.
magento2 admin orders payment-methods
add a comment |
In a Magento 2.3.1 site, I have two third-party payment methods and PayPal Express Checkout enabled. On the frontend, the three works perfectly. But, when I am trying to create a new order on admin panel, the payment methods are not displayed when I click on Get shipping methods and rates
I tested enabled the method Check / Money Order in my developer environment, and this is displayed correctly:
What could be causing the other three not are displayed?
Thanks.
magento2 admin orders payment-methods
add a comment |
In a Magento 2.3.1 site, I have two third-party payment methods and PayPal Express Checkout enabled. On the frontend, the three works perfectly. But, when I am trying to create a new order on admin panel, the payment methods are not displayed when I click on Get shipping methods and rates
I tested enabled the method Check / Money Order in my developer environment, and this is displayed correctly:
What could be causing the other three not are displayed?
Thanks.
magento2 admin orders payment-methods
In a Magento 2.3.1 site, I have two third-party payment methods and PayPal Express Checkout enabled. On the frontend, the three works perfectly. But, when I am trying to create a new order on admin panel, the payment methods are not displayed when I click on Get shipping methods and rates
I tested enabled the method Check / Money Order in my developer environment, and this is displayed correctly:
What could be causing the other three not are displayed?
Thanks.
magento2 admin orders payment-methods
magento2 admin orders payment-methods
edited Jul 8 at 16:13
Smita Kagwade
41414 bronze badges
41414 bronze badges
asked Jul 8 at 15:51
Eliacim DAVILA - CENSEREEliacim DAVILA - CENSERE
3773 silver badges18 bronze badges
3773 silver badges18 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.
For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:
/**
* Payment Method feature
*
* @var bool
*/
protected $_canUseInternal = true;
That's why this is work for admin.
For express checkout this is disabled.
vendor/magento/module-paypal/Model/Express.php
/**
* Availability option
*
* @var bool
*/
protected $_canUseInternal = false;
You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.
– Eliacim DAVILA - CENSERE
Jul 8 at 16:57
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281246%2fmagento-2-no-payment-methods-in-admin-new-order%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.
For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:
/**
* Payment Method feature
*
* @var bool
*/
protected $_canUseInternal = true;
That's why this is work for admin.
For express checkout this is disabled.
vendor/magento/module-paypal/Model/Express.php
/**
* Availability option
*
* @var bool
*/
protected $_canUseInternal = false;
You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.
– Eliacim DAVILA - CENSERE
Jul 8 at 16:57
add a comment |
Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.
For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:
/**
* Payment Method feature
*
* @var bool
*/
protected $_canUseInternal = true;
That's why this is work for admin.
For express checkout this is disabled.
vendor/magento/module-paypal/Model/Express.php
/**
* Availability option
*
* @var bool
*/
protected $_canUseInternal = false;
You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.
– Eliacim DAVILA - CENSERE
Jul 8 at 16:57
add a comment |
Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.
For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:
/**
* Payment Method feature
*
* @var bool
*/
protected $_canUseInternal = true;
That's why this is work for admin.
For express checkout this is disabled.
vendor/magento/module-paypal/Model/Express.php
/**
* Availability option
*
* @var bool
*/
protected $_canUseInternal = false;
Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.
For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:
/**
* Payment Method feature
*
* @var bool
*/
protected $_canUseInternal = true;
That's why this is work for admin.
For express checkout this is disabled.
vendor/magento/module-paypal/Model/Express.php
/**
* Availability option
*
* @var bool
*/
protected $_canUseInternal = false;
answered Jul 8 at 16:45
Sohel RanaSohel Rana
25.1k3 gold badges47 silver badges65 bronze badges
25.1k3 gold badges47 silver badges65 bronze badges
You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.
– Eliacim DAVILA - CENSERE
Jul 8 at 16:57
add a comment |
You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.
– Eliacim DAVILA - CENSERE
Jul 8 at 16:57
You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.
– Eliacim DAVILA - CENSERE
Jul 8 at 16:57
You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.
– Eliacim DAVILA - CENSERE
Jul 8 at 16:57
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281246%2fmagento-2-no-payment-methods-in-admin-new-order%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown