-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Overview of steps:
- Create a Zebra Label template via ZebraDesigner. Note that any text fields this app will be replacing need to utilize Zebra's built in fonts.
- Create text fields for the to/from areas.
- Place the variables where you want text inserted
- Print the template to a file via ZebraDesigner (file format should be .prn)
%PRODUCT% - Product name for the integrated picklist
%TONAME% - 1st line on the destination address block
%ADDRESS1% - 2nd line on the destination address block
%ADDRESS2% - 3rd line on the destination address block
%ADDRESS3% - 4th line on the destination address block
All of these settings are in config.php
$labelTemplate - the filename of the .prn file you created in the previous step
$labelOutputdir - the folder we will place generated labels into
$printerDevice - UNC path to the Zebra printer (printer needs to be shared)
$siteID - which eBay site to utilize
$devID - from your eBay developer account
$appID - from your eBay developer account
$certID - from your eBay developer account
$serverUrl - URL of the eBay site to utilize
$userToken - from your eBay developer account
$compatabilityLevel - which version of the sdk/api to utilize