Trying to reproduce “options is undefined” in customer-data:90Custom options disappearingParts of the shop not working anymore after going liveMulti-select select option value issue OptionsUndefined Component - Stack Trace Debugging?Magento 1.9.3.10 undefined offset in abstract fileSOLVED Magento 1.9 cannot place order “Some transactions have not been committed or rolled back”Debug problems on Mage::getSingleton('checkout/cart')->getQuote()Debugging customer session issues… tools?Customer information wrong in REST API Magento 2Customer not logging in though they registered successfully and details saved in db
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
How to have a sharp product image?
a sore throat vs a strep throat vs strep throat
Critique of timeline aesthetic
"Hidden" theta-term in Hamiltonian formulation of Yang-Mills theory
Coordinate my way to the name of the (video) game
Dynamic SOQL query relationship with field visibility for Users
Which big number is bigger?
How to denote matrix elements succinctly?
can anyone help me with this awful query plan?
Do I have an "anti-research" personality?
Why did C use the -> operator instead of reusing the . operator?
Re-entry to Germany after vacation using blue card
Rivers without rain
Pre-plastic human skin alternative
What's the polite way to say "I need to urinate"?
How can I practically buy stocks?
Pulling the rope with one hand is as heavy as with two hands?
Don’t seats that recline flat defeat the purpose of having seatbelts?
Checks user level and limit the data before saving it to mongoDB
How come there are so many candidates for the 2020 Democratic party presidential nomination?
Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?
Like totally amazing interchangeable sister outfits II: The Revenge
Function pointer with named arguments?
Trying to reproduce “options is undefined” in customer-data:90
Custom options disappearingParts of the shop not working anymore after going liveMulti-select select option value issue OptionsUndefined Component - Stack Trace Debugging?Magento 1.9.3.10 undefined offset in abstract fileSOLVED Magento 1.9 cannot place order “Some transactions have not been committed or rolled back”Debug problems on Mage::getSingleton('checkout/cart')->getQuote()Debugging customer session issues… tools?Customer information wrong in REST API Magento 2Customer not logging in though they registered successfully and details saved in db
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We are sporadically facing the following problem when on /checkout/cart/. As an effect, clicking on "Proceed to checkout" does not work.
We believe the proceeding is not working because of the following javascript error being logged:

The problem was reproducible on two machines, even after reloading the full page. But now is no longer.
I had a look at the code in line 90
getFromServer: function (sectionNames, forceNewSectionTimestamp)
var parameters;
sectionNames = sectionConfig.filterClientSideSections(sectionNames);
parameters = _.isArray(sectionNames) ?
sections: sectionNames.join(',')
: [];
parameters['force_new_section_timestamp'] = forceNewSectionTimestamp;
/** Line 90 **/ return $.getJSON(options.sectionLoadUrl, parameters).fail(function (jqXHR)
throw new Error(jqXHR);
);
};
So obviously the options are not loaded somehow -- but they are in the constructor, so how can this be?
Happy for any help.
debugging magento2.2.8
add a comment |
We are sporadically facing the following problem when on /checkout/cart/. As an effect, clicking on "Proceed to checkout" does not work.
We believe the proceeding is not working because of the following javascript error being logged:

The problem was reproducible on two machines, even after reloading the full page. But now is no longer.
I had a look at the code in line 90
getFromServer: function (sectionNames, forceNewSectionTimestamp)
var parameters;
sectionNames = sectionConfig.filterClientSideSections(sectionNames);
parameters = _.isArray(sectionNames) ?
sections: sectionNames.join(',')
: [];
parameters['force_new_section_timestamp'] = forceNewSectionTimestamp;
/** Line 90 **/ return $.getJSON(options.sectionLoadUrl, parameters).fail(function (jqXHR)
throw new Error(jqXHR);
);
};
So obviously the options are not loaded somehow -- but they are in the constructor, so how can this be?
Happy for any help.
debugging magento2.2.8
add a comment |
We are sporadically facing the following problem when on /checkout/cart/. As an effect, clicking on "Proceed to checkout" does not work.
We believe the proceeding is not working because of the following javascript error being logged:

The problem was reproducible on two machines, even after reloading the full page. But now is no longer.
I had a look at the code in line 90
getFromServer: function (sectionNames, forceNewSectionTimestamp)
var parameters;
sectionNames = sectionConfig.filterClientSideSections(sectionNames);
parameters = _.isArray(sectionNames) ?
sections: sectionNames.join(',')
: [];
parameters['force_new_section_timestamp'] = forceNewSectionTimestamp;
/** Line 90 **/ return $.getJSON(options.sectionLoadUrl, parameters).fail(function (jqXHR)
throw new Error(jqXHR);
);
};
So obviously the options are not loaded somehow -- but they are in the constructor, so how can this be?
Happy for any help.
debugging magento2.2.8
We are sporadically facing the following problem when on /checkout/cart/. As an effect, clicking on "Proceed to checkout" does not work.
We believe the proceeding is not working because of the following javascript error being logged:

The problem was reproducible on two machines, even after reloading the full page. But now is no longer.
I had a look at the code in line 90
getFromServer: function (sectionNames, forceNewSectionTimestamp)
var parameters;
sectionNames = sectionConfig.filterClientSideSections(sectionNames);
parameters = _.isArray(sectionNames) ?
sections: sectionNames.join(',')
: [];
parameters['force_new_section_timestamp'] = forceNewSectionTimestamp;
/** Line 90 **/ return $.getJSON(options.sectionLoadUrl, parameters).fail(function (jqXHR)
throw new Error(jqXHR);
);
};
So obviously the options are not loaded somehow -- but they are in the constructor, so how can this be?
Happy for any help.
debugging magento2.2.8
debugging magento2.2.8
asked 7 hours ago
AlexAlex
9,7851754115
9,7851754115
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%2f272624%2ftrying-to-reproduce-options-is-undefined-in-customer-data90%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%2f272624%2ftrying-to-reproduce-options-is-undefined-in-customer-data90%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