Just an update: Today I updated to 1.3.1, update validation,form, and livequery plugins to the newest as well. Now the validation works find, which is totally great. However, I still have problem with this error: jQuery.queue is not a function
There are many ways to re-produce this error, for example: 1. Go to http://raine.ridevelopement.com/test/i 2. Add an item to cart 3. Checkout Try to login with no email. password on this page, you will see the validation is working well Now if you try to fill in the login fields (whatever you want), you will see the error right away (the page will redirect really fast since the ajaxform does not bind) If I comment out these lines in the file http://raine.ridevelopement.com/test/includes/templates/YOUR_TEMPLATE/jscript/jquery/jquery.zencart.js $(selector).ajaxStart(function(){ $(selector + ' .step[title='+currentIndex+'] .loader').fadeIn(); }); $(selector).ajaxStop(function(){ $(selector + ' .step[title='+(currentIndex-1)+'] .loader').fadeOut (); }); Then the form will be submitted just fine. But, when the data is returned we will get the same error jQuery.queue is not a function I'm puzzled as this works fine with 1.2.6. Regards Raine