View Issue Details

IDProjectCategoryView StatusLast Update
0006296OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2024-03-06 10:23
Reportergerldental Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status confirmedResolutionopen 
Product Version4.9.6 / 5.2.6 
Summary0006296: oxCountryList::loadActiveCountries() - only few fields loaded?
Descriptionin 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.
TagsInternationalization Rework
ThemeAzure
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.