Quote Originally Posted by CharInLasVegas View Post
Ok, I getcha now. Yes, reviews still shows up even if you turn it off in tpp. I deleted the code from tpl_product_listing to get rid of it, I couldn't find any other way.

As far as the other...when I have tabs enable to show product description, my product title (name) shows up above the item price where it does normally. So, yes something is not right.

Do you have

Code:
<!--bof Product Name-->

<h1 id="productName" class="productGeneral"><?php echo $products_name; ?></h1>

<!--eof Product Name-->
above your "price block" code?
If you mean the tpl_product_info_display.php file, then yes, that code is present.

I can't find a file anywhere named tpl_product_listing.php...