> For the complete documentation index, see [llms.txt](https://docs.vecomlab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vecomlab.com/ru/ecom-foundations/apps/task-28.md).

# Task #28: Tracktor By ShopPad

### Цель <a href="#purpose" id="purpose"></a>

Настроить приложение для отслеживания доставки.

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

Приложение Tracktor By ShopPad поможет вашим клиентам отслеживать статус заказа прямо в магазине. Кроме того, вы можете настроить удобные уведомления, которые будут автоматически отправляться на почту покупателя каждый раз, когда статус заказа меняется.

### Описание <a href="#description" id="description"></a>

* Подойдет приложение Tracktor By ShopPad

### Инструкция <a href="#instructions" id="instructions"></a>

1. Добавить Приложение В Магазин
2. Использовать Google Почту
3. Поставить Enabled
4. Выбрать План Starter
5. Настроить Tracking Page Editor
6. Настроить Settings

### Действия <a href="#actions" id="actions"></a>

Настройки могут быть другими, но всегда можно попросить поддержку проверить настройки и предоставить им доступ к магазину.

Используйте данный сайт для проверки статуса заказа: <https://parcelsapp.com>

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

Если в **Layouts** выбрано **Customizable**, тема **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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
