'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;








2















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?










share|improve this question




























    2















    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?










    share|improve this question
























      2












      2








      2








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 27 '16 at 12:01









      SeefanSeefan

      317313




      317313




















          2 Answers
          2






          active

          oldest

          votes


















          0














          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.






          share|improve this answer

























          • Yes email field is required and i am adding email on billing form.

            – Seefan
            Sep 27 '16 at 12:54


















          0














          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.






          share|improve this answer

























          • 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












          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
          );



          );













          draft saved

          draft discarded


















          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









          0














          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.






          share|improve this answer

























          • Yes email field is required and i am adding email on billing form.

            – Seefan
            Sep 27 '16 at 12:54















          0














          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.






          share|improve this answer

























          • Yes email field is required and i am adding email on billing form.

            – Seefan
            Sep 27 '16 at 12:54













          0












          0








          0







          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.






          share|improve this answer















          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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

















          • 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













          0














          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.






          share|improve this answer

























          • 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
















          0














          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.






          share|improve this answer

























          • 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














          0












          0








          0







          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.






          share|improve this answer















          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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


















          • 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


















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form