相关疑难解决方法(0)

Magento产品属性获得价值

如果我知道产品ID而没有加载整个产品,如何获得具体的产品属性值?

attributes product magento

82
推荐指数
6
解决办法
15万
查看次数

Magento:从数据库中获取制造商/品牌

我有来自Mukesh Chapagain的代码:链接到这里

$_product = Mage::getModel('catalog/product')->load(PRODUCT_ID);
$manufacturerName = $_product->getAttributeText('manufacturer');
$manufacturerId = $_product->getManufacturer();
Run Code Online (Sandbox Code Playgroud)

这似乎并没有让制造商接受,即使我把它们作为属性.是因为制造商领域是下拉列表吗?

任何获得制造商属性的帮助将不胜感激

magento

1
推荐指数
1
解决办法
7279
查看次数

标签 统计

magento ×2

attributes ×1

product ×1