Skip to content

Commit

Permalink
FrontOffice : Use formatted ecotax price
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jul 20, 2021
1 parent 55fc4e1 commit 1dcf688
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@

{block name='product_ecotax'}
{if $product.ecotax.amount > 0}
<p class="price-ecotax">{l s='Including %amount% for ecotax' d='Shop.Theme.Catalog' sprintf=['%amount%' => $product.ecotax_tax_inc]}
<p class="price-ecotax">{l s='Including %amount% for ecotax' d='Shop.Theme.Catalog' sprintf=['%amount%' => $product.ecotax.value]}
{if $product.has_discount}
{l s='(not impacted by the discount)' d='Shop.Theme.Catalog'}
{/if}
Expand Down

0 comments on commit 1dcf688

Please sign in to comment.