How to add the bill to address to the vendor notification
Posted: Wed Jul 07, 2010 9:06 am
Good afternoon all and thanks for all the great info so far. I am having some issuse with the vendor notification with orders that are paid at one place and shipped to another. How can I send an invoice to the vendor that is just like the one I can print from the order module page? My vendor is having a problem and I was just going to add the following text to the vendor notification after the ship to part:
After seeing an invoice though I would rather send an invoice to the vendor so that they get all the info. Is this possable and if so could someone point me in the right direction so that I may rectify this situation. If not would this bit of code add the bill to address to the notification, please and thank you.
Code: Select all
<td>
<strong>Bill To:</strong>
<div style="padding-left:30px;">
<p>[BillFirstName] [BillLastName]<br>[BillingAddress]</p>
</div>
</td>