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


Reply With Quote
