This isn't working for me.
Did it but i see no effect. I also so no effect when altering tables in order to get show the product info below the image (read that in another post).
It is as if I am changing the wrong file that has nothing to do with this.
<?php } else {
echo "<p>There are no products in this category yet, please check back later.</p>";
}
$html = ob_get_clean();
if(!empty($html)){ ?>
<div id="<?php echo $this->params->get('main_div_name');?>" class="hikashop_category_information hikashop_products_listing_main">
I even see the trashcan next to "listing" to remove the customization, and it's there when I exit and come back, but still nothing on the blank pages.
Any ideas?
p.s.
I cleared cache.
p.s.
I just got fed up with it and deleted everything from listing.php (yes, it's empty) and saved it, and it all still works like i didn't delete anything
Should I maybe make the change in the actual php file, rather than in the display > view section?