// fix product list + facebook block HTML5 version WIP

This commit is contained in:
Kevin Granger
2013-12-04 19:31:02 +01:00
parent ec8ca92e67
commit 04d2ff59ee
2 changed files with 26 additions and 11 deletions
+2 -3
View File
@@ -151,14 +151,13 @@
href="{$link->getPageLink('cart',false, NULL, "add=1&id_product={$product.id_product|intval}&token={$static_token}", false)|escape:'html'}"
rel="nofollow"
title="{l s='Add to cart'}"
data-id-product="{$product.id_product|intval}"
token={$static_token}", false)|escape:'html'}">
data-id-product="{$product.id_product|intval}">
<span>{l s='Add to cart'}</span>
</a>
{else}
<a
class="button ajax_add_to_cart_button btn btn-default"
href="{$link->getPageLink('cart',false, NULL, "add=1&amp;id_product={$product.id_product|intval}", false)|escape:'html'}"
href="{$link->getPageLink('cart',false, NULL, 'add=1&amp;id_product={$product.id_product|intval}', false)|escape:'html'}"
rel="nofollow"
title="{l s='Add to cart'}"
data-id-product="{$product.id_product|intval}">