Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HEADING_TITLE


Guest

Recommended Posts

Posted

HEADING_TITLE, this is what appears on my catalogue first page. How can I get rid of it or change it please

Posted

Catalog /includes/ languages / index.php should have

define('HEADING_TITLE', 'Let\'s See What We Have Here');

 

if it does not, add it and then make it look like

 

define('HEADING_TITLE', '');

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

HEADING_TITLE is in the standard oscommerce code. The index page is trying to load it since reference to it is still there. You can do as Fimble suggested, which is to add the definition back in, or edit the index.php file and remove the code that calls it. Search that file for HEADING_TITLE and you will find it.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
HEADING_TITLE is in the standard oscommerce code. The index page is trying to load it since reference to it is still there. You can do as Fimble suggested, which is to add the definition back in, or edit the index.php file and remove the code that calls it. Search that file for HEADING_TITLE and you will find it.

 

Jack

 

Hi, I found it and deleted the table and it looks fine now, many thanks

Archived

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

×
×
  • Create New...