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

UI Customization Settings

PreviousSpecial Order SettingsNextSchedule Settings

Last updated 9 days ago

The UI Customization settings in WorkMate allow you to modify how product variants are displayed in different modules such as Work Orders, Purchase Orders, and Special Orders. You can choose to apply changes globally or locally to specific modules.

Subtitle Slot (Left Side)

  • The subtitle slot displays additional information underneath the product title on the left side of the product description.

  • This is a great place to show brief product metadata.

Tip: Use the subtitle slot for customer-facing labels like title or vendor.

Right Slot (Right Side)

  • The right slot appears on the right side of the product information area.

  • It is ideal for displaying larger or more detailed information about the product variant.

Tip: Use the right slot for technical or internal-facing data like sku, taxable, or price.

Using Variables

  • You can use dynamic variables in both slots to personalize the UI. Format your variables like this:

  • {{ productVariant.variableName }}

Common Variables

  • {{ productVariant.title }}

  • {{ productVariant.price }}

  • {{ productVariant.taxable }}

  • {{ productVariant.sku }}

  • {{ productVariant.product.vendor }}

  • {{ productVariant.product.tags }}

  • {{ productVariant.product.usesSerialNumbers }}

To discover more variables, click into a product preview to view the product's JSON structure.

Example: Product SKU, Price and Taxability

Subtitle Slot:

SKU: {{ productVariant.sku }}

Right Slot:

Price: ${{ productVariant.price }}  
Taxable: {{ productVariant.taxable }}

Where to Apply UI Customization

You can apply custom UI formatting to:

  • Work Orders

  • Purchase Orders

  • Special Orders

  • Or set it globally for all modules

Tip: For global consistency, keep formatting minimal and standardized across modules.

⚙️