Добрый день друзья!
Помогите пожалуйста аналогичная проблема, вот ошибка:
Fatal error: Call to undefined method CompareController::getProduct() in /home/oglcomu1/public_html/modules/socialsharing/socialsharing.php on line 161
Вот моя страница с 150 до 170:
public function hookDisplayHeader($params)
{
if (!isset($this->context->controller->php_self) || !in_array($this->context->controller->php_self, array('product', 'products-comparison')))
return;
$this->context->controller->addCss($this->_path.'css/socialsharing.css');
$this->context->controller->addJS($this->_path.'js/socialsharing.js');
}
if (!$this->isCached('socialsharing_header.tpl', $this->getCacheId('socialsharing_header|'.(isset($product->id) && $product->id ? (int)$product->id : ''))))
{
$this->context->smarty->assign(array(
'price' => Tools::ps_round($product->getPrice(!Product::getTaxCalculationMethod((int)$this->context->cookie->id_customer), null), _PS_PRICE_COMPUTE_PRECISION_),
'pretax_price' => Tools::ps_round($product->getPrice(false, null), _PS_PRICE_COMPUTE_PRECISION_),
'weight' => $product->weight,
'weight_unit' => Configuration::get('PS_WEIGHT_UNIT'),
'cover' => isset($product->id) ? Product::getCover((int)$product->id) : '',
'link_rewrite' => isset($product->link_rewrite) && $product->link_rewrite ? $product->link_rewrite : '',
));
}
Версия престы 1.6.1.1
Борюсь уже не первый день, не как не получается побороть белый экран при сравнении товаров.
Заранее спасибо Вам!
Сообщение отредактировал llvllEqpUCTO (24-09-2015 12:34)