{{ product.title_translations | translateModel }}
{{ title.name_translations | translateModel }}
{{ 'product.page.quantity' | translate }}
{{ 'product.page.unit_price' | translate }}
{{ getItemPrice().currency_symbol }}{{ getItemPrice().dollars }}
{{ 'product.page.subtotal'| translate }}
{{ moneyService.toMoney({ symbol: getItemPrice().currency_symbol, dollars: (itemQuantity[variationSelected.key] * getItemPrice().dollars).toFixed(2), withPrecision: false }).label }}
{{ moneyService.toMoney({ symbol: getItemPrice().currency_symbol, dollars:(itemQuantity * getItemPrice().dollars).toFixed(2), withPrecision: false }).label }}