Most everything you see in the Store Settings area of admin is contained in one config array. CubeCart reads and writes to this array using the code: $GLOBALS['config']->get('config','name of setting') $GLOBALS['config']->set('config','name of setting', 'value')where $GLOBALS['config'] is the Configuration class, and the 'config' in the get and set functions is the store-wide configuration array. When CubeCart is waking up, the database is queried for the saved configuration array, base64