Closed (fixed)
Project:
Ubercart AJAX Cart
Version:
6.x-2.0-alpha8
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Nov 2009 at 09:42 UTC
Updated:
20 Apr 2011 at 12:11 UTC
...when in fact there are items in the cart.
I first noticed that the block was working fine and showed several items in my cart. Then after just a page refresh the block would display "No product in cart".
This also started happening after clicking on links, say if I was in the cart section then I clicked on my store page link, after loading the store page the block would again return "No product in cart."
I am using drupal 6.14 and Ubercart 6.x-2.0
Comments
Comment #1
erik seifert commentedCould be a cache issue. Try with another browser ?
Comment #2
florissantti commentedI too get this same problem on all different browsers (firefox/safari/IE). It gets fixed when page caching is set from "normal" to "none."
Comment #3
erik seifert commentedI think best solution is to install http://drupal.org/project/cacheexclude and add following path:
uc_ajax_cart/*
Comment #4
bismigalis commentedI have the same problem. It is not only "No product in cart" at random, but previous state of ajax cart block at random e.g.
I had some products in the cart and after removing they appear on some pages etc.
I think this is becouse response on path 'uc_ajax_cart/show' is caching somehow somewhere, but I dont now where
solution in #3 didnt helped me
when general cache settings is off then module work like a charm
Comment #5
erik seifert commented@see
I think best solution is to install http://drupal.org/project/cacheexclude and add following path:
uc_ajax_cart/
Comment #6
bismigalis commentederikseifert thanx for trying help , but I uderstood just now this module not compatible with general cache setting on. This merely ajax-for-cool module. But I was need cache on for anonymous and therefor installed this module.
erikseifert thanx for cool module anyway, I will hack it for my needs
Comment #7
erik seifert commentedOk. Next alph8 version will have supprot for "normal" cache
Comment #8
erik seifert commentedPlease test ;- )
Comment #9
erik seifert commentedComment #10
tunicAlmost a year without comments so this bug seems to be fixed :)