Magento Module: Jetlore Ranker

A related products enhancement using the Jetlore platform.

Details

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.

Screenshots

N/A

Technical Features

Code Sample

protected function _prepareData()
{
    if ($this->isEnabled()) {
        $this->setTemplate('jetlore_ranker/product/related.phtml');
    } else {
        return parent::_prepareData();
    }

    return $this;
}

Static Analysis