Quick fix on flash sales

This commit is contained in:
Michael RICOIS 2017-10-09 12:03:25 +02:00
parent 4d1f0bbbf9
commit 0af9b4d0c0

View File

@ -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">