Magento 2 - Stuck Checkout loader and Javascript errorError “Cannot read property 'indexedOptions' ” when removing Company field (Remove checkout field)Another prototype jquery conflict issue I thinkOnepage checkout error: Uncaught TypeError: Cannot read property 'style' of nullMagento 2 | Minicart does not work after template overrideMagento 2 error in swatchRenderer.jsCheckout loader overlay not disappearing after page load completionUncaught TypeError: Cannot read property 'apply' of undefined at Function.ko.observableArray.fn.(anonymous function) [as push]Uncaught TypeError: Cannot read property 'top' of undefined at step-navigator.jsPassword Strength Meter - Uncaught TypeError: Cannot read property 'toLowerCase' of undefinedCheckout stuck with loader: Cannot read property 'indexedOptions' of undefinedConfigurable options (size and color) not load

Has the Hulk always been able to talk?

In Russian, how do you idiomatically express the idea of the figurative "overnight"?

Do I add my skill check modifier to the roll of 15 granted by Glibness?

Why is "breaking the mould" positively connoted?

Why does sound not move through a wall?

In Stroustrup's example, what does this colon mean in `return 1 : 2`? It's not a label or ternary operator

60s/70s science fiction novel where a man (after years of trying) finally succeeds to make a coin levitate by sheer concentration

What is a smasher?

IP addresses from public IP block in my LAN

Point of the Dothraki's attack in GoT S8E3?

What does this wavy downward arrow preceding a piano chord mean?

My advisor talks about me to his colleague

Decoupling cap routing on a 4 layer PCB

How did the Venus Express detect lightning?

SafeCracker #3 - We've Been Blocked

Shutter speed -vs- effective image stabilisation

How to use dependency injection and avoid temporal coupling?

Did we get closer to another plane than we were supposed to, or was the pilot just protecting our delicate sensibilities?

How long would it take for people to notice a mass disappearance?

Where is the documentation for this ex command?

Should I decline this job offer that requires relocating to an area with high cost of living?

Are there any of the Children of the Forest left, or are they extinct?

Manager is threatening to grade me poorly if I don't complete the project

How to safely wipe a USB flash drive



Magento 2 - Stuck Checkout loader and Javascript error


Error “Cannot read property 'indexedOptions' ” when removing Company field (Remove checkout field)Another prototype jquery conflict issue I thinkOnepage checkout error: Uncaught TypeError: Cannot read property 'style' of nullMagento 2 | Minicart does not work after template overrideMagento 2 error in swatchRenderer.jsCheckout loader overlay not disappearing after page load completionUncaught TypeError: Cannot read property 'apply' of undefined at Function.ko.observableArray.fn.(anonymous function) [as push]Uncaught TypeError: Cannot read property 'top' of undefined at step-navigator.jsPassword Strength Meter - Uncaught TypeError: Cannot read property 'toLowerCase' of undefinedCheckout stuck with loader: Cannot read property 'indexedOptions' of undefinedConfigurable options (size and color) not load






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I recently upgraded from Magento 2.0.7 to Magento 2.1.2



After the upgrade, I keep running into this issue with a stuck checkout loader and the following javascript error message when I begin the checkout process:




region.js:59 Uncaught TypeError: Cannot read property 'indexedOptions'
of undefined




I have cleared cache, static-content, and so forth with no avail on fixing the problem. Not sure how to go about fixing this issue.



I attached an image of what is happening, and a screen grab of the javascript error presented by the console on the browser.



enter image description here



enter image description here










share|improve this question






















  • How have you modified your shops checkout page? Have you use modules or theme? Can you turn them off and that may be narrows down the source of the problem - it is first thing to do at least when debbuging wp page.

    – user3748173
    Dec 20 '16 at 0:11

















3















I recently upgraded from Magento 2.0.7 to Magento 2.1.2



After the upgrade, I keep running into this issue with a stuck checkout loader and the following javascript error message when I begin the checkout process:




region.js:59 Uncaught TypeError: Cannot read property 'indexedOptions'
of undefined




I have cleared cache, static-content, and so forth with no avail on fixing the problem. Not sure how to go about fixing this issue.



