View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002383 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2011-01-13 17:41 | 2012-12-10 15:34 |
Reporter | alexsxb | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | PHP 5.2.9 | OS | WIN | OS Version | XP SP3 |
Summary | 0002383: Wrong inheritance in variants | ||||
Description | When having 3 supershops (all inherited by 1 "mastershop") and you make variants in shop1 you get them also in shop 2 and three but crashes when want to edit them. in shopfrontend variants are only available in "owner"shop Expected: they are not listed in admin (article_variants) | ||||
Steps To Reproduce | create mastershop create 2 or three supershops all inheriting from master create article in master shop and inherit to other shops go to shop 1 and create variants for this go to shop 2 (variants)... they are listed but not editable | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | |||||
PHP Version | |||||
Database Version | |||||
|
Reminder sent to: alexsxb Hi, For possibility to edit information of inherited article, you should set fields, which you want to edit in the param aMultishopArticleFields in config.inc.php and create such fields in the table oxfield2shop. As written in the comments in config.inc.php: //define oxarticles fields which could be edited individually in subshops //do not forget to add these fields to oxfield2shop table //note the field names are case sensitive here .. So it's not a bug. Entry is closed. Best regards, |
|
I think you misunderstood the bug. maybe?! you your select in the code is from the table and not the view. these variants should not be shown ! They belong to the other shops and it's correct that when i want to edit them the admininterface doesn't show anything !!!!!!!!!! |
|
Reminder sent to: alexsxb hi, Returned back to this issue, as understood, that I interpreted the case wrong way. But, what's strange for me: - how you did the step "go to shop 1 and create variants for this" ? Because in the default eShop (EE, tested on 4.4.5 and 4.4.8 versions) if: 1. you created parent-product in the Master shop and 2. going to the subshop, which inherits products from Master shop. 3. Select the newly created product and go to the Variants tab. ... there all the forms in this tab are read-only. Do you have any customizations in the Admin area, to have possibility to create Variant-products in this case? Best regards, |