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.
商品コレクションを入手できることを知っています
$collection = Mage::getResourceModel('catalog/product_collection');。
$collection = Mage::getResourceModel('catalog/product_collection');
この商品コレクションをcategoryIdとそのフィルターでフィルタリングするにはどうすればよいですか?
私が話しているフィルターは、レイヤードナビゲーションサイドバー(属性オプション..)をクリックしたときのフィルターです。
コレクションで使用でき->addCategoryFilter(Mage::registry('current_category'));ます(これより前にcurrent_cateogryがあるかどうかを確認してください)
->addCategoryFilter(Mage::registry('current_category'));