Merge branch 'develop' of gitlab.antadis.net:dev-antadis/bebeboutik into develop
This commit is contained in:
commit
bce5419334
@ -3,15 +3,15 @@
|
||||
<div class="center_block">
|
||||
{if $product.online_only}
|
||||
<div class="coeur">
|
||||
<img src="{$img_dir}coup_de_coeur_{$cookie->id_lang}.png" alt="{l s='Coup de coeur'}">
|
||||
<img src="{$img_dir}coup_de_coeur_{$cookie->id_lang}.png" alt="{l s='Coup de coeur' mod='categoryscroll'}">
|
||||
</div>
|
||||
{/if}
|
||||
{if $product.is_random}
|
||||
<div class="random">
|
||||
<img src="{$img_dir}random.png" alt="{l s='Random'}">
|
||||
<img src="{$img_dir}random.png" alt="{l s='Random' mod='categoryscroll'}">
|
||||
</div>
|
||||
<div class="info_random">
|
||||
<p>{l s='Bébé Boutik vous propose ce produit de façon aléatoire !'}</p>
|
||||
<p>{l s='Bébé Boutik vous propose ce produit de façon aléatoire !' mod='categoryscroll'}</p>
|
||||
</div>
|
||||
{/if}
|
||||
<h3>{if isset($product.new) && $product.new == 1}<span class="new">{l s='New' mod='categoryscroll'}</span>{/if}<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:64:'...'|escape:'htmlall':'UTF-8'}</a></h3>
|
||||
@ -44,17 +44,17 @@
|
||||
{if isset($product.quantity_all_versions) && $product.quantity_all_versions <= $last_qties && $product.quantity_all_versions > 0}
|
||||
<div class="productQuantityAlert">
|
||||
{if $product.quantity_all_versions == 1}
|
||||
<p>{l s='Warning: 1 item in stock!'}</p>
|
||||
<p>{l s='Warning: 1 item in stock!' mod='categoryscroll'}</p>
|
||||
{else}
|
||||
<p>{l s='Warning :'} {$product.quantity_all_versions} {l s='items in stock'}</p>
|
||||
<p>{l s='Warning :' mod='categoryscroll'} {$product.quantity_all_versions} {l s='items in stock' mod='categoryscroll'}</p>
|
||||
{/if}
|
||||
</div>
|
||||
{elseif !isset($product.quantity_all_versions) && $product.quantity <= $last_qties && $product.quantity > 0}
|
||||
<div class="productQuantityAlert">
|
||||
{if $product.quantity == 1}
|
||||
<p>{l s='Warning: 1 item in stock!'}</p>
|
||||
<p>{l s='Warning: 1 item in stock!' mod='categoryscroll'}</p>
|
||||
{else}
|
||||
<p>{l s='Warning :'} {$product.quantity} {l s='items in stock'}</p>
|
||||
<p>{l s='Warning :' mod='categoryscroll'} {$product.quantity} {l s='items in stock' mod='categoryscroll'}</p>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
@ -95,7 +95,7 @@
|
||||
</div>
|
||||
<div class="button">
|
||||
{if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
|
||||
<span class="on_sale">{l s='On sale!'}</span>
|
||||
<span class="on_sale">{l s='On sale!' mod='categoryscroll'}</span>
|
||||
{*{elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
|
||||
<span class="discount">{l s='Reduced price!'}</span>*}
|
||||
{/if}
|
||||
@ -117,15 +117,15 @@
|
||||
{*<a href="{$product.link|escape:'htmlall':'UTF-8'}" class="enter" title="{l s='View'}">
|
||||
{l s='View'}
|
||||
</a>*}
|
||||
<a class="button exclusive button_oos" title="{l s='Produit épuisé'}">
|
||||
{l s='Produit épuisé'}
|
||||
<a class="button exclusive button_oos" title="{l s='Produit épuisé' mod='categoryscroll'}">
|
||||
{l s='Produit épuisé' mod='categoryscroll'}
|
||||
</a>
|
||||
{else}
|
||||
{*<a href="{$product.link|escape:'htmlall':'UTF-8'}" class="enter" title="{l s='View'}">
|
||||
{l s='View'}
|
||||
</a>*}
|
||||
<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Express buy'}">
|
||||
{l s='Express buy'}
|
||||
<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Express buy' mod='categoryscroll'}">
|
||||
{l s='Express buy' mod='categoryscroll'}
|
||||
</a>
|
||||
{/if}
|
||||
{else}
|
||||
@ -133,15 +133,15 @@
|
||||
{*<a href="{$product.link|escape:'htmlall':'UTF-8'}" class="enter" title="{l s='View'}">
|
||||
{l s='View'}
|
||||
</a>*}
|
||||
<a class="button exclusive button_oos" title="{l s='Produit épuisé'}">
|
||||
{l s='Produit épuisé'}
|
||||
<a class="button exclusive button_oos" title="{l s='Produit épuisé' mod='categoryscroll'}">
|
||||
{l s='Produit épuisé' mod='categoryscroll'}
|
||||
</a>
|
||||
{else}
|
||||
{*<a href="{$product.link|escape:'htmlall':'UTF-8'}" class="enter" title="{l s='View'}">
|
||||
{l s='View'}
|
||||
</a>*}
|
||||
<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Express buy'}">
|
||||
{l s='Express buy'}
|
||||
<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Express buy' mod='categoryscroll'}">
|
||||
{l s='Express buy' mod='categoryscroll'}
|
||||
</a>
|
||||
{/if}
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user