jreinke / magento-improve-api

Magento extension to improve some missing features of API.
92 stars 76 forks source link

Choose attribute for configurable product #2

Closed jdurand closed 11 years ago

jdurand commented 11 years ago

Added the option to choose on which of the available attributes you want to base your configurable product. For example if you had a product that has size & colour as available configurable attributes and you just wanted to base your related simple products on the colour you would add one (or more) configurable attributes to the additional_attributes like this : 'additional_attributes' => array( array( 'key' => 'config_attributes', 'value' => 'some_attribute_code' ) ),

jreinke commented 11 years ago

Fixed from 457dacf