VecomLab
Visit website
English
English
  • Welcome
  • Help
  • Upgrade Shopify no code
    • Shrine Solutions
    • Loox Reviews
  • shopify theme setup
    • Dawn Theme Shopify
      • Dawn Theme Shopify: How to Add Your Own Social Media Icons
      • Dawn Theme Shopify: How to Add Payment Method Icons to the Cart Drawer
      • Dawn Theme Shopify: How to Change the (Continue Shopping) Link
  • Shopify and Facebook Foundations
    • Overview
    • Quickstart
    • Dropshipping
    • Business Registration
    • Account Opening
    • Product Selection
      • Task #1: Product Research
    • Workspace
      • Task #2: Trello and Google Drive + Accesses
    • Store Creation
      • Task #3: Favicon & Logo Site & Logo Social & Social sharing image
      • Task #4: Shopify Account
      • Task #5: Domain
      • Task #6: Corporate Email with Yandex
      • Task #7: DSers Account
      • Task #8: Copywriting
      • Task #9: Manage Account
      • Task #10: Settings - Store details
      • Task #11: Settings - Payments
      • Task #12: Settings - Notifications
      • Task #13: Settings - Store languages
      • Task #14: Settings - Checkout
      • Task #15: Settings - Shipping and delivery
      • Task #16: Settings - Policies
      • Task #17: Online Store - Preferences
      • Task #18: Online Store - Navigation
      • Task #19: Online Store - Customize
      • Task #20: Online Store - Discounts
      • Task #21: Online Store - Edit Code
      • Task #22: Products
    • Social Media
      • Task #23: Facebook Page
      • Task #24: Instagram Account
    • Ad Account
      • Task #25: Facebook Ad Account
    • Apps
      • Task #26: Loox or Judge.me Product Reviews
      • Task #27: Klaviyo
      • Task #28: Tracktor By ShopPad
      • Task #29: Buy Me ‑ Sticky Buy Button
    • Ads Strategy
      • Task #30: Preparation and Launch of Test Advertising Campaign
    • Business Management
      • Task #31: Management
    • Customer Service
      • Task #32: FAQ's and CS Templates
Powered by GitBook
On this page
  • Purpose
  • Description
  • Instructions
  • Actions
  • Custom CSS

Was this helpful?

  1. Shopify and Facebook Foundations
  2. Apps

Task #28: Tracktor By ShopPad

Set up order tracking in Shopify: automatic notifications about the order status sent to the customer's email.

PreviousTask #27: KlaviyoNextTask #29: Buy Me ‑ Sticky Buy Button

Last updated 2 months ago

Was this helpful?

Purpose

Set up the app for tracking deliveries.

The Tracktor by ShopPad app will help your customers track their order status directly in the store. Additionally, you can set up convenient notifications that will be automatically sent to the customer's email every time the order status changes.

Description

  • The Tracktor by ShopPad app will be suitable

Instructions

  1. Add the app to the store

  2. Use Google Mail

  3. Set to Enabled

  4. Choose the Starter Plan

  5. Set up the Tracking Page Editor

  6. Configure the Settings

Actions

The settings may vary, but you can always ask support to check the settings and provide them access to the store.

Custom CSS

If Customizable is selected in Layouts, the theme will be Light.

/* Tracktor CSS */
#tracktorOrderForm {
  text-align: center;
  padding-bottom: 30px;
}

#tracktorOrderForm input {
  width: 100%;
  max-width: 300px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid black;
  padding-left: 10px;
  font-size: 16px;
}

#tracktorOrderForm label {
  text-align: center;
  font-size: 18px;
}

#tracktor { padding-bottom: 0 !important; } 
@media only screen and (max-width: 1250px) {
  #tracktorOrderForm,
  #tracktorResponseContainer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.field.recaptcha > div {
  margin: 0 auto;
}

#tracktorOrderForm input[type="text"]:focus {  
  box-shadow: none !important;
  outline: unset !important;
}

Use this website to check the order status:

https://parcelsapp.com
VecomLab Shopify App Tracktor By ShopPad