I've enabled the jQuery Update Module so that other up-to-date modules using jQuery 1.3.2 will work. I'm assuming that since I'm getting the following error when I attempt to "add to cart", that the code in jquery.ajax.cart.js has not been updated to 1.3.2 compliance?

uncaught exception: Syntax error, unrecognized expression: [@name=uc-ajax-cart-callback]

Here's the page I'm attempting to use it on. It's a Panel page with a custom view pulling in the product based on the node ID at the end of the URL:

http://dev.fulltuckracing.com/ftr-store/product-detail/24

CommentFileSizeAuthor
#6 set-class.patch832 byteserik seifert

Comments

kopanda’s picture

Same Issue here. jQuery 1.3 doesn't take the @ sign before attributes.

mihha’s picture

I can confirm this also.
It's easy fix (just remove '@' that is in front of 'name', from js/jquery.ajax.cart.js, Line 10)

Mihajlo
kontrola

RavenHursT’s picture

Yeah.. that's how I got it working.. would be nice if they added this to the next release..

RavenHursT’s picture

Category: support » feature

Changed this to "feature request".. hopefully it'll get picked up by the Ubercart Ajax Cart team.

lpalgarvio’s picture

subscribing

erik seifert’s picture

StatusFileSize
new832 bytes

Please try this patch

tunic’s picture

Status: Needs review » Closed (won't fix)

Closing as 6.x-1.0 branch is not developped anymore. It should work in 2.x branch.