// removed « add to compare» from the homepage

This commit is contained in:
Kevin Granger
2013-12-09 16:48:37 +01:00
parent 8700f15c61
commit 79652b1704
+2 -2
View File
@@ -206,14 +206,14 @@
{/if}
{/if}
</div>
<div class="functional-buttons clearfix">
<!-- <div class="functional-buttons clearfix">
{hook h='displayProductListFunctionalButtons' product=$product}
{if isset($comparator_max_item) && $comparator_max_item}
<div class="compare">
<a class="addToCompare" href="#" data-id-product="{$product.id_product}" onClick="addToCompare('{$product.id_product|intval}'); return false;">{l s='Add to Compare'}</a>
</div>
{/if}
</div>
</div> -->
</div><!-- .product-container> -->
</li>
{/foreach}