View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003994 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2012-05-04 12:54 | 2012-12-07 14:27 |
Reporter | Bob Byte | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 4.6.0 revision 44406 | ||||
Summary | 0003994: Price disappears after inserting | ||||
Description | Price box disappears after inserting attributes from a selective list. | ||||
Steps To Reproduce | That is the problem: you make a new article with price,manufacterer an so on. After you are importing a select list as variants and turn back to the first tab all prices boxes are gone. | ||||
Additional Information | Please see attached picture | ||||
Tags | Products | ||||
Attached Files | |||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0002912 | resolved | juergen_busch | Parent-product price is not editable and inheritable but amount prices are |
|
See also 0002912 |
|
Cannot reproduce this. If the option Core Settings -> System -> Variants -> '"Parent" Products can be purchased' isn't checked, the price box of the parent article will be hide. Otherwise (the checkbox is activ) the price box is there. |
|
> If the option Core Settings -> System -> Variants -> '"Parent" Products can be purchased' isn't checked, the price box of the parent article will be hide. Well IMO, this is exactly the problem: This price is inhertited to variants (if price of variant is set to zero), so it is an active price that can be seen in frontend, why is it hidden in Backend then? Imagine, you have an article that costs 50$. Now you create variants, all price set to zero. In frontend each of the variants now has price 50$. In Backend this price cannot be seen at all anymore. Now if you want to change the price for all variants to 40$, the only way to achieve this is (without editing every single variant) is to set "parent is buyable" in core settings, edit the article price, and change to "parent is not buyable" back again. |