'Customer email is required' error while checking out as guestCustomer email is required on facebook loginHow to get customer/guest user email address without using session in magentoMagento customer email missing in guest checkout, when using soap apierror while placing ordersales_order_save_after Observer is preventing the order from savingGuest user showing in customer list Magento 1.9magento 1.9 as guest Customer e-mail is required while it is filled incustomer email missing in ordersCustomer email is required pay via PayPal Express Checkout errorCommand disabled. The data is: No permission [CREATE]; Merchant
How would a physicist explain this starship engine?
Warped chessboard
Does George B Sperry logo on fold case for photos indicate photographer or case manufacturer?
Do seaplanes need to get clearance for takeoff?
How to use Screen Sharing if I don't know the remote Mac's IP address
Filter a file list against an integer array?
Was murdering a slave illegal in American slavery, and if so, what punishments were given for it?
How could the B-29 bomber back up under its own power?
Are there historical examples of audiences drawn to a work that was "so bad it's good"?
Is there a way to generate a mapping graph like this?
How do you cope with rejection?
What does it mean for a program to be 32 or 64 bit?
Is there a word for pant sleeves?
Circuit construction for execution of conditional statements using least significant bit
What causes a person to remain in this world as a ghost?
What to call a small, open stone or cement reservoir that supplies fresh water from a spring or other natural source?
How did Jean Parisot de Valette, 49th Grand Master of the Order of Malta, die?
How does the +1 Keen Composite Longbow (+2 Str) work?
Department head said that group project may be rejected. How to mitigate?
Separate the element after every 2nd ',' and push into next row in bash
1950s or earlier book with electrical currents living on Pluto
Does science define life as "beginning at conception"?
Is my company merging branches wrong?
Do most Taxis give Receipts in London?
'Customer email is required' error while checking out as guest
Customer email is required on facebook loginHow to get customer/guest user email address without using session in magentoMagento customer email missing in guest checkout, when using soap apierror while placing ordersales_order_save_after Observer is preventing the order from savingGuest user showing in customer list Magento 1.9magento 1.9 as guest Customer e-mail is required while it is filled incustomer email missing in ordersCustomer email is required pay via PayPal Express Checkout errorCommand disabled. The data is: No permission [CREATE]; Merchant
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am getting an error 'Customer email is required' when clicking on Place Order button while checking out using guest account.
How to fix this?
magento-1.9
add a comment |
I am getting an error 'Customer email is required' when clicking on Place Order button while checking out using guest account.
How to fix this?
magento-1.9
add a comment |
I am getting an error 'Customer email is required' when clicking on Place Order button while checking out using guest account.
How to fix this?
magento-1.9
I am getting an error 'Customer email is required' when clicking on Place Order button while checking out using guest account.
How to fix this?
magento-1.9
magento-1.9
asked Sep 27 '16 at 12:01
SeefanSeefan
317313
317313
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Thought you checkout as guest magento store your information in customer table,
so It is compulsory to customer to enter email
though it is a guest checkout.
Yes email field is required and i am adding email on billing form.
– Seefan
Sep 27 '16 at 12:54
add a comment |
This suggests that the email attribute isn't being saved correctly.
You haven't mentioned whether
it's flagged in an in-page validation (i.e. the field is highlighted), or
in a post-process error message (the page reloads and an error message is displayed).
These two circumstances would require vastly different solutions.
On clicking Place Order button it calls onepage controllers saveOrder function using ajax and on return popup shows with text Customer Email is required.
– Seefan
Sep 27 '16 at 12:53
If order for better debugging, you'll need to provide much more detailed information. We'll need to know if you are using any custom or third-party checkout modules, and if any attribute modification has happened during the production of the store. This could also be an issue with the template, so I'll try and cover all bases in my answer.
– Harpal Singh
Sep 27 '16 at 12:56
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%2f138255%2fcustomer-email-is-required-error-while-checking-out-as-guest%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thought you checkout as guest magento store your information in customer table,
so It is compulsory to customer to enter email
though it is a guest checkout.
Yes email field is required and i am adding email on billing form.
– Seefan
Sep 27 '16 at 12:54
add a comment |
Thought you checkout as guest magento store your information in customer table,
so It is compulsory to customer to enter email
though it is a guest checkout.
Yes email field is required and i am adding email on billing form.
– Seefan
Sep 27 '16 at 12:54
add a comment |
Thought you checkout as guest magento store your information in customer table,
so It is compulsory to customer to enter email
though it is a guest checkout.
Thought you checkout as guest magento store your information in customer table,
so It is compulsory to customer to enter email
though it is a guest checkout.
edited Sep 27 '16 at 12:21
Qaisar Satti
27.4k1260110
27.4k1260110
answered Sep 27 '16 at 12:12
Murtuza ZabuawalaMurtuza Zabuawala
12.8k73363
12.8k73363
Yes email field is required and i am adding email on billing form.
– Seefan
Sep 27 '16 at 12:54
add a comment |
Yes email field is required and i am adding email on billing form.
– Seefan
Sep 27 '16 at 12:54
Yes email field is required and i am adding email on billing form.
– Seefan
Sep 27 '16 at 12:54
Yes email field is required and i am adding email on billing form.
– Seefan
Sep 27 '16 at 12:54
add a comment |
This suggests that the email attribute isn't being saved correctly.
You haven't mentioned whether
it's flagged in an in-page validation (i.e. the field is highlighted), or
in a post-process error message (the page reloads and an error message is displayed).
These two circumstances would require vastly different solutions.
On clicking Place Order button it calls onepage controllers saveOrder function using ajax and on return popup shows with text Customer Email is required.
– Seefan
Sep 27 '16 at 12:53
If order for better debugging, you'll need to provide much more detailed information. We'll need to know if you are using any custom or third-party checkout modules, and if any attribute modification has happened during the production of the store. This could also be an issue with the template, so I'll try and cover all bases in my answer.
– Harpal Singh
Sep 27 '16 at 12:56
add a comment |
This suggests that the email attribute isn't being saved correctly.
You haven't mentioned whether
it's flagged in an in-page validation (i.e. the field is highlighted), or
in a post-process error message (the page reloads and an error message is displayed).
These two circumstances would require vastly different solutions.
On clicking Place Order button it calls onepage controllers saveOrder function using ajax and on return popup shows with text Customer Email is required.
– Seefan
Sep 27 '16 at 12:53
If order for better debugging, you'll need to provide much more detailed information. We'll need to know if you are using any custom or third-party checkout modules, and if any attribute modification has happened during the production of the store. This could also be an issue with the template, so I'll try and cover all bases in my answer.
– Harpal Singh
Sep 27 '16 at 12:56
add a comment |
This suggests that the email attribute isn't being saved correctly.
You haven't mentioned whether
it's flagged in an in-page validation (i.e. the field is highlighted), or
in a post-process error message (the page reloads and an error message is displayed).
These two circumstances would require vastly different solutions.
This suggests that the email attribute isn't being saved correctly.
You haven't mentioned whether
it's flagged in an in-page validation (i.e. the field is highlighted), or
in a post-process error message (the page reloads and an error message is displayed).
These two circumstances would require vastly different solutions.
edited Sep 27 '16 at 12:32
answered Sep 27 '16 at 12:24
Harpal SinghHarpal Singh
14
14
On clicking Place Order button it calls onepage controllers saveOrder function using ajax and on return popup shows with text Customer Email is required.
– Seefan
Sep 27 '16 at 12:53
If order for better debugging, you'll need to provide much more detailed information. We'll need to know if you are using any custom or third-party checkout modules, and if any attribute modification has happened during the production of the store. This could also be an issue with the template, so I'll try and cover all bases in my answer.
– Harpal Singh
Sep 27 '16 at 12:56
add a comment |
On clicking Place Order button it calls onepage controllers saveOrder function using ajax and on return popup shows with text Customer Email is required.
– Seefan
Sep 27 '16 at 12:53
If order for better debugging, you'll need to provide much more detailed information. We'll need to know if you are using any custom or third-party checkout modules, and if any attribute modification has happened during the production of the store. This could also be an issue with the template, so I'll try and cover all bases in my answer.
– Harpal Singh
Sep 27 '16 at 12:56
On clicking Place Order button it calls onepage controllers saveOrder function using ajax and on return popup shows with text Customer Email is required.
– Seefan
Sep 27 '16 at 12:53
On clicking Place Order button it calls onepage controllers saveOrder function using ajax and on return popup shows with text Customer Email is required.
– Seefan
Sep 27 '16 at 12:53
If order for better debugging, you'll need to provide much more detailed information. We'll need to know if you are using any custom or third-party checkout modules, and if any attribute modification has happened during the production of the store. This could also be an issue with the template, so I'll try and cover all bases in my answer.
– Harpal Singh
Sep 27 '16 at 12:56
If order for better debugging, you'll need to provide much more detailed information. We'll need to know if you are using any custom or third-party checkout modules, and if any attribute modification has happened during the production of the store. This could also be an issue with the template, so I'll try and cover all bases in my answer.
– Harpal Singh
Sep 27 '16 at 12:56
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%2f138255%2fcustomer-email-is-required-error-while-checking-out-as-guest%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