Closed (fixed)
Project:
Ubercart AJAX Cart
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2013 at 02:06 UTC
Updated:
21 Jan 2013 at 19:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
stewart.adam commented#1881758: 6.2.2 works only with caching OFF has been marked as a duplicate of this issue.
I can't reproduce this as an authenticated user, but I can as anonymous. Can you confirm this?
Comment #2
stewart.adam commentedYeah, sorry about this... I was surprised to see this bug reported since I had tested this and fixed this exact issue on a local machine a few days ago, but it looks like I never pushed to git after my committing the changes.
Attached patch should resolve the issues, please try dev for Jan. 07 when it becomes available to test. If you can confirm that it works for you too, I'll release this as 6.x-2.3 ASAP.
Comment #3
loparr commentedHello,
This patch fixes the issue for anonymous user with caching enabled. Thank you.
However, I noticed that the message 'loading cart' no longer appears after visiting new cached page. The cart block shows now only a link to the cart page for a moment until cart block is loaded. But I think this is not any serious issue.
Thank you.
Comment #4
stewart.adam commented6.x-2.3 queued for release. I've also modified it so that the view cart link is in a noscript tag, so users with JavaScript will see 'Loading cart...' once again. Thanks for the attention to detail!