View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006296 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2015-12-23 12:42 | 2024-03-06 10:23 |
| Reporter | gerldental | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | confirmed | Resolution | open | ||
| Product Version | 4.9.6 / 5.2.6 | ||||
| Summary | 0006296: oxCountryList::loadActiveCountries() - only few fields loaded? | ||||
| Description | in oxCountryList::loadActiveCountries() Z. 41 --- $sSelect = "SELECT oxid, oxtitle, oxisoalpha2 FROM {$sViewName} WHERE oxactive = '1' ORDER BY oxorder, oxtitle "; --- country list is used f.e. in user_billing.tpl and my question is: why only this 3 fields ( oxid, oxtitle, oxisoalpha2 )? Sometimes it needs to hole some othe infos about country - OXISOALPHA3, OXUNNUM3, OXVATINPREFIX, ... etc. It takes not to much memory to load all DB-fields from the oxcountry table... I didn't understand the reason why this restriction really needs to be. | ||||
| Tags | Internationalization Rework | ||||
| Theme | Azure | ||||
| Browser | Not defined | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||