Skip to content

Instantly share code, notes, and snippets.

@julienbourdeau
Last active August 29, 2015 14:17
Show Gist options
  • Save julienbourdeau/e4b82677becccf47f214 to your computer and use it in GitHub Desktop.
Save julienbourdeau/e4b82677becccf47f214 to your computer and use it in GitHub Desktop.
Display tax_excl or tax_incl price in invoice
{if $tax_excluded_display}
{displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_excl_including_ecotax}
{else}
{displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_incl_including_ecotax}
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment