AjaxCart + AjaxPagination

07.09.2012 09:01
#1
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
AjaxCart + AjaxPagination

components\com_jshopping\js\addon_ajax_product_pagination.js

add rows

if (typeof(cartajax) != 'undefined') {
jQuery('.jshop_list_product .buttons a:first-child').click(function(event){
cartajax.add(jQuery(this).closest('.product'));
return false;
});
}


after

success: function (json) {
jQuery('div.jshop').replaceWith(json.html);

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.