You are not logged in.
Pages: 1
HTML Invoice Template for Channel Advisor
To collect records from ChannelAdvisor, you need to change the HTML in the Line Item HTML Template.
In your ChannelAdvisor account go to Sales>Settings>Invoice Template
For Non UK channels, you will also need to copy the Invoice HTML Template from a UK one.
Paste the HTML code in the box below, into the Line Item HTML Template
<!--PACKING PARTNER-->
<tr bgcolor={{ROWCOLOR}} align=center>
<td image='{{IMAGE(ITEMIMAGEURL1)}}'>{{ITEMSKU}}</td>
<td>{{ITEMQUANTITY}}</td>
<td align=left> {{ITEMAUCTIONDESCRIPTION}}
<br>Location: {{BINLOCATIONNUMBER}}
<br>Variation:
<br>Weight: {{ITEMWEIGHT}}
<br>Gift Message: {{ITEMGIFTMESSAGE}}
<br>Gift Level: {{ITEMGIFTWRAPLEVEL}}
</td>
<td align=right>{{ITEMPRICE}}</td>
<td align=right>{{ITEMSUBTOTALAMOUNT}}</td>
</tr>
Adding Item Attributes (variations)
At the end of the variation line (if it reads Attributes, change it to Variation) in the template add all the attributes you use by selecting them from the drop down at the top of the invoice template page. e.g.
<br>Variation: {{COLOUR}}{{SIZE}}
Once you have entered this HTML code, save the invoice template. You should then be able to collect your orders into Packing Partner.
You can also add other attributes to the code field:
<br>Code: {{ATTRIBUTE_NAME}}
Offline
Pages: 1