View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005328 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2013-08-07 12:51 | 2014-02-19 16:10 |
| Reporter | FibreFoX | Assigned To | |||
| Priority | low | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.7.6 / 5.0.6 | ||||
| Fixed in Version | 4.8.5 / 5.1.5 | ||||
| Summary | 0005328: _getGroupPrice in oxarticles with missing quotations for a string | ||||
| Description | It seems that quotations are missing when setting $sVarName: file: application/models/oxarticle.php method: _getGroupPrice $sPriceSufix = $this->_getUserPriceSufix(); $sVarName = oxarticles__oxprice.$sPriceSufix; $dPrice = $this->$sVarName->value; | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
Reminder sent to: FibreFoX Thank you very much for your bug report. You'd also have the possibility to contribute your changes directly to our GitHub repository on https://github.com/OXID-eSales/oxideshop_ce/. Please leave a note there with the bug number you fixed so we can close this issue in the bug tracker. |
|
|
Added braces to oxarticle_oxprice, so it would not throw notices. |