3
Magento: найшвидший спосіб оновити атрибут продукту
Я шукаю найшвидший і надійний метод для масового оновлення атрибутів. Нижче наведені методи, про які я знаю, але я не знаю, з якими мені слід йти. $store_id = 0; Mage::getSingleton('catalog/product_action')->updateAttributes( array($product_id), array('attribute_code' => $attribute_code), $store_id ); або $product->setData($attribute_code, 1234); $product->getResource()->saveAttribute($product, $attribute_code);