|
{{ item.product ? item.product.name : (item.item_description == 'US-NM-TAX-1' ? 'Tax' : item.item_description) }}
({{ item.coupon_code }})
|
$ {{ item.product.price }}
|
|
$ {{ (item.quantity * item.product.price) }}
{{ item.line_total < 0 ? '-' : '' }}$ {{ Math.abs(item.line_total) }}
$ {{ Math.abs(item.tax_amount) }}
-$ {{ Math.abs(Math.round(item.discount_amount * 100) / 100) }}
|
Remove Coupon
|