Hi there,
In the Receipt template in Swift (v1 and v2) I see code like this:
value: @GetDouble("Ecom:Order.Price.Price.Value").ToString("0.00", System.Globalization.CultureInfo.InvariantCulture), tax: @GetDouble("Ecom:Order.Taxes.Total.Price.Value").ToString("0.00", System.Globalization.CultureInfo.InvariantCulture), shipping: @GetDouble("Ecom:Order.ShippingFee.Price.Value").ToString("0.00", System.Globalization.CultureInfo.InvariantCulture),
For the tax value, is this intentional? It seems to pick up only Tax lines. Is VAT not relevant here?
Imar