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::getDesign()->setTheme();。このgetDesign関数は、Mage_Core_Model_Design_Packageの期待される引数の参照が必要な場合のインスタンスを返しますsetTheme。
Mage::getDesign()->setTheme();
getDesign
Mage_Core_Model_Design_Package
setTheme