InstallContactAboutSupport

Announcement

Recent posts

Current Status

Amazon token issues

Registering a user account

Latest update for all users:
Latest version details

Recent History

PayPal Checkout Cookies

Amazon Shipping VTR

#1 29-04-2014 10:58 am

Andrew
Admin
Andrew

HTML Invoice Template for Channel Advisor

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

Board footer