Hi everyone, what I'm looking to do is find the script to add an additional footer line that will have our terms on it for on account customers.
My XML knowledge is limited but I have managed to make a really nice 40-column receipt that meets our businesses needs
It should be structured something like this but I'm unsure of the exact script
<IF>
<CONDITION> ON ACCOUNT CUSTOMER OR TENDER TYPE?
<THEN>
terms printed here, would this be an additional footer line that only prints with this condition or ?
</CONDITION>
</IF>
The condition could be either if the customer is established as an "on account" customer which we defined under account types in SO Manager or if the tender type "on account" is selected. I think the latter would be preffered in case the on account customer decides to pay by Visa or Cash.
Thanks in advance!
*This post is locked for comments