| View previous topic :: View next topic |
| Author |
Message |
pnpgames
Joined: 27 Nov 2008 Posts: 9
|
Posted: Wed Feb 29, 2012 6:20 pm Post subject: Channeladvisor - Adding more info to packing slips |
|
|
Hi there!
We're looking to add more info to our packing slips for our orders imported from Channeladvisor. Is it possible to output the following on our packing slips for each item sold?
ISBN
UPC
Harmonized Code
Warranty
EAN
ASIN
MPN
Brand
Manufacturer
Height
Length
Width
I think UPC/ISBN are available in filters, but we're hoping to use these fields to provide our employees with additional info.
Also is there a way to create a filter with height/length/width? We're looking to changing the way we process orders in order to make it more efficient.
Thanks
Jade
PNP Games |
|
| Back to top |
|
Brett Berger Site Admin
Joined: 11 Jun 2010 Posts: 2454
|
Posted: Fri Mar 02, 2012 7:40 am Post subject: |
|
|
You should be able to use something like
| Code: | | <xsl:value-of select="//Order/Item/UPC" /> |
or
| Code: | | <xsl:value-of select="//Order/Item/ISBN" /> |
or similar inside of a template to output UPC, ISBN, etc.
Templates are built using XSL, and the input to the XSL engine is an XML document that represents all of the data for the current selection in ShipWorks.
The best way to see that XML source is to do a Print Preview of the orders you are interested in and choose the System\Utility\XML Source template.
The v2 helpfile contains a tutorial on using XSL and XML and still mostly applies to v3. http://www.interapptive.com/shipworks/help/ShipWorks.chm (Note: You may have to right-click on the file, go to Properties, and click Unblock before viewing the content). _________________ Brett Berger
Interapptive ShipWorks Support |
|
| Back to top |
|
jason4car
Joined: 22 Mar 2012 Posts: 1
|
Posted: Fri Mar 23, 2012 8:11 pm Post subject: |
|
|
| I was wondering if the attribute "brand" within channeladvisor is an available output? I went through the shipworks v2 helpfile but this topic was not covered. |
|
| Back to top |
|
Brett Berger Site Admin
Joined: 11 Jun 2010 Posts: 2454
|
Posted: Tue Mar 27, 2012 6:41 am Post subject: |
|
|
This value is not being downloaded, not sure if it's available in the ChannelAdvisor API we're currently utilizing, but will check with development and notate this as a possible future addition. _________________ Brett Berger
Interapptive ShipWorks Support |
|
| Back to top |
|
|