add public design files
This commit is contained in:
6
design/carheart/html/ajax_price.tpl
Normal file
6
design/carheart/html/ajax_price.tpl
Normal 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> </p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user