Skip to content

Configuration

Michael Requeny edited this page Mar 19, 2017 · 3 revisions

Overview of steps:

Design Zebra Label Template

  1. 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.
  2. Create text fields for the to/from areas.
  3. Place the variables where you want text inserted
  4. Print the template to a file via ZebraDesigner (file format should be .prn)

Replaceable Fields

%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

Configure eBay Order Printer Settings

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)

eBay specific settings

$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