Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

title on pages


chicka

Recommended Posts

Posted

I am new to this...but I am creating a site and on all of the back pages, instead of showing the category or whatever, all it shows is "What's New". I don't know if there is something that I need to change. Its not on the front page, but the back pages. Like I have a category for games. When you click on that cateogory, it takes you to games page, but instead on having games at the top it says "Whats New". Is it something I need to change???

 

Also wondering how I could change the size of the whole layout so that it centers on the screen and I could add a bg color around it?

 

 

Any suggestions would be great. thanks.

Posted
I am new to this...but I am creating a site and on all of the back pages, instead of showing the category or whatever, all it shows is "What's New". I don't know if there is something that I need to change. Its not on the front page, but the back pages. Like I have a category for games. When you click on that cateogory, it takes you to games page, but instead on having games at the top it says "Whats New". Is it something I need to change???

 

Also wondering how I could change the size of the whole layout so that it centers on the screen and I could add a bg color around it?

Any suggestions would be great. thanks.

 

click on the relevant info links in my signature below.

Posted

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
 define('HEADING_TITLE', 'What\'s New');
 define('TABLE_HEADING_IMAGE', '');
 define('TABLE_HEADING_MODEL', 'Model');
 define('TABLE_HEADING_PRODUCTS', 'Product Name');
 define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
 define('TABLE_HEADING_QUANTITY', 'Quantity');
 define('TABLE_HEADING_PRICE', 'Price');
 define('TABLE_HEADING_WEIGHT', 'Weight');
 define('TABLE_HEADING_BUY_NOW', 'Buy Now');
 define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
 define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
 define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
 define('TEXT_SHOW', '<b>Show:</b>');
 define('TEXT_BUY', 'Buy 1 \'');
 define('TEXT_NOW', '\' now');
 define('TEXT_ALL_CATEGORIES', 'All Categories');
 define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
 define('HEADING_TITLE', 'WELCOME TO MK NOVELTY');
} elseif ($category_depth == 'nested') {
 define('HEADING_TITLE', 'Categories');
}
?>

click on the relevant info links in my signature below.

 

I have updated and added alot thanks to your links...I am still getting the What's New on all of my back pages, but I have figured out where it is coming from...and I can change it now, but I don't want it to say the same thing on all the pages. I guess I could eliminate it all together, but is there a way to get it to display the category name on the corresponding page? I don't know much php. Thanks for all your help!

Archived

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

×
×
  • Create New...