Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sorry, this question has been dealt with a million times


carrucha

Recommended Posts

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

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

Archived

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

×
×
  • Create New...