carrucha Posted July 10, 2003 Share Posted July 10, 2003 Well, I'm trying to get rid of the message: This is a demonstration online-shop, any products purchased will not be delivered nor billed. Any information seen on these products are to be treated fictional. I've read several posts and don't understand how to fix this. I've opened up index.php and english.php while default.php does not exist. What am I missing? The other blaring question I'm asking myself is, "Is this script operational just because I make a text edit? Is there some kind of "on switch" to get it out of demo mode, or is that just a scare message?" Any advise would be helpful. Damon Link to comment Share on other sites More sharing options...
Guest Posted July 10, 2003 Share Posted July 10, 2003 Find includes/languages/english/index.php and update the define('TEXT_MAIN', .....); to something like define('TEXT_MAIN', 'this is not an online demo and all stuff will be certainly be billed and maybe even delivered'); Or something a little more appropriate ;-) Regards, Rob Link to comment Share on other sites More sharing options...
Guest Posted July 10, 2003 Share Posted July 10, 2003 http://wiki.oscommerce.com/helpHowtoTextGeneral and if you have the latest 2.2CVS the default.php as been replace by index.php HTH The_Bear Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.