We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111a92f commit b315f85Copy full SHA for b315f85
app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php
@@ -1060,7 +1060,7 @@ public function quickCreateAction()
1060
$result['attributes'] = [];
1061
1062
/** @var Mage_Catalog_Model_Product_Type_Configurable $productType */
1063
- $productType = $product->getTypeInstance();
+ $productType = $configurableProduct->getTypeInstance();
1064
foreach ($productType->getConfigurableAttributes() as $attribute) {
1065
$value = $product->getAttributeText($attribute->getProductAttribute()->getAttributeCode());
1066
$autogenerateOptions[] = $value;
0 commit comments