Lines 324-330
Link Here
|
324 |
<th class="replacementprice"/> |
324 |
<th class="replacementprice"/> |
325 |
<th>[% total_quantity | html %]</th> |
325 |
<th>[% total_quantity | html %]</th> |
326 |
<th class="tax_excluded">[% total_tax_excluded_shipment + total_adj | $Price %]</th> |
326 |
<th class="tax_excluded">[% total_tax_excluded_shipment + total_adj | $Price %]</th> |
327 |
<th class="tax_included">[% total_tax_included_shipment | $Price %]</th> |
327 |
<th class="tax_included">[% total_tax_included_shipment + total_adj | $Price %]</th> |
328 |
<th> </th> |
328 |
<th> </th> |
329 |
<th>[% total_tax_value | $Price %]</th> |
329 |
<th>[% total_tax_value | $Price %]</th> |
330 |
<th> </th> |
330 |
<th> </th> |
331 |
- |
|
|