--- uc_aac.OLD.js 2009-11-11 04:25:00.000000000 +1100 +++ uc_aac.js 2010-02-15 22:14:31.000000000 +1100 @@ -18,6 +18,16 @@ var action = form.attr('action'); $(form).after(data.form).next().attr('action', action).uc_aac_attach(); form.remove(); + + //Call to Ajax Cart to re-get new form + if(typeof ajaxCartInitCart=='function') + ajaxCartInitCart('#'+form.attr('id')); + + //Call to Stock Check + if(typeof checkStockAddToCartForm=='function') + checkStockAddToCartForm('#'+form.attr('id')); + + } } });