# | Code | Name | Price (USD) | Quantity | Total (USD) | |
---|---|---|---|---|---|---|
{{index + 1}} | {{item.product.products_model}} | {{item.product.products_name}} | {{Number(item.product.products_price * (1 - Math.abs(Number(discount))/100)).toFixed(2)}} |
|
{{Number(item.product.products_price * item.quantity * (1 - Math.abs(Number(discount))/100)).toFixed(2)}} | Remove from Basket |