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

            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