Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

In which file is the constant STORE_NAME defined?


ygo

Recommended Posts

Posted

I found this line in /includes/languages/english.php

 

define('TITLE',STORE_NAME);

 

I cannot find where STORE_NAME is. Anyone please help me.

Thanx a lot. :)

Posted

Sorry but I cannot see it in admin/configuration.php :(

Where is it really saved in?

Posted

It's actually stored in the 'configuration' table in the database, but Mike is right in that it's set in the Admin->Configuration/MyStore part of the interface.

 

Cheers.

Posted
So it's not a constant in PHP script right?

 

Correct. It is stored in the database and when needed it is read from the database by a query.

Rule #1: Without exception, backup your database and files before making any changes to your files or database.

Rule #2: Make sure there are no exceptions to Rule #1.

Archived

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

×
×
  • Create New...