ecotax sentence
This commit is contained in:
parent
3b72e67b19
commit
ced379c219
@ -6181,7 +6181,10 @@ table#carrierTable tbody td {
|
||||
#product div.form-left p.price-ecotax #ecotax_price_display{
|
||||
font-size: 9px
|
||||
}
|
||||
|
||||
#product p.text-ecotax{
|
||||
padding: 5px 20px;
|
||||
font-size: 10px;
|
||||
}
|
||||
#product div#attributes {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
|
@ -294,9 +294,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
{/if}
|
||||
{if $product->ecotax != 0}
|
||||
<p class="price-ecotax">{l s='include'} <span id="ecotax_price_display">{if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if}</span> {l s='for green tax'}
|
||||
{if $product->specificPrice AND $product->specificPrice.reduction}
|
||||
<br />{l s='(not impacted by the discount)'}
|
||||
{/if}
|
||||
{if $product->specificPrice AND $product->specificPrice.reduction}*{/if}
|
||||
</p>
|
||||
{/if}
|
||||
{if !empty($product->unity) && $product->unit_price_ratio > 0.000000}
|
||||
@ -540,7 +538,11 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $product->ecotax != 0}
|
||||
{if $product->specificPrice AND $product->specificPrice.reduction}
|
||||
<p class='text-ecotax'>{l s='* not impacted by the discount'}<p>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{if $quantity_discounts}
|
||||
|
Loading…
Reference in New Issue
Block a user