View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000942 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-05-27 09:53 | 2009-05-29 07:10 |
Reporter | Spritje | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Product Version | 4.1.2 revision 18998 | ||||
Summary | 0000942: It is possible to add variants to category, but in the category the variants are not shown | ||||
Description | If you edit a variant and add the variant to a category, it will not be shown in the category. Either the button has to be deleted or the variant has to be shown. I tried it at our demo shop. | ||||
Additional Information | Reproducable in all OXID eShop Versions 4 | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
has duplicate | 0001075 | closed | Attribute filter does not work on variants | |
related to | 0000933 | resolved | arvydas_vapsva | it is possible for variants to be displayed twice in ajax list, but it is wrong |
related to | 0000898 | closed | alfonsas_cirtautas | Attributes assigned to variants are not included in the filters in category view |
related to | 0001102 | resolved | dainius.bigelis | Attributes and Categories are not inherited by Variant-articles |
|
Reminder sent to: Spritje Such Request needs to be considered, because variant-articles are not fully valid products to work as a standalone object. So to implement this need to do some changes in core classes, which may affect behaviour of other functionalities. Other way to solve this - is to insert variants as separate articles and show these articles in details page using Crossselling (also some small changes in templates). |
|
As this touches the handling of variant-article in total (see bug 0000898), need to discuss about proper solution for entire system. Thus - it is postponed until the decision will be taken. |
|
Please pay attention also to the fact, that there is one more option related to this case: Display Variants in Assignment Lists in eShop admin (Core Settings -> System -> Variants). When this option is ON - the variant articles are displayed in the AJAX lists and available for assigning to some objects. In case if assigning variants to Categories should be denied - behaviour of this option also should be considered. |