> For the complete documentation index, see [llms.txt](https://resolve-wiki.huckster.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resolve-wiki.huckster.ru/prochie-instrukcii/instrukciya-po-podklyucheniyu-dopolnitelnykh-tipov-cen.md).

# Инструкция по подключению дополнительных типов цен

Дополнительный тип цен — это возможность пользоваться прайсом, альтернативным основному. Он необходим, когда нужно все цены переключить на акционные, например, или давать дополнительную скидку/наценку в какое-то время суток с конкретной стоимостью товара.

{% stepper %}
{% step %}

### Шаг 1. Создание типа цен

Создать дополнительный вид цен можно в любом кабинете во вкладке «отдельный вид цен». Назвать вы его можете произвольно.

![](/files/ba103cc46461011202ed163a33d8ed369113cc28)
{% endstep %}

{% step %}

### Шаг 2. Заполнение дополнительного типа цен

В управлении каталогом в шаблоне обновления цен появится дополнительная колонка с вашим названием. Ее нужно заполнить альтернативными ценами.

{% hint style="warning" %}
Заполнять нужно все цены кабинета, подключенные к репрайсеру, иначе по товарам, где не заполнена цена, система выгрузит ноль.
{% endhint %}

![](/files/986f661cf13ebf6030087f4017821b0112f85fef)
{% endstep %}

{% step %}

### Шаг 3. Подключение типа цен

После заполнения вам нужно выбрать нужный кабинет, выбрать тип цен и подключить его с помощью галки.

![](/files/a63d9b888b1698965aac7c3f35e462862ed49001)
{% endstep %}

{% step %}

### Шаг 4. Отключение типа цен

При необходимости отключить дополнительный вид цен и вернуться к основному прайсу достаточно просто снять галку и сохранить изменения.
{% endstep %}
{% endstepper %}

<a href="/pages/Ujc9WABY0kQcBsyWztSI" class="button primary">Контакты поддержки</a>


---

# 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://resolve-wiki.huckster.ru/prochie-instrukcii/instrukciya-po-podklyucheniyu-dopolnitelnykh-tipov-cen.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.
