How to disable Magento Modules

It may seem like a simple thing to do but its good to just make it clear exactly how to do it.

Firstly you need to go to the Module config file for example: /etc/MyModule.xml and set the active parameter to false, like so:

<?xml version=’1.0′?>

<config>

<modules>

<MyModule>

<active>FALSE</active>

<codepool>local</codepool>

</YourMyModule>

</modules>

</config>

readmore

Free Magento Themes

Looking through the Magento Forums this morning I found a rather interesting post. If you as a company or a small shop looking to get started with Magento or test the product, you’re not going to to want to spend money straight away on the more cosmetic aspects of your shop. The two links below are links to free Magento Themes that can get you up and running as soon as possible on the front...

readmore

line
footer
Copyright © 2012 Magento Help