default\template\module\latest_home.tpl
<div>
<?php if ($display_price) { ?>
<?php if (!$products[$j]['special']) { ?>
<?php } else { ?>
<div>
<div class="best-price">
</div>
<?php } ?>
<?php } ?>
<div>
<?php if ($products[$j]['quantity']>0) { ?>
<?php } else { ?>
<div>
<div id="header">
<div class="out-of-stock">
</div>
<?php } ?>
category.php
$this->data['products'][] = array(
'name' => $result['name'],
'model' => $result['model'],
'rating' => $rating,
'stars' => sprintf($this->language->get('text_stars'), $rating),
'thumb' => $this->model_tool_image->resize($image, $this->config->get('config_image_product_width'), $this->config->get('config_image_product_height')),
'price' => $price,
'options' => $options,
'quantity'=> $result['quantity'],
'special' => $special,
'href' => $this->model_tool_seo_url->rewrite(HTTP_SERVER . 'index.php?route=product/product&path=' . $this->request->get['path'] . '&product_id=' . $result['product_id']),
'add' => $add
);
}только что добавили: 'quantity'=> $result['quantity'],"ЛУЧШИЕ ЦЕНЫ" (BEST PRICE) и "ПРОДАНО" (OUT OF STOCK) не могу работать вместе
....line 28 ( <?php if ($products[$j]['quantity']>0) { ?> )
ЛУЧШИЕ ЦЕНЫ работает самостоятельно, но когда я пытаюсь добавить код ПРОДАНА - не работает