Guest Posted July 31, 2004 Posted July 31, 2004 When viewing the product_info.php page, at the end of the breadcrumbs comes up the model number. Doesn't look so great. How do I take that out or replace with the product name ?
Guest Posted August 1, 2004 Posted August 1, 2004 In catalog/includes/product_info.php change: if (tep_not_null($product_info['products_model'])) { $products_name = $product_info['products_name'] . '<br><span class="smallText">[' . $product_info['products_model'] . ']</span>'; } else { $products_name = $product_info['products_name']; } to: $products_name = $product_info['products_name']; Matti
Guest Posted August 14, 2004 Posted August 14, 2004 oops... I forgot about this thread. Thanks for the reply. Although didn't you mean catalog/product_info.php instead of includes/product_info.php ? This fixed the product model number from showing in the page, but not in the breadcrumbs links. Any thoughts on that ? I just want the product name to show up instead of the model number Thanks
Guest Posted August 14, 2004 Posted August 14, 2004 There's a contribution to fix that here: http://www.oscommerce.com/community/contributions,1554
Guest Posted August 14, 2004 Posted August 14, 2004 Awesome Ken !! I didn't even think to look at the contributions Thanks alot :P
Recommended Posts
Archived
This topic is now archived and is closed to further replies.