Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Products table heading


Guest

Recommended Posts

Posted

I have done a search and looked through the documentation but can't seem to find a solution - would appreciate it if someone could point me in the right direction.

 

My New Products table heading reads as: TABLE_HEADING_NEW_PRODUCTS

 

I have had success changing box headings but am a bit lost where to change this.

 

Thanks

Posted
I have done a search and looked through the documentation but can't seem to find a solution - would appreciate it if someone could point me in the right direction.

 

My New Products table heading reads as: TABLE_HEADING_NEW_PRODUCTS

 

I have had success changing box headings but am a bit lost where to change this.

 

Thanks

 

Its sounds like you accidently deleted something maybe like <td> or <tr> from the index.php or whatever page this shows up on. Look around in the catalog/index.php file around where it has the table listing for it.

 

Hope this helps

Posted

I have done lots of checking and double checking and have found where the table heading changes. This is how it looks - can someone check and tell me if they see anything missing that is causing the problem. Ta

 

?>

<!-- new_products //-->

<?php

$info_box_contents = array();

$info_box_contents[] = array('text' => sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')));

 

new contentBoxHeading($info_box_contents);

 

if ( (!isset($new_products_category_id)) || ($new_products_category_id == '0') ) {

Archived

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

×
×
  • Create New...