This is the documentation for LemonStand V1, which has been discontinued. You can learn more and upgrade your store here.

LemonStand Version 1 Has Been Discontinued

This documentation is for LemonStand Version 1. LemonStand is now offered as a cloud-based eCommerce platform.
You can try the new LemonStand and learn about upgrading here.

Creating a New Shipping Label Template

The process of implementing a shipping label template is similar to customizing invoice templates. The shipping labels directory is modules/shop/shippinglabel_templates. The following PHP variables are available in a shipping label template:

  • $order - represents an order, corresponding a current invoice. An object of the Shop_Order class
  • $company_info - PHP object, containing information about your company. You can edit the company information on the System/Settings/Company Information and Settings page.
  • $shipping_params - PHP object, containing the shipping parameters. You can load the origin location from this object. You can edit the company information on the System/Settings/Shipping Configuration page.

Next: Creating a New Packing Slip Template
Previous: Customizing Invoices Templates
Return to Order History, Status, and Details