Files
AtomicOld/design/carheart/html/ajax_order.tpl
2026-02-15 18:29:53 +03:00

16 lines
624 B
Smarty
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="dialog">
{if $result}
<h3 class="header" style="color:#000;">Заявка на предзаказ оформлена</h3>
<p>Как только товар будет в наличии, менеджер магазина свяжется с Вами.</p>
{else}
<h3 class="header">Ошибка</h3>
{if $error}
<div class="message_error">
{if $error == 'empty_name'}Введите Имя{/if}
{if $error == 'empty_name2'}Введите Фамилию{/if}
{if $error == 'empty_email'}Введите email{/if}
{if $error == 'empty_phone'}Введите Телефон{/if}
</div>
{/if}
{/if}
</div>