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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -