Answer the question
In order to leave comments, you need to log in
Why is the price of the item 0?
Hello!
(didn't work with netcat)
<!-- Цена для покупателя -->
<? if ($item['ItemPrice']): ?>
<div class="tpl-property-item-price"><span class="tpl-value"><?= $item['ItemPriceF'] ?></span></div>
<? elseif ($item['ItemPriceRange']): ?>
<!-- Выводит 0 если размер 1 -->
<!-- ItemPriceRange Строка с отформатированным диапазоном цен на товар вида «от MIN до MAX» -->
<div class="tpl-property-item-price tpl-property-item-price-range"><?= $item['ItemPriceRange'] ?></div>
<? endif; ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question