View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001763 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2010-04-13 09:31 | 2012-12-10 14:16 |
Reporter | Oliver Storm | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Fixed in Version | 4.3.1 revision 27257 | ||||
Summary | 0001763: sCustomTheme does not work with a subshop | ||||
Description | Hai, // Custom theme, a directory in out/ folder containing only modified template files $this->sCustomTheme = null; how could I define a Custom theme for a subshop? So sCustomTheme works only with the mastershop (?) Rgds Olli | ||||
Tags | Subshops | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
CustomTheme is global config parameter whitch defines directory name in 'out' forder, but one custom theme can contain different templates for each subshop, if proper directory structure is maintained. if template file in not found in deepest (language) level, then it looks for it in shop level, if still not found in parent shop level then in theme level. /out/custom/tpl <- templates for all shops /out/custom/2/tpl <- templates for subshop 2 /out/custom/2/de/tpl <- templates for subshop 2 in german language |
|
If template is not found in custom theme, same procedure in used to locate it on default 'basic' theme. |