View Issue Details

IDProjectCategoryView StatusLast Update
0006166OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2024-02-07 10:49
ReporterBergfreunde Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
Status acknowledgedResolutionopen 
Product Version4.7.4 / 5.0.4 revision 57063 
Summary0006166: Calculation SubShopVarMinPrice should go to its correct view instead of the core table
DescriptionHi together,

the function _getSubShopVarMinPrice() calculates the minprice for the current subshop. Therefor it should ask its own view instead of the core table because it might be that one or more variants aren't available in all subshops.

IS:
INNER JOIN ' . $this->getViewName(true) . '

SHOULD BE:
INNER JOIN ' . $this->getViewName() . '

As it joins the table oxfield2shop it shouldnt lead to a problem as long as there are no entries in that table for the current shop. But still should be changed for correct handling.
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.