Closed (duplicate)
Project:
Ubercart
Version:
5.x-1.0-alpha8
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2008 at 17:59 UTC
Updated:
19 Dec 2008 at 19:12 UTC
Currently, Drupal caches the shopping cart block for anonymous users resulting in phantom carts for subsequent visitors. The cart block should be modified to simply include a link to the cart view/checkout pages for anonymous users when page caching is turned on, but always display the full cart for authenticated users or when caching is turned off.
Comments
Comment #1
rszrama commentedMike in this post also recommended an AJAX solution where the cart could still be fully displayed when caching is enabled, just not in the standard page load. If someone gets a hankering to take care of that, I'd commit it, but I won't be pursuing that myself.
Comment #2
rszrama commentedOk... so, I was implementing a fix when I realized I couldn't duplicate the problem with any sort of caching settings. I'm marking this as "needs more info" until someone else comes along and can provide a description of how to break Ubercart with caching.
Comment #3
rszrama commented