View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006166 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2015-06-12 09:27 | 2024-02-07 10:49 |
Reporter | Bergfreunde | Assigned To | |||
Priority | low | Severity | trivial | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.7.4 / 5.0.4 revision 57063 | ||||
Summary | 0006166: Calculation SubShopVarMinPrice should go to its correct view instead of the core table | ||||
Description | Hi 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. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||