View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002436 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2011-01-24 15:00 | 2012-12-07 14:28 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.4.5 revision 31315 | ||||
Summary | 0002436: From-price recalculation when switching blVariantParentBuyable | ||||
Description | When switching blVariantParentBuyable the varminprice values are not recalculated. Varminprices should be set back to "need recalculation" when buyableparent-value switches. | ||||
Steps To Reproduce | - activate blVariantParentBuyable - activate blLoadVariants - edit Variantparent ("Big Kick") - go to variants-tab and set 1000 as parent-price, save. - frontend, go to category where variant-parent is displayed. -> price is 1000, you can select both variants in selectbox. - admin, deactivate blLoadVariants - frontend, refresh -> price is "from 1000", no variants are selectable - admin, deactivate blVariantParentBuyable - frontend, refresh -> price is still "from 1000", even so the parent is not buyable anymore. - click on the article, details-tpl opens -> price is "from 3490", which is correct - go back to category -> price is still "from 1000" | ||||
Tags | Products | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
after you followed the steps above: - admin, go to variant-parent ("big kick") - change the price back to 0, because the "from 1000" is wrong. -> you cant. There is no price-field anywhere to find. Why do we need the buyable-parent-option at all? Wouldnt it be enough to check, if the parent has a price? if so, it is buyable, else its not. |
|
yes, good idea, but will be implemented only in next version, as its major change.. Thnx! |