| {{t("Product")}} | {{t("Price")}} | {{t("Quantity")}} | {{t("Total")}} | {{t("Remove")}} |
|---|---|---|---|---|
| {{ formatCurrency(item.priceNew) }} |
|
{{ formatCurrency(item.priceNew * item.quantity) }} | ||
| {{t("Product")}} | {{t("Price")}} | {{t("Quantity")}} | {{t("Total")}} | {{t("Remove")}} |
|---|---|---|---|---|
| {{ formatCurrency(item.priceNew) }} |
|
{{ formatCurrency(item.priceNew * item.quantity) }} | ||