Opencart 1.5.4: Remove Hidden Products from Featured Module -
i'm using multistore feature when use featured products module, want categories in sub-domain. @ moment, products i'm not displaying in sub showing empty space. how can rid of them , show assigned products? thanks.
in file
file catalog/controller/module/featured.php
pls replace
$this->data['products'][]
to
if(!empty($product_info['status'])) $this->data['products'][]
Comments
Post a Comment