Umbraco Multi-node Tree picker break Product Categories tree view
Hello
Is there a way to get working the tree view categories in the product when a product definition contains an Umbraco Multi-Node Tree Picker ?
The category tree view get stuck on the node "Stores".
To reproduce this :
I've used the standard store shipped with Ucommerce (6.1.0.14195), Umbraco 6.2.2 (also tested on 6.1.6).
In Developer section, create a new Data Type "MyMultinode" and select for the Property editor "Multi-Node Tree Picker".
In Ucommerce,
Create a new Data Types "MyMultinode Data Type" and select "Umbraco My Multinode" for the definition.
For the Product Definitions of Software, create a new definition "MyMultinode" and Data Type : MyMultinode Data Type.
Then, go to Stores -> uCommerce.dk -> uCommerce -> Software and select the product "100-000-001".
In the tab "Categories", the tree view under uCommerce is broken.
If you remove the Product Definition "MyMultinode" in software and go back in the categories tab for the product "100-000-001", the tree view works correctly.
I think this is a css thing actually. I can get it work by tweaking the css. The reason is that the tree picker embedds some style and unfortunately decides there should be no unique class identifier for that. So it takes over the styling on the rest of the page.
Umbraco Multi-node Tree picker break Product Categories tree view
Hello
Is there a way to get working the tree view categories in the product when a product definition contains an Umbraco Multi-Node Tree Picker ? The category tree view get stuck on the node "Stores".
To reproduce this :
I've used the standard store shipped with Ucommerce (6.1.0.14195), Umbraco 6.2.2 (also tested on 6.1.6).
In the tab "Categories", the tree view under uCommerce is broken.
If you remove the Product Definition "MyMultinode" in software and go back in the categories tab for the product "100-000-001", the tree view works correctly.
Thanks in advance
olivier
Hello Olivier,
Do you get any javasscript errors?
Kind regards,
Jesper
Hi Jesper
No, there isn't any javascript errors.
olivier
I'm experiencing the exact same behavior in Umbraco 6.0.6, uCommerce 6.1.0.14195.
If a product has a multi-node tree picker based property, the category tree is broken.
No javascript errors.
Changed the datatype of that particular property to something basic (like Short Text) and the category tree worked again.
I think this is a css thing actually. I can get it work by tweaking the css. The reason is that the tree picker embedds some style and unfortunately decides there should be no unique class identifier for that. So it takes over the styling on the rest of the page.
is working on a reply...