View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000618 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2009-02-23 14:04 | 2012-12-07 14:29 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.1.0 revision 15990 | ||||
Fixed in Version | 4.1.0 revision 17976 | ||||
Summary | 0000618: Variant-parents have no price in product-list when "Varianten in Artikellisten laden" is turned off in admin | ||||
Description | Every product with variants displays "Ab 0 €" when the variant-select-boxes are not loaded in product-list. | ||||
Tags | Products | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Because issue is still "new", i'll translate. Sorry for german texts. The problem is, that variant-parents, that are not buyable themselfs, have 0€ as a from-price, if the option "Load variants in article-lists" in the administration is turned off. |
|
Reminder sent to: tjungcl Checked several cases, and the only case when we can gain the 0 EUR price in frontend is such situation: - "Varianten in Artikellisten laden" is OFF; - Parent article itself has price 0 EUR (specified in product details); - and Parent article is not purchaseble. Usualy price for parent-article is calculated valuating the Variant prices also. When Variants are not loaded in the lists because the performance, the Parent-article price should be displayed. In this case Parent-article price is 0 EUR (or not specified) so 0 EUR is displayed in the lists. @Developers: please check this case how to display min variant price without loading the variant articles. |
|
>> - "Varianten in Artikellisten laden" is OFF; >> - Parent article itself has price 0 EUR (specified in product details); >> - and Parent article is not purchaseble. >> [...] please check this case how to display min variant price without loading the variant articles. Thank you, that was what i ment :-) |
|
Solution depends on trusted shops. Request is made. Waiting for answer (which usually arrives quickly) |
|
Decided to do this way: If no information for each variant, then show “ab <oxvarminprice>” and remove - Dropdown - Into basket button |