Revision 8619799d
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/shop_order/show.html | ||
---|---|---|
425 | 425 |
<th>[% 'Partdescriptipion' | $T8 %]</th> |
426 | 426 |
<th>[% 'Qty' | $T8 %]</th> |
427 | 427 |
<th>[% 'Price' | $T8 %]</th> |
428 |
<th>[% 'Discount' | $T8 %]</th> |
|
429 |
<th>[% 'Promotion Code' | $T8 %]</th> |
|
428 | 430 |
<th>[% 'Extended' | $T8 %]</th> |
429 | 431 |
</tr> |
430 | 432 |
</thead> |
... | ... | |
436 | 438 |
<td>[% HTML.escape(pos.description) %]</td> |
437 | 439 |
<td>[% pos.quantity_as_number %]</td> |
438 | 440 |
<td>[% pos.price_as_number %]</td> |
441 |
<td>[% pos.discount_as_number * 100 %] %</td> |
|
442 |
<td>[% pos.discount_code %]</td> |
|
439 | 443 |
<td>[% LxERP.format_amount(pos.price * pos.quantity,2) %]</td> |
440 | 444 |
</tr> |
441 | 445 |
[% END %] |
Auch abrufbar als: Unified diff
design40: Shopware6 Rabatt auch im Template anzeigen