Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Magento 前端的产品比较窗口中显示颜色下拉属性。我知道如何显示下拉列表的选定值,但我希望在前端显示实际的下拉列表,特别是在比较产品窗口中。我该如何实施?请指教。
您可以使用获取属性的值
Mage::getResourceModel('catalog/product') ->getAttributeRawValue ($productId, 'attribute_code', $storeId);
根据您的要求获得这些值后,您可以使用启用模板路径提示在 phtml 中进行编辑。