Disable a Module in Certain magento Theme -


is possible disable modules when running theme? i'm working on mobile friendly version of our magento store , i've run issues few extensions. rather customize them, default iphone theme sufficient, i'd disable modules runs default code when on mobile device. possible?

you can disable module in local.xml. paste xml in theme's local.xml.

<config>     <modules>         <[your_module_name]>             <active>false</active>         </[your_module_name]>     </modules> </config> 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

ios - iPhone/iPad different view orientations in different views , and apple approval process -

Shrink a YouTube video to responsive width -