Tutorials/List of config options
From OXIDwiki
| option | description | syntax | Version |
|---|---|---|---|
| sCSVSign | Separator for Im/Export in Enterprise Edition |
||
| sGiCsvFieldEncloser | Encloser for Im/Export | ||
| blCheckForUpdates | Shop will be checked for version in admin home page only if this option is checked | ||
| sAltImageDir | In case if pictures for articles should be loaded from separate server and are available only through http - it's enough to include option in config.inc.php. Then to load picture for article only define the rest http path to the image file. Attention: If this option is set in the configuration file config.inc.php, uploading of article pictures in admin area is not possible. |
$this->sAltImageDir = "[http://[path_to_images_dir_on_server]/ http://[path_to_images_dir_on_server]/]"; | |
| sCookieDomain | In case you setup different subdomain for SSL/non-SSL pages cookies may not be shared between them. Defines the domain that the cookie is available. | ||
| sAuthOpenIdRandSource | define 'Auth_OpenID_RAND_SOURCE' (filename for a source of random bytes) | $this->sAuthOpenIdRandSource = '/dev/urandom'; | |
| sCookiePath |
possibility to define path on the server in which the cookie will be available on. | $this->sCookiePath = '/dev/urandom'; | |
| blForceSessionStart |
force session start on first page view and for users whose browsers do not accept cookies, append sid parameter to URLs; |
$this->blForceSessionStart = "1" |
|
| aTrustedIPs | defines IP addresses, for which session + cookie id match and user agent change checks are off | ||
| blUseTimeCheck | additionally checks if "oxactivefrom < current date < oxactiveto" | ||
| blUseStock | If value is TRUE checks stock state "( oxstock > 0 or ( oxstock <= 0 and ( oxstockflag = 1 or oxstockflag = 4 ) )" | ||
| sCustomTheme | |||
| blLogChangesInAdmin | Log all modifications performed in Admin (in oxadminlog table) | $this->blLogChangesInAdmin = 0; | |
| blMallSharedBasket | Common cart for subshops | ||
| blSeoMode | Switch off SEO URLs | $this->blSeoMode = false; | |
| iPicCount | change number of item pictures | ||
| aModules | some classes can be overloaded, but only by setting up this information in config.inc.php directly |
$this->aModules = array( ‘oxutilsobject’ => ‘my_oxutilsobject’ ); |
|
| aRequireSessionWithParams | |||
| blUseCron | enables or disables the use of cron jobs in config.inc.php | $this->blUseCron = true; |
4.6.0 |
