Update order confirmation template
This commit is contained in:
parent
fb59ae4055
commit
ad5371a133
1 changed files with 49 additions and 46 deletions
|
@ -106,6 +106,8 @@
|
|||
<div class="col-sm-12">
|
||||
<hr class="thin-hr">
|
||||
</div>
|
||||
{% if generic_payment_details.exclude_vat_calculations %}
|
||||
{% else %}
|
||||
<div class="col-sm-9">
|
||||
<p>
|
||||
<strong class="text-uppercase">{% trans "Price Before VAT" %}</strong>
|
||||
|
@ -155,6 +157,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="col-sm-12">
|
||||
<hr class="thin-hr">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue