Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Search
Search


Forum Index » ShipWorks 3

Post new topic   Reply to topic
Channeladvisor - Adding more info to packing slips
View previous topic :: View next topic  
Author Message
pnpgames



Joined: 27 Nov 2008
Posts: 9

PostPosted: Wed Feb 29, 2012 6:20 pm    Post subject: Channeladvisor - Adding more info to packing slips Reply with quote

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
View user's profile
Brett Berger
Site Admin


Joined: 11 Jun 2010
Posts: 2454

PostPosted: Fri Mar 02, 2012 7:40 am    Post subject: Reply with quote

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
View user's profile
jason4car



Joined: 22 Mar 2012
Posts: 1

PostPosted: Fri Mar 23, 2012 8:11 pm    Post subject: Reply with quote

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
View user's profile Visit poster's website
Brett Berger
Site Admin


Joined: 11 Jun 2010
Posts: 2454

PostPosted: Tue Mar 27, 2012 6:41 am    Post subject: Reply with quote

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
View user's profile
Display posts from previous:   
Post new topic   Reply to topic     Forum Index » ShipWorks 3 All times are GMT - 7 Hours
Page 1 of 1

 
Jump to:  

Powered by phpBB © 2001, 2002 phpBB Group