View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004089 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2012-05-30 23:11 | 2013-01-02 12:36 |
Reporter | llui | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.11 revision 46050 | ||||
Target Version | 4.5.12 revision 52682 | Fixed in Version | 4.5.12 revision 52682 | ||
Summary | 0004089: Missing price of father in detailview of variants, basic template | ||||
Description | The box variantslist in detail view of one variant, doesn't display the price for the father article. Pressing "to basket" on the father article the right price and article is transfered to the basket. | ||||
Steps To Reproduce | osxid demoshop: - switch template to basic - set "father article" buyable - create some variants of one article (not multidimensional) enter a price and activate them Go to one of the created variants in the frontend | ||||
Tags | Selection List | ||||
Attached Files | |||||
Theme | Basic | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0004528 | resolved | aurimas.gladutis | Price of main article is hidden when "Parent Products can be purchased" is off |
|
Reminder sent to: llui Sorry, but I can not reproduce the case neither in 4.5 nor in eShop 4.6.0 versions. if selected variant is active and buyable(Parent" Products can be purchased), I got results please see in pictures.png. could you please let us know if you still experience same problem on our latest eShop version 4.6 or demoshop: http://demoshop.oxid-esales.com/enterprise-edition/ http://demoshop.oxid-esales.com/professional-edition/ http://demoshop.oxid-esales.com/community-edition/ ? Maybe some other special options are turned on? |
|
Yes, the problem is still present. I have tested as mentioned above in the current demoshop 4.6.1_45706 (10 minutes ago) and made a snapshot. The changes I have made: 1. set the option "Parent Producs can be purchased" 2. create some variants http://demoshop.oxid-esales.com/community-edition |
|
The file pictures.png shows only variants in the list, you have to show the father in the list by doing this: "Go to one of the created variants in the frontend" to reproduce the bug. |
|
Confirm the bug in EE version 4.6.3_47975. This problem is not just the main price (getFPrice) but also scale prices (loadAmountPriceInfo). Dear llui, can you please change this bug priority of urgent. |
|
Dear OXID Developer, could you fix this critical bug immediately? We can not update our shop just because this missing main features. |
|
Hello r.victor, i can't change the priority of this bug, maybe an admin? |
|
To whom is going to fix this. I had a quick glance and the reason causing this problem is in oxarticle.php class line about 4048: self::$_aLoadedParents[$sIndex]->_blLoadPrice = false; This line is wrong and should be removed. This is preliminar information, further investigation if the fix is sufficient is required. |
|
The same issue exists also in 4.5.11 version eShop. @Developers: please check in details - if the fix does not need template changes - then fix also in 4.5 version (then move to 4.6 as well). |