На сайте вылазит ошибка, если цена не установленна Warning: Division by zero in system/storage/modification/catalog/controller/extension/module/featured.php on line 62
Сайт на ocstore 2.3
Вот часть кода
$data['products'][] = array(
'percent' => sprintf($this->language->get('-%s'), (round((($product_info['price'] - $product_info['special'])/$product_info['price']) * 100 ,0))) . ' %',
'product_id' => $product_info['product_id'],
'thumb' => $image,
'name' => $product_info['name'],
'description' => utf8_substr(strip_tags(html_entity_decode($product_info['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get($this->config->get('config_theme') .
Подскажите, как исправить