A related products enhancement using the Jetlore platform.
This module was developed to provide related product suggestions for products. It was designed to override the native related product functionality of Magento by replacing its content with product data served by Jetlore-driven metrics.
N/A
protected function _prepareData()
{
if ($this->isEnabled()) {
$this->setTemplate('jetlore_ranker/product/related.phtml');
} else {
return parent::_prepareData();
}
return $this;
}