# 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="https://content.gitbook.com/content/xa9ueiMPkj0LsrVay0aB/blobs/SG7C98xRAVIhbB5KrDeL/vecom-lab-info-ru-tracktor-1.jpg" 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;
}
```
