magmi-git
magmi-git copied to clipboard
magmi super_attribute_pricing
I created a file to update a configurable product using the Configurable Item processor but it ends up breaking the product page in admin and get an error:
Fatal error: Call to a member function getSource() on null in /app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config/Grid.php on line 245
Here is the file contents: sku,name,price,super_attribute_pricing samplesku,productname,79.99,Size::Medium:20;Large:45;X-Large:105;2X-Large:125
Am i missing something?