所以我有
$attribute_option_id = Mage::getResourceModel('catalog/product') ->getAttributeRawValue($productId, 'my_attribute', $storeId);
这给了我类似的东西 $attribute_option_id = 12345
$attribute_option_id = 12345
现在我如何获得此ID的(文本)值?
谢谢
php magento
magento ×1
php ×1