407-248-1481

QuoteWerks Knowledgebase Topic (Article ID 5766)

Print Layouts - Print FREE if the shipping amount is $0.00

This information applies to :

Article ID
5766

Created/Updated
August 3, 2013

Category
Print Layouts


Are you using the most current release of QuoteWerks?
Version 24.0 Build 2
Question:
If the shipping total is $0, can we instead make a formula to write "FREE" in that space?

Solution:
Insert a formula similar to:

.if.documentheaders->subtotal>=1000.then."FREE SHIPPING".else."$"+totext(documentheaders->shippingamount,2)

New Search