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 で編集できます。