hello, thanks for your reply
the first and second solution isn't viable since the rank depends on the product's rating and comment and must be dynamically generated
i don't mind coding but could you guide me through it?
i've only figured where the product list is generated
[line 195-ish]
if($filter_type !== 3) {
$this->setLayout('listing');
-->$html = $this->loadTemplate($layout_type);<--
and then a few line after that
[line 217-ish]
}
-->echo $html;<--
?>
</div>
the $html contains generated data of the products [after reading it's template]
in the view->product->listing.php
but that's it..
i need to figure where the loop for each product is generated
could you please tell me where the loop for each product is?