Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

complete HIDE product Model No from customers


nudylady

Recommended Posts

Posted

on catalog/product_info.php

 

I changed

 

CODE

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

 

CODE

$products_name = $product_info['products_name'];

 

 

Product Model is now hidden on product_info.php BUT model NO still showing on the page header

look like this

Top » Catalog » Gilft » MODEL NO SHOWING HERE

---------------------------------------------------------

thank you for help

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...