Produtos | Preço | Cor | Opção | Quantidade | Subtotal | |
---|---|---|---|---|---|---|
{{ product.price | currency: 'R$ ' }} |
{{ (product.options.color != null) ? product.options.color.name : '---'}}
|
{{ (product.options.option != null) ? product.options.option.name : '---' }} | {{ (product.price) * qtde_product | currency:'R$ ' }} |