recette
This commit is contained in:
parent
a95921c2e3
commit
86bfb84597
@ -1230,6 +1230,8 @@ body .ac_results {
|
||||
padding-top: 30px;
|
||||
}
|
||||
#categorycms .list_categories { margin-bottom: 15px; }
|
||||
.others h3,
|
||||
#categorycms .list_categories h3 { font-family: 'vidaloka'; border-bottom: 3px solid #333; padding-bottom: 10px; }
|
||||
#categorycms .list_categories ul { padding-left:0px;}
|
||||
#categorycms .list_categories ul li { }
|
||||
#categorycms .list_categories ul li a { color: #333}
|
||||
@ -1569,6 +1571,20 @@ body .ac_results {
|
||||
border: 1px solid #dfdfdf;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
overflow: hidden;
|
||||
}
|
||||
#postcms .pack_content .price-percent-reduction {
|
||||
background: url("../img/reduction.png") no-repeat center top;
|
||||
color: #333;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
height: 70px;
|
||||
line-height: 74px;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
text-align: center;
|
||||
top: 7px;
|
||||
width: 70px;
|
||||
}
|
||||
#postcms .pack_content .reinsurance { border-top: 1px solid #dfdfdf; }
|
||||
#postcms .pack_content .reinsurance .border {
|
||||
@ -1909,7 +1925,9 @@ body .ac_results {
|
||||
#postcms .pack_bottom .name { clear: both; width: auto }
|
||||
#postcms .pack_bottom .price{ margin-top: 15px; }
|
||||
}
|
||||
@media (max-width: 570px) {
|
||||
@media (max-width: 570px) {
|
||||
#postcms .pack_content .price-percent-reduction { background-size: 70% auto; font-size: 14px; line-height: 50px; right: 10px; }
|
||||
|
||||
#postcms .tips_utile .title {font-size: 25px;}
|
||||
#postcms .intro_note .left { margin-left: 24%; margin-top: 16px; }
|
||||
#postcms .intro_note .right { font-size: 14px; margin-right: 13%; margin-top: 25px; }
|
||||
@ -1934,6 +1952,7 @@ body .ac_results {
|
||||
/*************************************************************************************************************
|
||||
*************************************** EDITO ****************************************
|
||||
**************************************************************************************************************/
|
||||
#search .edito,
|
||||
#editos .edito {
|
||||
position: relative;
|
||||
margin-bottom: 15px;
|
||||
|
@ -61,7 +61,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-3 col-sm-6 col-xs-6 account_box">
|
||||
<div class="col-lg-4 col-md-3 col-sm-6 col-xs-6 account_box pl0">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 hidden-sm hidden-xs photo_header">
|
||||
<img src="{$img_dir}photo_claudine.jpg" alt="{l s='Claudine de Tout Pratique'}" class="img-responsive">
|
||||
|
@ -58,6 +58,15 @@
|
||||
<div class="price">
|
||||
{displayPrice price=$product->price}
|
||||
</div>
|
||||
{if isset($product->specific_prices) && $product->specific_prices && isset($product->specific_prices.reduction) && $product->specific_prices.reduction > 0}
|
||||
<span class="old-price product-price">
|
||||
{l s='au lieu de'} <span class="barre">{displayWtPrice p=$product->price_without_reduction}</span>
|
||||
</span> <br />
|
||||
{/if}
|
||||
{if $product->specific_prices.reduction_type == 'percentage'}
|
||||
<span class="price-percent-reduction">-{$product->specific_prices.reduction * 100}%</span>
|
||||
{/if}
|
||||
|
||||
<a class="btn ajax_add_to_cart_button" data-text="{l s='J\'achete'}" data-id-product="{$product->id}" data-minimal_quantity="1">
|
||||
<i class="icon icon-shopping-cart"></i> <span>{l s='J\'achete'}</span>
|
||||
</a>
|
||||
|
@ -65,16 +65,6 @@
|
||||
{if $nbProducts == 1}{l s='%d result has been found.' sprintf=$nbProducts|intval}{else}{l s='%d results have been found.' sprintf=$nbProducts|intval}{/if}
|
||||
</p>
|
||||
{/if}
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 pull-right">
|
||||
<!-- <div class="form-group">
|
||||
{include file="$tpl_dir./product-sort.tpl"}
|
||||
</div> -->
|
||||
{if !isset($instant_search) || (isset($instant_search) && !$instant_search)}
|
||||
{include file="./nbr-product-page.tpl"}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
<div class="products row">
|
||||
{include file="$tpl_dir./product-list.tpl" products=$search_products}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user