psxnomad Posted July 19, 2003 Posted July 19, 2003 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?
Aric Posted July 19, 2003 Posted July 19, 2003 _usually_ that error means there's a missing semi-colon(;) after the statement.. or possibly you have extra spaces after it :)
Aric Posted July 19, 2003 Posted July 19, 2003 the line should look like: // page title define('TITLE', 'insert your page title here'); Nothing more, nothing less.
psxnomad Posted July 19, 2003 Author Posted July 19, 2003 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');
psxnomad Posted July 19, 2003 Author Posted July 19, 2003 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.
psxnomad Posted July 19, 2003 Author Posted July 19, 2003 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
Aric Posted July 19, 2003 Posted July 19, 2003 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?
psxnomad Posted July 19, 2003 Author Posted July 19, 2003 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.
Aric Posted July 19, 2003 Posted July 19, 2003 I'm pretty sure there's a contribution for that -- sorry I can't recommend any.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.