> For the complete documentation index, see [llms.txt](https://wiki.indeepa.com/2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.indeepa.com/2.0/kak-nastroit-cenu-do-skidki.md).

# Как настроить цену до скидки

<figure><img src="/files/f6HWLeIIpZGx6ukjHVA6" alt=""><figcaption></figcaption></figure>

«Цена до скидки» — перечеркнутая стоимость на товар, которую видит клиент в маркетплейсе. Репрайсер устанавливает ее в ЛК и дает от нее скидку продавца, чтобы получить цену со скидкой.

Зафиксировав её, репрайсер сможет корректировать этот показатель лишь целым процентом скидки и не всегда сумеет выставить точную цену «рубль в рубль». Данное ограничение устанавливается Wildberries.

Для того, чтобы появился столбец с настройкой цены до скидки во вкладке «Товары», необходимо [настроить пресет](https://wiki.indeepa.com/2.0/nastroika-sobstvennykh-presetov).

## Чтобы настроить цену до скидки:

1. Перейдите в раздел «Товары».
2. Найдите параметр «Цена до скидки (настр.)»

<figure><img src="/files/1Nd82ZF5QnOsxYWxquFL" alt=""><figcaption></figcaption></figure>

3. Впишите стоимость товара до скидки и нажмите «Сохранить.

Стоимость товара можно внести как в рублях, так и в процентах. Лучше указывать в процентах, поскольку при заполнении обоих параметров система ориентируется на значение, указанное в рублях.

<figure><img src="/files/DizkLcVqK1UwwhpXaZSh" alt=""><figcaption></figcaption></figure>

Репрайсер сформирует цену, которая останется фиксированной при следующем обновлении.


---

# 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://wiki.indeepa.com/2.0/kak-nastroit-cenu-do-skidki.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.
