3
마 젠토 : 제품 속성을 업데이트하는 가장 빠른 방법
대량 속성 업데이트를위한 가장 빠르고 안정적인 방법을 찾고 있습니다. 다음은 알고있는 방법이지만 어떤 방법을 사용 해야할지 모르겠습니다. $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);