diff --git a/modules/blockbestsellers/blockbestsellers_productfooter.tpl b/modules/blockbestsellers/blockbestsellers_productfooter.tpl index 8c801f36..0c351c63 100644 --- a/modules/blockbestsellers/blockbestsellers_productfooter.tpl +++ b/modules/blockbestsellers/blockbestsellers_productfooter.tpl @@ -6,7 +6,7 @@ {foreach from=$best_sellers item=product name=myLoop}
  • - +
    @@ -52,7 +52,7 @@ }); $('.slider_sales_product_footer .flex-direction-nav .flex-next').text(''); $('.slider_sales_product_footer .flex-direction-nav .flex-prev').text(''); - $('.ajax_add_to_cart_product_footer_button').click(function(){ + /*$('.ajax_add_to_cart_product_footer_button').click(function(){ var idProduct = $(this).attr('rel').replace('ajax_id_product_footer_', ''); if ($(this).attr('disabled') != 'disabled'){ $.ajax({ @@ -78,7 +78,7 @@ }); } return false; - }); + });*/ }); {/literal} \ No newline at end of file diff --git a/modules/blockbestsellers/blockbestsellers_productfooter_2.tpl b/modules/blockbestsellers/blockbestsellers_productfooter_2.tpl index 8c801f36..5dc9ac4b 100644 --- a/modules/blockbestsellers/blockbestsellers_productfooter_2.tpl +++ b/modules/blockbestsellers/blockbestsellers_productfooter_2.tpl @@ -4,9 +4,9 @@