Pedido {{order.orderId}}

{{mensagem}}

Entrega

{{order.adressReceiverName}}

{{order.street}}, {{order.numberAdress}} - {{order.neighborhood}} - {{order.complementAdress}}

{{order.city}}, {{order.state}} - CEP {{order.postalCode}}

Valores

Itens: {{(order.totalValue / 100).toFixed(2).replace(".", ",")}}

Desconto: {{(order.descountValue / 100).toFixed(2).replace(".", ",")}}

Frete: {{(order.shippingValue / 100).toFixed(2).replace(".", ",")}}

Bhan Produto Qtd R$ EAN Link Estoque
{{i.refId}} {{i.productName}} {{i.quantity}} {{ ((i.price - (-i.discountPrice)) / 100).toFixed(2).replace(".", ",") }} {{i.ean}} {{i.productName}} Ver no Site {{i.statusStock}}