Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$this->data['model'] = $product_info['model'];
$this->data['date_added'] = $product_info['date_added'];
<span><?php echo $text_model; ?></span> <?php echo $model; ?><br />
<span>Дата поступления: </span><?php echo $date_added; ?><br />
$this->data['date_added'] = $product_info['date_added'];
$this->data['date_added'] = date($this->language->get('date_format_short'), strtotime($product_info['date_added']));