. Hi everyone,
Using ajaxify.js on an e-commerce catalog page to refresh a cart view after some "Add to cart" button was clicked, I observe that the returned content often displays a cart view that is not up to date.
Does this come from the htmlhttprequest.js script from Twinhelix?
I assume either some caching or an asynchroneous nature of the ajax request.
The content returned by Ajax is an uncached MODx document, which itself contains an uncached snippet call to TreasureChest’s cart service.
So everything should be uncached.
Is there any trick to come over this problem?
J.
$(document).load().scrollTop(0);