Add to cart - Loader spins until timeout, but product was added quicklyGetting Reorder to ignore stock levels in magentoMagento custom add to cart doesnt update cart data until page refreshChrome and SSL: problem with login and cartMagento SOAP API Add to cart, how to add a grouped product?Shopping cart empties abruptly - cookies not persistingRedirect “Continue Shopping” Button to the Current Product Category it was added from?Smarter way to continuously update the cart in Magento 2How to Disable Customer Accounts/Sign In Without Breaking the Shopping Cart in Magento 2.0.4?Customer can't log in - redirect to login pageWhat settings control how long the products stay in cart for guests?
Why is の所 used after ドア in this sentence?
Why is the Apollo LEM ladder so far from the ground?
Dual-national, returning to US the day the US Passport expires; can he check in with airline on Dutch passport but reenter with expiring US passport?
How do I use JSON.generator to generate an unnamed array?
Desktop app status bar: Notification vs error message
Will this creature from Curse of Strahd reappear after being banished?
If an arcane trickster rogue uses his mage hand and makes it invisible, does that mean anything the hand picks up is also invisible?
Should I accept an invitation to give a talk from someone who might review my proposal?
Can a black hole formation be stopped or interrupted
Can I change the license of a forked project to the MIT if the license of the parent project has changed from the GPL to the MIT?
Should I bike or drive to work? (6.8 mi)
Did the Americans trade destroyers in the "destroyer deal" that they would later need themselves?
What do you call a flexible diving platform?
Is it safe if the neutral lead is exposed and disconnected?
Copying an existing HTML page and use it, is that against any copyright law?
(3 of 11: Akari) What is Pyramid Cult's Favorite Car?
Exploiting the delay when a festival ticket is scanned
Does Wolfram Mathworld make a mistake describing a discrete probability distribution with a probability density function?
How to efficiently shred a lot of cabbage?
Do the books ever say oliphaunts aren’t elephants?
What are the closest international airports in different countries?
Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?
How could Nomadic scholars effectively memorize libraries worth of information
Is there a way to know the composition of a Team GO Rocket before going into the fight?
Add to cart - Loader spins until timeout, but product was added quickly
Getting Reorder to ignore stock levels in magentoMagento custom add to cart doesnt update cart data until page refreshChrome and SSL: problem with login and cartMagento SOAP API Add to cart, how to add a grouped product?Shopping cart empties abruptly - cookies not persistingRedirect “Continue Shopping” Button to the Current Product Category it was added from?Smarter way to continuously update the cart in Magento 2How to Disable Customer Accounts/Sign In Without Breaking the Shopping Cart in Magento 2.0.4?Customer can't log in - redirect to login pageWhat settings control how long the products stay in cart for guests?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Magento Community 1.9.2.4
Systems were working until an extension from BSS Commerce (Defer Javascript) was installed and a couple of other internal small changes were made.
EDIT
The BSS Commerce replied stating that it is unlikely that after removing the extension, that the fault lies with their code as it doesn't update or re-write any other code.
It may have been that this was the trigger for some underlying issue that was simply waiting to appear...?
EDIT
Am having trouble tracking down exactly which element is causing the fault.
Defer Javascript has now been disabled and then removed (via FTP - the exact same way it was installed) - all cache flushed, compiler now disabled for testing purposes.
Only other changes are;
Cookie path and cookie domain fields empty (previously were "/" for path and "domain.co.uk" for Cookie Domain
These were changed as we started getting the login redirect loop problem on the backend. Not sure if that is linked to the defer javascript problem.
SSL certificate was installed by the server host company - everything appeared to be functioning correctly after this though.
Zend full page cache now disabled during testing.
Site is effectively dead - as customers get bored of waiting and leave!
Adding a product to the cart shows the AJAX loader spinning endlessly, but if a user clicks in the background - they find that the product has been added to the cart. The cart hasn't updated on the page, but if a user clicks the cart - or changes pages the cart updates with the item in there.
Prior to the changes, everything was working fine.
Anyone able to give a couple of suggestions as to what the cause might be how to track it down similar issues & how they fixed it.
Thanks :)
cart ajax shopping-cart timeout
add a comment |
Magento Community 1.9.2.4
Systems were working until an extension from BSS Commerce (Defer Javascript) was installed and a couple of other internal small changes were made.
EDIT
The BSS Commerce replied stating that it is unlikely that after removing the extension, that the fault lies with their code as it doesn't update or re-write any other code.
It may have been that this was the trigger for some underlying issue that was simply waiting to appear...?
EDIT
Am having trouble tracking down exactly which element is causing the fault.
Defer Javascript has now been disabled and then removed (via FTP - the exact same way it was installed) - all cache flushed, compiler now disabled for testing purposes.
Only other changes are;
Cookie path and cookie domain fields empty (previously were "/" for path and "domain.co.uk" for Cookie Domain
These were changed as we started getting the login redirect loop problem on the backend. Not sure if that is linked to the defer javascript problem.
SSL certificate was installed by the server host company - everything appeared to be functioning correctly after this though.
Zend full page cache now disabled during testing.
Site is effectively dead - as customers get bored of waiting and leave!
Adding a product to the cart shows the AJAX loader spinning endlessly, but if a user clicks in the background - they find that the product has been added to the cart. The cart hasn't updated on the page, but if a user clicks the cart - or changes pages the cart updates with the item in there.
Prior to the changes, everything was working fine.
Anyone able to give a couple of suggestions as to what the cause might be how to track it down similar issues & how they fixed it.
Thanks :)
cart ajax shopping-cart timeout
add a comment |
Magento Community 1.9.2.4
Systems were working until an extension from BSS Commerce (Defer Javascript) was installed and a couple of other internal small changes were made.
EDIT
The BSS Commerce replied stating that it is unlikely that after removing the extension, that the fault lies with their code as it doesn't update or re-write any other code.
It may have been that this was the trigger for some underlying issue that was simply waiting to appear...?
EDIT
Am having trouble tracking down exactly which element is causing the fault.
Defer Javascript has now been disabled and then removed (via FTP - the exact same way it was installed) - all cache flushed, compiler now disabled for testing purposes.
Only other changes are;
Cookie path and cookie domain fields empty (previously were "/" for path and "domain.co.uk" for Cookie Domain
These were changed as we started getting the login redirect loop problem on the backend. Not sure if that is linked to the defer javascript problem.
SSL certificate was installed by the server host company - everything appeared to be functioning correctly after this though.
Zend full page cache now disabled during testing.
Site is effectively dead - as customers get bored of waiting and leave!
Adding a product to the cart shows the AJAX loader spinning endlessly, but if a user clicks in the background - they find that the product has been added to the cart. The cart hasn't updated on the page, but if a user clicks the cart - or changes pages the cart updates with the item in there.
Prior to the changes, everything was working fine.
Anyone able to give a couple of suggestions as to what the cause might be how to track it down similar issues & how they fixed it.
Thanks :)
cart ajax shopping-cart timeout
Magento Community 1.9.2.4
Systems were working until an extension from BSS Commerce (Defer Javascript) was installed and a couple of other internal small changes were made.
EDIT
The BSS Commerce replied stating that it is unlikely that after removing the extension, that the fault lies with their code as it doesn't update or re-write any other code.
It may have been that this was the trigger for some underlying issue that was simply waiting to appear...?
EDIT
Am having trouble tracking down exactly which element is causing the fault.
Defer Javascript has now been disabled and then removed (via FTP - the exact same way it was installed) - all cache flushed, compiler now disabled for testing purposes.
Only other changes are;
Cookie path and cookie domain fields empty (previously were "/" for path and "domain.co.uk" for Cookie Domain
These were changed as we started getting the login redirect loop problem on the backend. Not sure if that is linked to the defer javascript problem.
SSL certificate was installed by the server host company - everything appeared to be functioning correctly after this though.
Zend full page cache now disabled during testing.
Site is effectively dead - as customers get bored of waiting and leave!
Adding a product to the cart shows the AJAX loader spinning endlessly, but if a user clicks in the background - they find that the product has been added to the cart. The cart hasn't updated on the page, but if a user clicks the cart - or changes pages the cart updates with the item in there.
Prior to the changes, everything was working fine.
Anyone able to give a couple of suggestions as to what the cause might be how to track it down similar issues & how they fixed it.
Thanks :)
cart ajax shopping-cart timeout
cart ajax shopping-cart timeout
edited May 25 '16 at 10:31
SkydiveNow
asked May 25 '16 at 10:10
SkydiveNowSkydiveNow
131 silver badge6 bronze badges
131 silver badge6 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Finally traced the root cause of the errors.
For others in a similar situation check the following, as this was what the problem was for me.
System -> Configuration -> MagentoTheme -> Ajaxcart Super : Using SSL (Set to YES)
I have an SSL redirect in effect, so any user that types http://www.example.com would be brought to https://example.com
For some reason this was the sole reason the configurable items wouldn't get added to the cart properly, but simple items could.
Hope it helps :)
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%2f116909%2fadd-to-cart-loader-spins-until-timeout-but-product-was-added-quickly%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
Finally traced the root cause of the errors.
For others in a similar situation check the following, as this was what the problem was for me.
System -> Configuration -> MagentoTheme -> Ajaxcart Super : Using SSL (Set to YES)
I have an SSL redirect in effect, so any user that types http://www.example.com would be brought to https://example.com
For some reason this was the sole reason the configurable items wouldn't get added to the cart properly, but simple items could.
Hope it helps :)
add a comment |
Finally traced the root cause of the errors.
For others in a similar situation check the following, as this was what the problem was for me.
System -> Configuration -> MagentoTheme -> Ajaxcart Super : Using SSL (Set to YES)
I have an SSL redirect in effect, so any user that types http://www.example.com would be brought to https://example.com
For some reason this was the sole reason the configurable items wouldn't get added to the cart properly, but simple items could.
Hope it helps :)
add a comment |
Finally traced the root cause of the errors.
For others in a similar situation check the following, as this was what the problem was for me.
System -> Configuration -> MagentoTheme -> Ajaxcart Super : Using SSL (Set to YES)
I have an SSL redirect in effect, so any user that types http://www.example.com would be brought to https://example.com
For some reason this was the sole reason the configurable items wouldn't get added to the cart properly, but simple items could.
Hope it helps :)
Finally traced the root cause of the errors.
For others in a similar situation check the following, as this was what the problem was for me.
System -> Configuration -> MagentoTheme -> Ajaxcart Super : Using SSL (Set to YES)
I have an SSL redirect in effect, so any user that types http://www.example.com would be brought to https://example.com
For some reason this was the sole reason the configurable items wouldn't get added to the cart properly, but simple items could.
Hope it helps :)
answered May 31 '16 at 12:27
SkydiveNowSkydiveNow
131 silver badge6 bronze badges
131 silver badge6 bronze badges
add a comment |
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%2f116909%2fadd-to-cart-loader-spins-until-timeout-but-product-was-added-quickly%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