Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove Model Number from product_reivews

Remove Model Number from product_reivews

Views: 377

Results 1 to 1 of 1
20 Jul 2012, 9:18 PM
#1
chriscana avatar

chriscana

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