template="ltcompany"; if(typeof(j2store) == 'undefined') { var j2store = {}; } if(typeof(j2store.jQuery) == 'undefined') { j2store.jQuery = jQuery.noConflict(); } (function($) { $(document).bind('after_adding_to_cart', function(element,data, type){ var murl = '/index.php/proizvodi/kosarica/ajaxmini'; $.ajax({ url : murl, type : 'get', cache : false, contentType : 'application/json; charset=utf-8', dataType : 'json', success : function(json) { if (json != null && json['response']) { $.each(json['response'], function(key, value) { if ($('.j2store_cart_module_' + key).length) { $('.j2store_cart_module_' + key).each(function() { $(this).html(value); }); } }); } } }); }); })(j2store.jQuery);