Здравствуйте!
Установлена Русская сборка OpenCart Version 2.1.0.2 (rs.1) с шаблоном UniShop - v2.2.0.4. Поставил autocalc_price_option_OC2_v3.0.10_unishop.ocmod.xml. Все на localhoste пока, и работает. Как только включаю модуль Facebook Open Graph, в карточке товара ошибка:
Warning: number_format() expects parameter 1 to be double, string given in D:\OpenServer\domains\localhost\system\storage\modification\catalog\controller\product\product.php on line 624
621 if ( $decimal_point_meta_price != '.' ) {
622 $meta_price = str_replace($decimal_point_meta_price, '.', $meta_price);
623 }
624 $meta_price = number_format($meta_price, 2, '.', '');
625 $this->document->addOGMeta('property="product:price:amount"', $meta_price);
626 $this->document->addOGMeta('property="product:price:currency"', $this->currency->getCode());
Подскажите, пожалуйста, как исправить?