WorkMate Knowledge Base
  • Overview
    • 💡WorkMate Knowledge Base
    • ✨Our Features
  • INSTALLATION & SETUP
    • ✅Subscribe to a WorkMate Plan
    • 🔗Order Tagging Flow
      • WorkMate Work Order Tagging Flow
    • 🖥️Install WorkMate on Shopify Admin
    • 🛍️Install WorkMate on Shopify POS
  • Getting started with POS
    • POS Guide
      • Shopify POS Requirements
      • Resetting the Shopify POS app
      • Logging In
      • POS PIN Guide
      • Changing Permissons for Shopify POS
      • Changing POS Locations
  • WorkMate Feature Guides
    • ⚙️Configure WorkMate Settings
      • Work Order Settings
      • Purchase Order Settings
      • Line Item Settings
      • Stock Transfer Settings
      • Cycle Count Settings
      • Special Order Settings
      • UI Customization Settings
      • Schedule Settings
      • Notification Settings
      • Scanning Settings
      • Role Settings
      • Printing Settings
      • Franchise Mode
      • Price Override Settings
      • Integrations
    • 🖥️WorkMate Admin Features
      • Work Orders
        • B2B Work Orders
          • Creating a Company
          • Edit a Company Location Details
          • Set up Catalogs
        • Custom Fields
        • Modifying Line Items
        • Linking Work Orders to Draft Orders
        • Filters
        • Adding Tasks
        • Printing your Work Order
      • Purchase Orders
        • Receipts
        • Dropship
        • Re-orders
        • Vendor & Supplier Relationship
        • Printing Barcodes
        • Adding Tasks
      • Special Orders
        • Create a Special Order from an Online Order
      • Stock Transfers
        • Create Stock Transfers from WOs
        • Create Stock Transfers from the Stock Transfer Module
      • Cycle Counts
      • Rentals
      • Serials
        • Allocate Serials to an Online Order
        • Change Serials
        • Importing Serials
      • Schedule
        • My Schedule
        • Employee Availability Modes
          • My Availability
          • Manage Capacity
            • Net Capacity View
        • Manage Schedules
          • Creating a Schedule
          • Creating Events
          • Tasks
      • Services and Labour
        • Services
        • Labour
      • Notifications
        • Notification Log
        • SMS Notifications
      • Employees
      • Inventory Log
      • Shopify Flow Integrations
        • Auto-Tagging Draft Orders
        • Updating a Serialized Product Metafield
    • 🛍️WorkMate POS Features
      • WorkMate Tiles Overview
      • Work Orders
        • B2B Work Orders
        • Custom Fields
        • Modifying Line Items
        • Filters
        • Adding Tasks
        • Printing your Work Order
      • Purchase Orders
        • Dropship
        • Receipts
      • Special Orders
        • Create a Special Order for an Online Order
      • Serials
      • Stock Transfers
        • Auto Scanning
      • Cycle Counts
      • Rentals
      • Your Schedule
  • DEMO VIDEOS
    • 🖥️WorkMate Admin Demos
      • Subscribe to a WorkMate Plan
      • Install WorkMate on Shopify Admin
      • B2C Work Orders
      • B2B Work Orders
      • Purchase Orders
        • Receipts
      • Special Orders
      • Services & Labour
      • Schedules
      • Serials
        • Allocate Serials to Online Orders
      • Rentals
      • Franchise Mode
    • 🛍️WorkMate POS Demos
      • B2C Work Orders
      • B2B Work Orders
      • Purchase Orders
      • Special Orders
      • Transfer Orders
      • Cycle Count
      • Rentals
  • FREQUENTLY ASKED QUESTIONS
    • 💡FAQ
Powered by GitBook
On this page
  1. WorkMate Feature Guides
  2. Configure WorkMate Settings

Printing Settings

PreviousRole SettingsNextFranchise Mode

Last updated 1 month ago

1. Access Printing Settings

  • Open WorkMate from your Shopify dashboard.

  • Navigate to the Settings section.

  • In the settings menu, locate and select Printing to configure print templates for work orders, purchase orders, and more.

2. Configure Email Settings

  • In the Emails Settings section, configure your various email settings such as a default email address.

  • In the Email address section, you can enter:

    Your own email address, or a shared office printer email address to print documents automatically.

3. Select the Document Type to Customize

  • In the Print Templates section, you will see separate areas for configuring different document types.

Work Order Print Templates: Customize templates for printing work orders.

Purchase Order Print Templates: Customize templates for printing purchase orders.

  • Click on the document type you wish to customize.

4. Choose or Create a Print Template

  • WorkMate provides some default templates, such as:

Quote Template for work orders.

Work Order Invoice Template.

  • To customize a template:

  • Select one of the available templates to edit, or

  • Create a new template by clicking New Template.

5. Customize the Template Using Liquid

  • Liquid is Shopify’s template language used for dynamically generating content.

  • In the template editor, you can customize elements such as:

Work Order Details: Include fields like order number, date, customer information, etc.

Line Items: Display product or service line items associated with the work or purchase order.

Custom Fields: Add any custom attributes or fields you’ve configured in WorkMate.

  • To reference available variables (e.g., work order ID, customer name, product details), click the View Template Variables button. This will display a list of variables you can use in your template.

Example Liquid Code:

<h1>Work Order #{{ work_order.id }}</h1>

<p>Customer. {{ work_order.customer_name }}</p>

<p>Date. {{ work_order.created_at | date. "%B %d, %Y" }}</p>

6. Save Changes

  • After customizing your templates and configuring the email settings, click Save to apply the changes.

7. Test Your Print Template

  • After creating or editing a template, you can test it by creating a work order or purchase order and selecting the Print option.

  • The print document will use the template you configured and send it to the specified email address for review or printing.

⚙️