Hi,
How can we get the orderline price without discount, shipping/billing fees, vat or tax?
Right now the only way we can think of is:
double num_subtotal = GetDouble("Ecom:Order.PriceWithoutDiscountsOrTaxes.Price") - GetDouble("Ecom:Order.ShippingFee.PriceWithoutVAT"); string str_subtotal = num_subtotal.ToString("#,##.00");
Best Regards,
Nuno