dongwen2896 2019-02-16 17:54
浏览 26

如何获取自定义属性的值,Magento 1.9

I am trying to get a value from a table "catalog_product_entity_varchar" but I'm only getting the attribute name. How do I get the value?

$_product = Mage::getModel('catalog/product/entity/varchar')->load($productId);
print_r($_product->getData());
  • 写回答

0条回答 默认 最新

    报告相同问题?