I attached an image of what is happening, and a screen grab of the javascript error presented by the console on the browser.



enter image description here



enter image description here










share|improve this question






















  • How have you modified your shops checkout page? Have you use modules or theme? Can you turn them off and that may be narrows down the source of the problem - it is first thing to do at least when debbuging wp page.

    – user3748173
    Dec 20 '16 at 0:11













3












3








3


2






I recently upgraded from Magento 2.0.7 to Magento 2.1.2



After the upgrade, I keep running into this issue with a stuck checkout loader and the following javascript error message when I begin the checkout process:




region.js:59 Uncaught TypeError: Cannot read property 'indexedOptions'
of undefined




I have cleared cache, static-content, and so forth with no avail on fixing the problem. Not sure how to go about fixing this issue.



I attached an image of what is happening, and a screen grab of the javascript error presented by the console on the browser.



enter image description here



enter image description here










share|improve this question














I recently upgraded from Magento 2.0.7 to Magento 2.1.2



After the upgrade, I keep running into this issue with a stuck checkout loader and the following javascript error message when I begin the checkout process:




region.js:59 Uncaught TypeError: Cannot read property 'indexedOptions'
of undefined




I have cleared cache, static-content, and so forth with no avail on fixing the problem. Not sure how to go about fixing this issue.



I attached an image of what is happening, and a screen grab of the javascript error presented by the console on the browser.



enter image description here



enter image description here







magento2 checkout javascript






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 19 '16 at 18:13









Noemi QuezadaNoemi Quezada

519930




519930












  • How have you modified your shops checkout page? Have you use modules or theme? Can you turn them off and that may be narrows down the source of the problem - it is first thing to do at least when debbuging wp page.

    – user3748173
    Dec 20 '16 at 0:11

















  • How have you modified your shops checkout page? Have you use modules or theme? Can you turn them off and that may be narrows down the source of the problem - it is first thing to do at least when debbuging wp page.

    – user3748173
    Dec 20 '16 at 0:11
















How have you modified your shops checkout page? Have you use modules or theme? Can you turn them off and that may be narrows down the source of the problem - it is first thing to do at least when debbuging wp page.

– user3748173
Dec 20 '16 at 0:11





How have you modified your shops checkout page? Have you use modules or theme? Can you turn them off and that may be narrows down the source of the problem - it is first thing to do at least when debbuging wp page.

– user3748173
Dec 20 '16 at 0:11










1 Answer
1






active

oldest

votes


















0














From your error may be you have override



MagentoCheckoutBlockCheckoutLayoutProcessor



in your module check this question it will help you and add code of your override file.



Error “Cannot read property 'indexedOptions' ” when removing Company field (Remove checkout field)






share|improve this answer

























    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%2f150995%2fmagento-2-stuck-checkout-loader-and-javascript-error%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









    0














    From your error may be you have override



    MagentoCheckoutBlockCheckoutLayoutProcessor



    in your module check this question it will help you and add code of your override file.



    Error “Cannot read property 'indexedOptions' ” when removing Company field (Remove checkout field)






    share|improve this answer





























      0














      From your error may be you have override



      MagentoCheckoutBlockCheckoutLayoutProcessor



      in your module check this question it will help you and add code of your override file.



      Error “Cannot read property 'indexedOptions' ” when removing Company field (Remove checkout field)






      share|improve this answer



























        0












        0








        0







        From your error may be you have override



        MagentoCheckoutBlockCheckoutLayoutProcessor



        in your module check this question it will help you and add code of your override file.



        Error “Cannot read property 'indexedOptions' ” when removing Company field (Remove checkout field)






        share|improve this answer















        From your error may be you have override



        MagentoCheckoutBlockCheckoutLayoutProcessor



        in your module check this question it will help you and add code of your override file.



        Error “Cannot read property 'indexedOptions' ” when removing Company field (Remove checkout field)







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 13 '17 at 12:54









        Community

        1




        1










        answered Dec 20 '16 at 8:13









        chiragchirag

        2,1711830




        2,1711830



























            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%2f150995%2fmagento-2-stuck-checkout-loader-and-javascript-error%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

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

            Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

            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?