View Issue Details

IDProjectCategoryView StatusLast Update
0005328OXID eShop (all versions)4.07. Source code, Testpublic2014-02-19 16:10
ReporterFibreFoX 
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.6 / 5.0.6 
Target VersionFixed in Version4.8.5 / 5.1.5 
Summary0005328: _getGroupPrice in oxarticles with missing quotations for a string
DescriptionIt 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;
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

svetlana

2013-08-20 09:51

reporter   ~0008965

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.

tadas

2014-02-19 16:10

reporter   ~0009534

Added braces to oxarticle_oxprice, so it would not throw notices.