css
This commit is contained in:
parent
ec1e33bcb7
commit
59e2be81e4
@ -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;
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user