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 商店的移动友好版本,我遇到了一些扩展的问题。而不是自定义它们,默认的 iphone 主题就足够了,所以我想禁用这些模块,以便它在移动设备上运行默认代码。这可能吗?
您可以在 local.xml 中禁用该模块。只需将此 xml 粘贴到主题的 local.xml 中。
<config> <modules> <[Your_Module_Name]> <active>false</active> </[Your_Module_Name]> </modules> </config>
在管理面板中
system -> configuration -> advanced
在这里你可以禁用某些模块