# Task #28: Tracktor By ShopPad

### Purpose <a href="#purpose" id="purpose"></a>

Set up the app for tracking deliveries.

{% embed url="<https://youtu.be/NMUIG5zAZkw>" %}

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 <a href="#description" id="description"></a>

* The Tracktor by ShopPad app will be suitable

### Instructions <a href="#instructions" id="instructions"></a>

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 <a href="#actions" id="actions"></a>

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

Use this website to check the order status: <https://parcelsapp.com>

### Custom CSS <a href="#custom-css" id="custom-css"></a>

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

<figure><img src="/files/YhvVdKfnYLDHBesERMIh" alt="VecomLab Shopify App Tracktor By ShopPad"><figcaption></figcaption></figure>

```
/* 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;
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vecomlab.com/ecom-foundations/apps/task-28.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
