Merge branch 'tiket-productTemplate' into develop

This commit is contained in:
Marion Muszynski 2016-05-04 16:00:55 +02:00
commit 653d0031a6
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
</div>
<div class="product_added product_added_{$product.id_product}">
<p>{l s='Product was added to your cart' mod='blockbestsellers'}</p>
<p>{l s='Product added to your cart' mod='blockbestsellers'}</p>
</div>
<div class="img_sellers">
<a href="{$product.link}" title="{$product.name|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" /></a>

View File

@ -10,7 +10,7 @@
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
</div>
<div class="product_added product_added_{$product.id_product}">
<p>{l s='Product was added to your cart' mod='blockbestsellers'}</p>
<p>{l s='Product added to your cart' mod='blockbestsellers'}</p>
</div>
<div class="img_sellers">
<a href="{$product.link}" title="{$product.name|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" /></a>

View File

@ -10,7 +10,7 @@
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
</div>
<div class="product_added product_added_{$product.id_product}">
<p>{l s='Product was added to your cart' mod='blockbestsellers'}</p>
<p>{l s='Product added to your cart' mod='blockbestsellers'}</p>
</div>
<div class="img_sellers">
<a href="{$product.link}" title="{$product.name|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'medium')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" /></a>