zhibek / tee-shop

A Magento installation with functionality for tee-shop.
http://teeshop-dev.zhibek.com/
0 stars 0 forks source link

Implement missed Catalogue rules #26

Open babanesma opened 8 years ago

babanesma commented 8 years ago
ahmedReda1 commented 8 years ago

in point 3 currently it depends on (primary colour & color & size ) attributes , it does not depend on brand at all

Q: how could we implement configurable product independent on primary color for products like 10002

     "variants":[  
        {  
           "sku":"10002-offwhite-s",
           "colour":"Off White",
           "primary_colour":"white",
           "size":"S",
           "image":null
        },
        {  
           "sku":"10002-darkcharcoal-s",
           "colour":"Dark Charcoal",
           "primary_colour":"black",
           "size":"S",
           "image":null
        }

it has both primary colors (black and white) ?