Quote line variables does not, as far as I can tell, contain a unit price after discount.
A customer (online) want the following on a quote line:
Unit number, unit name, quantity, unit list price, unit price after discount, and a sum total (Quantity * price after discount.
In working with merged fields in Word , i.e: = { MERGEFIELD "line/unitListPrice" } * (1-{ MERGEFIELD "line/discountPercent" }/100) \# "#,##0.00" and variations over that, I am getting a syntax error after a Crtl+F9, I am told by Bing that: Word formula fields work with real Word merge fields, while your document appears to use a separate quote-template merge engine, so mixing MERGEFIELD with «line/... » placeholders is probably what is causing the syntax error.
Any suggestions as to how this can be solved ?