View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003605 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2012-02-17 13:32 | 2015-07-15 12:54 |
Reporter | michael_keiluweit | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.5.7 revision 41909 | ||||
Summary | 0003605: No possiblity to set different configuration of countries list if shop is other than ID 1 | ||||
Description | The configuration of countries of shop id 1 is mandatory for all subshops. There is no possibility to change the configuration individuality for exactly one subshop. So all Subshops has the countries of the master shop. | ||||
Additional Information | Checked in 4.5.2. but because there are only patches until today, the same behaviour musst be in the current patch version. | ||||
Tags | Subshops | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
In one of next upcomming versions we are considering to solve the problem conceptualy and give possibility to setup all such stuff per each subshop. That's related not only to countries, but also to Payment Methods and few other elements. So for now entry here is closed and we have an entry in backlog included. |
|
Right now you would probably have to use a module which adds a column oxshopid to oxcountries and overwrites oxCountryList::loadActiveCountries(). |