Callback request
A callback form: visitors leave a number, requests are tracked with statuses.
Not every visitor is willing to open a chat or work through an order form — many would rather be called back. A «Request a call» button gives them that route: the person leaves a number, you see the request straight away and carry it through to a result without losing anything along the way.
What it does
- Shows a button and a short form in the shop: the phone number is required, and you can add a name, a convenient time to call and a comment.
- Gathers requests in a section of their own with statuses — new, in progress, done, rejected — showing which member of staff took the request and when.
- Displays the number of new requests right in the menu and alerts your staff about each one in the notification centre.
- Optionally forwards a request by email to an address you choose, so a manager hears about it without opening the shop admin.
- Remembers the page the request was left on, so it is clear which product the person wanted to ask about.
- The fields, bot protection and the thank-you text are configured separately for each storefront.
What you need
- The button in your shop design: the bundled themes already carry it in the footer, and you can move it to the header or a product page in the design editor.
- Working email delivery and a recipient address — if you switch on the email to a manager.
What appears in the shop
This is what a shopper sees once it is installed.
- A «Request a call» button appears in the shop footer; tapping it opens a form with a phone number and a convenient time to call. The look of the button and the form is changed in the design editor, the set of fields — in the plugin settings. The button can be moved to the header or onto a product page.
Обратный звонок
Покупатель оставляет телефон и удобное время, а не ищет, куда написать. Заявки приходят в отдельный раздел админки со статусами, чтобы ни одна не потерялась.
Как вывести кнопку в магазине
Кнопка ставится тегом в оформлении магазина: «Дизайн» → редактор оформления.
Чаще всего — в подвале (layout.html), но подойдёт любое место:
{callback_button}
Товар и другие данные тегу не нужны — он самостоятельный.
{* в шапке магазина, со своей надписью *}
{callback_button label="Перезвоните мне"}
{* если наборов полей несколько — выбрать нужный *}
{callback_button profile="Опт"}
Плагин выключен — тег ничего не выведет, страница не сломается.
Что настраивается
- Набор полей формы — в настройках плагина: телефон, имя, удобное время, комментарий. Обязательным можно сделать только телефон.
- Наборы под витрины: у каждой витрины может быть свой.
- Вид кнопки и формы — в редакторе оформления. При первом показе плагин
кладёт в вашу тему
templates/plugins/callback-request/form.htmlи файлы оформления рядом; обновление плагина их не трогает.
Где смотреть заявки
Раздел «Заявки на звонок»: телефон, время, страница, с которой позвали, и статус — новая, в работе, завершена, отклонена. Отбор по состоянию — в левой панели со счётчиками.
The form is picked by its number, not by its name
When there are several callback forms, the theme now picks one by number. It used to be picked by name — rename the form in the settings and the shopper silently got a different one, with different fields. Names still work, so themes already set up keep running.
You can see how to show the form
Each form now shows a ready line for your theme template with a copy button, and says where the look of the form itself is edited.
Callback forms are configurable again
The settings screen is back in the panel: which fields the form asks for and in what order, who receives the email about a request, bot protection and the text the shopper sees after sending. You can have several forms — one per storefront.
Field order is set with buttons rather than drag and drop: dragging is not available from a phone or a keyboard at all.
Migration to CartiX 2.0.0
The add-on now works with the new CartiX 2.0 admin panel: it brings its own labels and speaks the language the staff member selected.
An icon of its own
In the «Plugins» section and in the list of installed items the add-on now shows its own icon instead of an identical box, so you find the one you need at a glance. The icon appears on shops running version 1.30.0 and newer.
Instructions in the package
The add-on now ships with setup and configuration notes.
Первый релиз