Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0af9b4d0c0 |
@ -219,7 +219,7 @@
|
||||
{if $product->on_sale && !$isFlash}
|
||||
<span class="solde">{l s='En solde !'}</span>
|
||||
{else if $percentReduction}
|
||||
<span class="price-percent-reduction">{if $isFlash}{l s='Vente Flash'}{else}{l s='Promo'}{/if} | -{$percentReduction}%</span>
|
||||
{if !$isFlash}<span class="price-percent-reduction">{l s='Promo'} | -{$percentReduction}%</span>{/if}
|
||||
{/if}
|
||||
{if $product->show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE}
|
||||
<!-- prices -->
|
||||
@ -389,16 +389,17 @@
|
||||
{/if}
|
||||
</span>
|
||||
</p>
|
||||
<p class="availlability">
|
||||
|
||||
{if $product->quantity <= 0}
|
||||
{if $PS_STOCK_MANAGEMENT && $allow_oosp}
|
||||
{$product->available_later}
|
||||
{else}
|
||||
{$product->available_later}
|
||||
|
||||
{*<p class="availlability">
|
||||
{if $product->quantity <= 0}
|
||||
{if $PS_STOCK_MANAGEMENT && $allow_oosp}
|
||||
{$product->available_later}
|
||||
{else}
|
||||
{$product->available_later}
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
</p>
|
||||
</p>*}
|
||||
|
||||
</div>
|
||||
</div> <!-- end box-cart-bottom -->
|
||||
<div class="shipmentCost">
|
||||
|
Loading…
Reference in New Issue
Block a user