fix
This commit is contained in:
commit
8053859bf4
@ -6208,7 +6208,7 @@ table#carrierTable tbody td {
|
||||
padding-top: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
#product #add_to_cart input.exclusive_disabled,
|
||||
#product #add_to_cart input.exclusive_disabled,
|
||||
#product #add_to_cart input.exclusive[type="submit"] {
|
||||
background: url("../img/add_to_cart.jpg") no-repeat left center #504d8b;
|
||||
padding: 0 11px 0 50px;
|
||||
@ -6619,7 +6619,7 @@ table#carrierTable tbody td {
|
||||
padding-top: 15px;
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
#box_error_cart .content .others_links .show_sales{
|
||||
height: 15px;
|
||||
@ -6656,7 +6656,7 @@ table#carrierTable tbody td {
|
||||
}
|
||||
|
||||
.box_add_to_cart .content .others_links .show_fdp_info{
|
||||
text-align:center;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/**** blockordersummury ****/
|
||||
|
@ -140,7 +140,11 @@
|
||||
<img src="{$carrier.img|escape:'htmlall':'UTF-8'}" alt="{$carrier.name|escape:'htmlall':'UTF-8'}" />
|
||||
{/if}
|
||||
{else}
|
||||
{if $cookie->id_lang == 3 && $carrier.id_carrier == 87}
|
||||
{l s='SEUR a domicilio'}
|
||||
{else}
|
||||
{$carrier.name|escape:'htmlall':'UTF-8'}
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
</label>
|
||||
@ -165,7 +169,7 @@
|
||||
{/if}
|
||||
{if in_array(5,$sale_delivery)}
|
||||
<li>{l s='Livraison avant Noël'}</li>
|
||||
{/if}
|
||||
{/if}
|
||||
{if in_array(6,$sale_delivery)}
|
||||
<li>{l s='Produit Star - Livraison 48h'}</li>
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user