fix conflicts

This commit is contained in:
Marion Muszynski 2016-08-31 13:36:10 +02:00
commit 742a8d1ca9
8 changed files with 55 additions and 4 deletions

View File

@ -1373,6 +1373,17 @@ var, address {
padding-left: 25px; padding-left: 25px;
border-bottom: 1px solid #CAC7BF; border-bottom: 1px solid #CAC7BF;
} }
.safety-payment {
background: url('../img/picto_cadena.png') no-repeat left center;
height: 30px;
line-height: 30px;
font-size: 13px;
margin: 5px;
padding: 5px 0px;
/* padding-left: 40px; */
padding-left: 25px;
border-bottom: 1px solid #CAC7BF;
}
.economy { .economy {
background: url('../img/picto_euro.png') no-repeat left center; background: url('../img/picto_euro.png') no-repeat left center;
height: 30px; height: 30px;
@ -1681,7 +1692,8 @@ body#page-404 .footer_links {
float: left; float: left;
background-color: #b5b1b1; background-color: #b5b1b1;
} }
#category .content #product_list .view_button:hover{ background-color: #E36EA2;}
#category .content #product_list .view_button:hover{ background-color: #f45bb7;}
#header { #header {
position: absolute; position: absolute;
@ -3008,7 +3020,6 @@ div.addresses ul.address li.address_title {
display: none; display: none;
z-index: 2; z-index: 2;
} }
#product .info_coeur p{ #product .info_coeur p{
color: #666666; color: #666666;
font-size: 13px; font-size: 13px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -612,6 +612,7 @@ $_LANG['product_7bb63c7de5a5ee79356083a12f21e1e8'] = 'en lugar de';
$_LANG['product_d436eb0fd9de10b54a828ce6435f7e81'] = 'incluir'; $_LANG['product_d436eb0fd9de10b54a828ce6435f7e81'] = 'incluir';
$_LANG['product_f85524c253c150e88136df3999ac3fd4'] = 'de ecoparticipación'; $_LANG['product_f85524c253c150e88136df3999ac3fd4'] = 'de ecoparticipación';
$_LANG['product_fe3838c7c11aa406dd956566e17360d5'] = 'por'; $_LANG['product_fe3838c7c11aa406dd956566e17360d5'] = 'por';
$_LANG['product_ba86db1f0fae110a74a77824e580ad5b'] = 'La talla indicada corresponde a los estándares españoles. En ocasiones, puede ser diferente de la talla que aparezca en el envoltorio del producto (talla europea).';
$_LANG['product_ea23e12cae068315b351f8d36d432d76'] = 'Referencia:'; $_LANG['product_ea23e12cae068315b351f8d36d432d76'] = 'Referencia:';
$_LANG['product_2c59ffd0a6631127450d729861975719'] = 'Cantidad:'; $_LANG['product_2c59ffd0a6631127450d729861975719'] = 'Cantidad:';
$_LANG['product_07d814a3df5cfd2d637e77b215519034'] = 'Debe añadir al menos'; $_LANG['product_07d814a3df5cfd2d637e77b215519034'] = 'Debe añadir al menos';

View File

@ -350,6 +350,9 @@
<p class="economy">{l s='savings'} <span class="economy-price">{displayPrice price=$economy}</span><span class="economy-currency"></span> ({displayPrice price=$total_products_wt} {l s='instead of'} {displayPrice price=$strike_price})</p> <p class="economy">{l s='savings'} <span class="economy-price">{displayPrice price=$economy}</span><span class="economy-currency"></span> ({displayPrice price=$total_products_wt} {l s='instead of'} {displayPrice price=$strike_price})</p>
{/if} {/if}
<p class="shipping-calculate">{l s='Shipping calculated its step 3'}</p> <p class="shipping-calculate">{l s='Shipping calculated its step 3'}</p>
{if $site_version == 'es'}
<p class="safety-payment">{l s='Pago seguro, datos encriptados'}</p>
{/if}
{* Define the style if it doesn't exist in the PrestaShop version*} {* Define the style if it doesn't exist in the PrestaShop version*}
{* Will be deleted for 1.5 version and more *} {* Will be deleted for 1.5 version and more *}

View File

@ -2363,6 +2363,7 @@ body#order table#cart_summary tfoot tr.cart_total_voucher td{
} }
body#order #center_column #shipping_cost_third_step, body#order #center_column #shipping_cost_third_step,
body#order #center_column #safety-payment,
body#order #center_column #cart_voucher_toggle_wrapper { body#order #center_column #cart_voucher_toggle_wrapper {
padding-left: 0; padding-left: 0;
} }
@ -2453,12 +2454,24 @@ body#order #cart_voucher{
padding:15px; padding:15px;
font-family:Tahoma; font-family:Tahoma;
} }
body#order #shipping_cost_third_step{ body#order #safety-payment{
padding: 10px;
}
body#order #shipping_cost_third_step,
body#order #safety-payment{
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
color:#434D52; color:#434D52;
font-family:Tahoma; font-family:Tahoma;
font-size:12px; font-size:12px;
} }
body#order #safety-payment i{
width: 25px;
height: 25px;
margin-right: 15px;
display: inline-block;
vertical-align: middle;
background: url('../img/picto_cadena.png') no-repeat center center;
}
body#order #invite_credit label, body#order #invite_credit label,
body#order #cart_voucher label{ body#order #cart_voucher label{
font-size:12px; font-size:12px;
@ -4957,3 +4970,20 @@ body#product #best-sellers_block_product{
width: 200px; width: 200px;
} }
*/ */
#product_list li div.productQuantityAlert{
text-align: center;
width: 250px;
margin: 0 !important;
padding: 5px 0 !important;
/* background-color: #f49cc3;
box-shadow: 0px 5px 8px -3px #b5b1b1; */
background-color: #fff;
position: absolute;
bottom: 0px;
left: 0;
}
.productQuantityAlert p{
color: #e36ea2;
font-size: 12px;
font-weight: 600;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -275,6 +275,12 @@
<i class="icon-frais"></i> <i class="icon-frais"></i>
<span>{l s='Shipping cost will be calculated on the third step'}</span> <span>{l s='Shipping cost will be calculated on the third step'}</span>
</div> </div>
{if $site_version == 'es'}
<div id="safety-payment">
<i class="icon-payment"></i>
<span class="">{l s='Pago seguro, datos encriptados'}</span>
</div>
{/if}
<div id="HOOK_SHOPPING_CART">{$HOOK_SHOPPING_CART}</div> <div id="HOOK_SHOPPING_CART">{$HOOK_SHOPPING_CART}</div>
{* Define the style if it doesn't exist in the PrestaShop version*} {* Define the style if it doesn't exist in the PrestaShop version*}