projects
/
photoprint.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
localisation++
[photoprint.git]
/
skins
/
order_view_template.pt
diff --git
a/skins/order_view_template.pt
b/skins/order_view_template.pt
index
5f748b2
..
96c984a
100644
(file)
--- a/
skins/order_view_template.pt
+++ b/
skins/order_view_template.pt
@@
-129,6
+129,10
@@
<th class="num" tal:content="python:'%s €' % options['pricesSum'].taxed"
style="border-right:1px solid black"></th>
</tr>
<th class="num" tal:content="python:'%s €' % options['pricesSum'].taxed"
style="border-right:1px solid black"></th>
</tr>
+ <tr tal:condition="options/discount">
+ <td class="num" colspan="5" i18n:translate="">Discount</td>
+ <td class="num"><span tal:replace="options/discount"/> %</td>
+ </tr>
<tr>
<td class="num" colspan="5" i18n:translate="">Shipping</td>
<td class="num" tal:content="python:'%s €' % options['shippingFees'].taxed"></td>
<tr>
<td class="num" colspan="5" i18n:translate="">Shipping</td>
<td class="num" tal:content="python:'%s €' % options['shippingFees'].taxed"></td>