View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000972 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-06-04 17:51 | 2009-06-04 19:43 |
| Reporter | Oliver Storm | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Product Version | 4.1.2 revision 18998 | ||||
| Summary | 0000972: Look&Feel extension does not work with the more than one sub-shop | ||||
| Description | Create New Shop -> switch to - Productive Mode - Active -> using Shop selector (for common entry point) DropDown-Menu in the left frame, change to a Sub-Shop -> L&F Just shows the Shop selector and not the Sub-Shop. Whatever kind of combination (click in/to the Sub-Shop) there ist no way to change the CSS-File. Visual the color changes, but <save> might does not work ... Greetz Olli | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
|
|
This is normal behavior because both shops share same template resources /basic/src If you want different style for specific shops just create folder named by {shopid} [1,2,...] of this shop and copy "src" folder there: /basic/src /basic/{shopid}/src If you need more custom styled shops just do the following /basic/{shopid1}/src /basic/{shopid2}/src Preview window shows live shop, and you can select right shop from selector, navigate in it, and change it's Look&Feel |
|
|
Check note for solution |