This commit is contained in:
Romu 2017-06-15 01:14:25 -07:00
parent ec1e33bcb7
commit 59e2be81e4
2 changed files with 3 additions and 4 deletions

View File

@ -4075,7 +4075,7 @@ main#categorycms { margin-bottom: 30px }
text-align: center;
z-index: 5;
}
#product #image-block .product-failling-price,
#product #image-block .product-failling-label,
#product #image-block .product-new-label {
background: #529bb6;
color: #fff;

View File

@ -218,8 +218,7 @@
<div class="content_prices clearfix">
{if $product->on_sale && !$isFlash}
<span class="solde">{l s='En solde !'}</span>
{/if}
{if $percentReduction}
{else if $percentReduction}
<span class="price-percent-reduction">{if $isFlash}{l s='Vente Flash'}{else}{l s='Promo'}{/if} | -{$percentReduction}%</span>
{/if}
{if $product->show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE}