I turned off price display in configuration>featured listing>display product price yet it still shows the price under the product name.
What have I missed?![]()
I turned off price display in configuration>featured listing>display product price yet it still shows the price under the product name.
What have I missed?![]()
That only turns off the price in the listing when someone clicks on 'Featured Products' in the Categories box.
I don't think there's an admin switch for the Featured Products section on the index page, but you can find this line in includes/modules/featured_products.php and remove the red part.
$featured_products->fields['products_name'] . '</a><br />' . $products_price);
Bookmarks