View Issue Details

IDProjectCategoryView StatusLast Update
0002436OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:28
Reportertjungcl Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.4.5 revision 31315 
Summary0002436: From-price recalculation when switching blVariantParentBuyable
DescriptionWhen 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"



TagsProducts
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

tjungcl

2011-01-24 15:17

reporter   ~0004011

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.

arvydas_vapsva

2011-08-26 17:02

reporter   ~0005133

yes, good idea, but will be implemented only in next version, as its major change.. Thnx!