Hello There
when I click add to cart I see Just loading icon >> waiting without any result or effect
what is the problem and solution
Thanks...

Comments

ayalsule’s picture

Priority: Normal » Critical
arbel’s picture

same issue here.

erik seifert’s picture

Please provide me an URL. I need more informations.

arbel’s picture

I upgraded to the alpha 2 and it works great...

ayalsule’s picture

fixed? with new version?

ayalsule’s picture

not worked even with alpha

there is no Ajax effect

pieterdc’s picture

Status: Active » Postponed (maintainer needs more info)

As erikseifert states: we need more info to be able to help you.

Can you provide an url where we can see your site?
Which browser and version do you use?

jlockhart’s picture

I think I'm having this problem too. The cart works fine for logged in users, but for anonymous users all I see is "Loading cart" I've been trying to track down what's causing this, but with little luck. I'm running Drupal 6.16, Ubercart 6.x-2.2 and AJAX cart 6.x-2.0-beta2. When I try to view a page in IE8 I see the following error

'jQuery.blockUI.defaults' is null or not an object
uc_ajax_cart.js        Line:4
Code: 0                  Char:2

Any help would be appreciated.

jlockhart’s picture

Status: Postponed (maintainer needs more info) » Active

After playing around with this a bit. When I turn off support for anonymous users checkbox, I get the Load Cart link which works. However, the only reason I want to use this module is to show the cart contents for anonymous users/cached pages. Requiring the user to click a link to see their cart isn't very user friendly. As soon as I re-enable the anonymous support, I get the Loading Cart text and nothing else. Still trying to trouble shoot this, but any help would be great.

jlockhart’s picture

Ok, more trouble shooting... I've gotten the cart to work, but I had to hack to do it. I commented out these lines, and the error no longer shows, and the cart loads in IE8 and Firefox.

file:  uc_ajax_cart.js

lines 5 & 6
jQuery.blockUI.defaults.growlCSS.opacity = 1;
jQuery.blockUI.defaults.timeout = Drupal.settings.uc_ajax_cart.TIMEOUT;

lines 61 to 66 inside function ajaxCartCheckCartToggle()

if ( jQuery.cookie('ajax-cart-visible') == '1' )
{
	jQuery('#ajaxCartUpdate #cart-block-contents-ajax').show();
} else {
	jQuery('#ajaxCartUpdate #cart-block-contents-ajax').hide();
}

Unfortunately, I'm not savvy enough to know where to go from here in order to actually fix the problem rather that just hack it. Hope this information helps.

tunic’s picture

Assigned: ayalsule » tunic

I'll check this bug using IE8, expect news soon.

ayalsule’s picture

Sorry,I could not provide additional information because the project canceled
but I will work on similar project after few days and absolutely I will use this module , Thanks @jhenson .

tunic’s picture

Status: Active » Fixed

Js layer has been completely polished, and I hope this bug is gone. I've tested with IE8 and it works ok. Please feel free to repoen it if problem persists.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

royerd’s picture

Version: 6.x-2.x-dev » 6.x-2.0-beta7
Component: User interface » Code

Same problem in Firefox--just loading for anonymous users. Need more info?