Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cant Change page Titles or Page Footer


psxnomad

Recommended Posts

Posted

When i try to change the page titles in /includes/lagnuages/english.php i get the following error:

 

Parse error: parse error, unexpected T_STRING in /home/xoffice/public_html/catalog/includes/languages/english.php on line 79

 

Its funny cause the default title to osCommerce, if i add a o, to make it oosCommerce as example i get the error, if i try to change it back i get hte same error. Anyoen know why?

Posted

_usually_ that error means there's a missing semi-colon(;) after the statement.. or possibly you have extra spaces after it :)

Posted

the line should look like:

// page title

define('TITLE', 'insert your page title here');

 

Nothing more, nothing less.

Posted
the line should look like:

// page title

define('TITLE', 'insert your page title here');

 

Nothing more, nothing less.

 

 

thanks, i know all tis already.. here is exactly what i got, and i still get hte error:

 

// page title

define('TITLE', '2xoffice equipment and supplies');

Posted

www.2xoffice-equipment.com/catalog

 

but i set back the old engligh.php, ill make hte change now so u can see the exact error.

Posted

cool, for some reason it worked now. lol

 

Hey, do u know how i can remove the Customer Reviews? Also i need to know how to put text instead of numbers for price of item if posssible. Would be cool if u can help

Posted

in catalog/includes/column_right.php comment out the line:

 

require(DIR_WS_BOXES . 'reviews.php');

 

i.e. put // before that line.

 

Why would you want text as a price?

Posted

i want to put call for quote, im just doing this site for a friend, he wants call for quote on a certain item. but i listed it as $0 and call for quote in description. Ima just tell him gimmie aset price for it.

Archived

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

×
×
  • Create New...