Merhaba Arkadaslar,
Alisveris Sepetim bu hatayi vermeye basladi lütfen yardim edin.
Alışveriş sepetiniz boş!
Warning message when deleteing from cart (catalog/view/javascript/common.js replace removeCart function). function removeCart(key) { var x = window.confirm("Are you sure you want to delete the product?") if(x){ $.ajax({ url: 'index.php?route=checkout/cart/update', type: 'post', data: 'remove=' + key, dataType: 'json', success: function(json) { $('.success, .warning, .attention, .information').remove(); if (json['output']) { $('#module_cart .cart-module').html(json['output']); $('#cart .content, #module_cart .cart-module').html(json['output']); } } }); } }
Alisveris Sepetim bu hatayi vermeye basladi lütfen yardim edin.
Alışveriş sepetiniz boş!
Warning message when deleteing from cart (catalog/view/javascript/common.js replace removeCart function). function removeCart(key) { var x = window.confirm("Are you sure you want to delete the product?") if(x){ $.ajax({ url: 'index.php?route=checkout/cart/update', type: 'post', data: 'remove=' + key, dataType: 'json', success: function(json) { $('.success, .warning, .attention, .information').remove(); if (json['output']) { $('#module_cart .cart-module').html(json['output']); $('#cart .content, #module_cart .cart-module').html(json['output']); } } }); } }