To send tax, freight, and discount information to a WD, we can either provide it in the comment area (not recommended), or include tax/freight/discounts as line items on the order. A This method requires that the WD setup these 'line items' on their end and supply us with the information in the form of custom tags. A The tags need to be edited and then added to the to the webstore's advset field in Store Settings (mainteditstore.wws):
======
A
<SENDTAXTOWD>TRUE</SENDTAXTOWD>
<WDTAXLINECODE>ACD</WDTAXLINECODE>
<WDTAXSKU>TAX</WDTAXSKU>
<WDTAXBRANCH>001</WDTAXBRANCH>
</xmp>
<xmp>
A
<SENDFREIGHTTOWD>TRUE</SENDFREIGHTTOWD>
<WDFREIGHTLINECODE>ACD</WDFREIGHTLINECODE>
<WDFREIGHTSKU>SHIPPING</WDFREIGHTSKU>
<WDFREIGHTBRANCH>001</WDFREIGHTBRANCH>
A
</xmp>
A
<SENDDISCOUNTTOWD>TRUE</SENDDISCOUNTTOWD>
<WDDISCOUNTLINECODE>ACD</WDDISCOUNTLINECODE>
<WDDISCOUNTSKU>DISCOUNT</WDDISCOUNTSKU>
<WDDISCOUNTBRANCH>001</WDDISCOUNTBRANCH>
A