Merge branch 'tiket-productTemplate' into develop
This commit is contained in:
commit
653d0031a6
@ -10,7 +10,7 @@
|
|||||||
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
|
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="product_added product_added_{$product.id_product}">
|
<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>
|
||||||
<div class="img_sellers">
|
<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>
|
<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>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
|
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="product_added product_added_{$product.id_product}">
|
<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>
|
||||||
<div class="img_sellers">
|
<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>
|
<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>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
|
<a class="see-product" href="{$product.link}" title="{l s='See this product' mod='blockbestsellers'}"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="product_added product_added_{$product.id_product}">
|
<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>
|
||||||
<div class="img_sellers">
|
<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>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user