View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002030 | OXID eShop (all versions) | 4. ------ eShop Core ------- | public | 2010-08-06 10:44 | 2012-12-10 13:42 |
Reporter | leofonic | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.1 revision 28950 | ||||
Fixed in Version | 4.6.0_beta3 | ||||
Summary | 0002030: Option "Calculate Product Price" does not work with variants | ||||
Description | If this option is turned off in Performance Tab, prices of variants still appear in the dropdown in list view, in detail view of parent variant-selection is not displayed. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Price showing in variants dropdown fixed in patch. Changes in file core/oxsimplevariant.php. In method getPrice() add check from artiticles class if ( !$myConfig->getConfigParam( 'bl_perfLoadPrice' ) ) { return; } Not closed as there is still currency marker visible. |
|
Still need to check some cases, when variant has dvariants to be sure that no price calculation are made. |
|
Price showing in mdvariants dropdown fixed in patch. Changes in file oxmdvariant.php Still need to check, if other unit tests are written with having in mind, that price calculation might be turned off. |