Revision 7814fb1e
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
templates/webpages/shop_order/show.html | ||
---|---|---|
182 | 182 |
<th>[% 'Partdescriptipion' | $T8 %]</th> |
183 | 183 |
<th>[% 'Qty' | $T8 %]</th> |
184 | 184 |
<th>[% 'Price' | $T8 %]</th> |
185 |
<th>[% 'Discount' | $T8 %]</th> |
|
186 |
<th>[% 'Promotion Code' | $T8 %]</th> |
|
185 | 187 |
<th>[% 'Extended' | $T8 %]</th> |
186 | 188 |
</tr> |
187 | 189 |
<tr class="listrow"> |
... | ... | |
191 | 193 |
<td>[% HTML.escape(pos.description) %]</td> |
192 | 194 |
<td>[% pos.quantity_as_number %]</td> |
193 | 195 |
<td>[% pos.price_as_number %]</td> |
196 |
<td>[% pos.discount_as_number * 100 %] %</td> |
|
197 |
<td>[% pos.discount_code %]</td> |
|
194 | 198 |
<td>[% LxERP.format_amount(pos.price * pos.quantity,2) %]</td> |
195 | 199 |
</tr> |
196 | 200 |
[% END %] |
Auch abrufbar als: Unified diff
shopware: discount Falls Rabatt und Promotionscode vorhanden auch anzeigen