20 Jul 2012, 9:18 PM
Zen Follower
- Join Date:
- May 2005
- Posts:
- 94
- Plugin Contributions:
- 0
Remove Model Number from product_reivews
Hi All.
I am trying to remove the model number from the preoduct_reviews page located under the product title heading.
See example:
http://idosersoftware.com/index.php?main_page=product_reviews&products_id=191&number_of_uploads=0&cPath=15
I thought this was the <h1 id="productReviewsDefaultHeading"><?php echo $products_name . $products_model; ?></h1> in includes / templates/ theme / templates but after changing to <h1 id="productReviewsDefaultHeading"><?php echo $products_name; ?></h1> it doesnt seem to help