add public design files

This commit is contained in:
Alan
2026-02-15 18:29:53 +03:00
parent 446351622f
commit 818397acb7
486 changed files with 43323 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<div id="deliveries">
<p>Конечная сумма доставки: <span class="delivprice">{$data->rsp->price} руб</span>. <br />
Срок доставки составляет от {$data->rsp->term->min} до {$data->rsp->term->max} дней.</p>
<input type="hidden" name="delivery_price" value="{$data->rsp->price}" />
<p>&nbsp;</p>
</div>