# Карточка товара

### Вывод расчета доставок в карточке товара

На странице товара нужно вставить html код в любое место (см. код ниже), куда скрипт будет подгружать расчет доставки (где 123 - ID товара)

{% code title="МагазинТовар" lineNumbers="true" fullWidth="true" %}

```markup
<div class="boxLoaderDelivery" data-shopitemid="123"></div>
```

{% endcode %}

{% hint style="info" %}
XSL-шаблон доставок указывается в [Настройках MegaPost](https://support.morozovpimnev.ru/megapost/nastroika-megapost#vkladka-obshie) -> "**XSL шаблон доставок для товара**"
{% endhint %}


---

# 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://support.morozovpimnev.ru/megapost/kartochka-tovara.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.
