Detect if customer already exists when placing an order from adminHow to Get order data after placing the order in checkoutin magento 2 how can I redirect customer to bank payment url after placing the order?Get customer address id from ordermagento 2 place order programmatically from controllerMagento 2.2 Create Order for customer from frontend As Sales Repmagento 2 exit without placing order sales_order_place_before event observerMagento 2.2.6 Change 'From' field of magento contact form email to the senderHow to create Search “Textfield” filter in admin grid | Magento 2Magento 2 - Duplicate Order Issuehow to Placed order as another customer in Magento 2 checkout
Combinations of multiple lists
What mechanic is there to disable a threat instead of killing it?
Is it possible to create light that imparts a greater proportion of its energy as momentum rather than heat?
Why is Collection not simply treated as Collection<?>
I Accidentally Deleted a Stock Terminal Theme
Why doesn't H₄O²⁺ exist?
Anagram holiday
Emailing HOD to enhance faculty application
Is the Joker left-handed?
Blender 2.8 I can't see vertices, edges or faces in edit mode
AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?
How is it possible to have an ability score that is less than 3?
What is going on with Captain Marvel's blood colour?
Can a rocket refuel on Mars from water?
Could gravitational lensing be used to protect a spaceship from a laser?
Is "remove commented out code" correct English?
How can I fix/modify my tub/shower combo so the water comes out of the showerhead?
Is there a hemisphere-neutral way of specifying a season?
In a spin, are both wings stalled?
Do I have a twin with permutated remainders?
Is it legal for company to use my work email to pretend I still work there?
Is it canonical bit space?
What's the point of deactivating Num Lock on login screens?
What do you call someone who asks many questions?
Detect if customer already exists when placing an order from admin
How to Get order data after placing the order in checkoutin magento 2 how can I redirect customer to bank payment url after placing the order?Get customer address id from ordermagento 2 place order programmatically from controllerMagento 2.2 Create Order for customer from frontend As Sales Repmagento 2 exit without placing order sales_order_place_before event observerMagento 2.2.6 Change 'From' field of magento contact form email to the senderHow to create Search “Textfield” filter in admin grid | Magento 2Magento 2 - Duplicate Order Issuehow to Placed order as another customer in Magento 2 checkout
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Can I implement an ajaxcheck that will fire as soon as the email address is entered when an order is placed for a new customer from the admin in Magento 2? This is meant as a safeguard for placing an order for a customer that already exists.
Currently, the check will happen after the 'Submit Order' button is pressed and if the customer exists all the order information needs to be input again after selecting that customer from the customer grid.
magento2
add a comment |
Can I implement an ajaxcheck that will fire as soon as the email address is entered when an order is placed for a new customer from the admin in Magento 2? This is meant as a safeguard for placing an order for a customer that already exists.
Currently, the check will happen after the 'Submit Order' button is pressed and if the customer exists all the order information needs to be input again after selecting that customer from the customer grid.
magento2
add a comment |
Can I implement an ajaxcheck that will fire as soon as the email address is entered when an order is placed for a new customer from the admin in Magento 2? This is meant as a safeguard for placing an order for a customer that already exists.
Currently, the check will happen after the 'Submit Order' button is pressed and if the customer exists all the order information needs to be input again after selecting that customer from the customer grid.
magento2
Can I implement an ajaxcheck that will fire as soon as the email address is entered when an order is placed for a new customer from the admin in Magento 2? This is meant as a safeguard for placing an order for a customer that already exists.
Currently, the check will happen after the 'Submit Order' button is pressed and if the customer exists all the order information needs to be input again after selecting that customer from the customer grid.
magento2
magento2
asked yesterday
user28163user28163
162
162
add a comment |
add a comment |
0
active
oldest
votes
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%2f268632%2fdetect-if-customer-already-exists-when-placing-an-order-from-admin%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f268632%2fdetect-if-customer-already-exists-when-placing-an-order-from-admin%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