pixelant / pxa_product_manager

Product Manager. Allow to create and list products on a site. Create dynamical attributes for products. Filter by categories and attributes
11 stars 14 forks source link

attributes in attributesGroupedBySets empty #167

Open bh-teufels opened 4 years ago

bh-teufels commented 4 years ago

Hello,

i have 3 attributeSets and want do display them separately from each other. In the product Object i have the sets as objects in the attributesGroupedBySets but in the attributeSet Object the attributes storage Object is empty

in the attributes Object directly inside the product i have all the attributes from the 3 sets.

I needed that the attributes object in the attributesGroupedBySets object be filled with the Attributes of this set

Thank you very much

Bildschirmfoto 2019-11-14 um 15 41 46

bh-teufels commented 4 years ago

maybe its because set 2 has all attributes (associated to the main category) and set 3 has category special attributes (associated to the sub category) but these attributes also included in set2?

Is there a setting to config to allow duplicate attributes?