Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Titles / Catagory Titles


spunkypup

Recommended Posts

Guys,

 

Got a problem....

 

Have a look at this page : http://www.pug206parts.com/catalog/index.php?cPath=31

 

you'll notice the catagory title is missing.... and instead there is a lovely " ; " instead!

 

I've searched every possible file I can think of... the only problem is ";" is also PHP scripting so

narrowing it down is hard!

 

Where should I be looking to change the ";" into the catagory title????

Link to comment
Share on other sites

Guys,

 

Got a problem....

 

Have a look at this page : http://www.pug206parts.com/catalog/index.php?cPath=31

 

you'll notice the catagory title is missing.... and instead there is a lovely " ; " instead!

 

I've searched every possible file I can think of... the only problem is ";" is also PHP scripting so

narrowing it down is hard!

 

Where should I be looking to change the ";" into the catagory title????

 

 

The problem may be in index.php

There are several instances of <?php echo HEADING_TITLE; ?> ... I would hazard a guess that most of this code is missing, apart from the semi-colon.

Link to comment
Share on other sites

Where should I be looking to change the ";" into the catagory title????

 

I believe you are looking at line 19 the

 

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

 

in /catalog/english/index.php

 

You probably made an edit there and some how left a semicolon in a string...

Link to comment
Share on other sites

I'm assuming that would be found in the product_info.php file?????

 

No. The page with your ";" is /catalog/index.php, but the errors is in an included file possibly /catalog/includes/modules/product_listing.php or it may be somewhere else in the /catalog/includes/languages/english/index.php page.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...