trembita Posted May 27, 2007 Share Posted May 27, 2007 I found out that I can disable displaying of Product Model in admin panel. But this only disables it from the short product listing and in detailed review "Product Model" is still displayng. How to turn it off? Thanks in advance. Link to comment Share on other sites More sharing options...
Guest Posted May 27, 2007 Share Posted May 27, 2007 If you mean in your product listing page. Then in catalog/priduct_info.php find around line 88 $products_name = $product_info['products_name'] . '<br><span class="smallText">[' . $product_info['products_model'] . ']</span>'; change to $products_name = $product_info['products_name'];// . '<br><span class="smallText">[' . $product_info['products_model'] . ']</span>'; This als occurs in some of the product reviews page. Can't remember which ones but the code should be the same. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.