You may want to “turn off” certain modules in Magento because you don’t use them in your store. Examples of unwanted modules could be Customer Wishlist, Product Tags, Reviews, etc etc
Magento Development
Magento: Disable unwanted modules / features via the admin
October 7th, 2010
Comments Off on Magento: Disable unwanted modules / features via the admin
Magento Tip: Debugging and development using log files
September 11th, 2010
Comments Off on Magento Tip: Debugging and development using log files
Just a short sweet tip that will be essential as soon as you dive into any sort of debugging or development with Magento. Enable logging in the admin then use the static method log() to record information.
Just a short sweet tip that will be essential as soon as you dive into any sort of debugging or development with Magento. Enable logging in the admin then use the static method log() to record information.
Add Google Analytics to your Magento Store
March 12th, 2010
Comments Off on Add Google Analytics to your Magento Store
If you want to add Google Analytics to your Magento store, don’t go diving into templates or setting fancy layout updates.. The good folks at Magento have made it nice and easy; simply enable Google Analytics in your Magento admin.
If you want to add Google Analytics to your Magento store, don’t go diving into templates or setting fancy layout updates.. The good folks at Magento have made it nice and easy; simply enable Google Analytics in your Magento admin.
Magento: Add a custom field to the Contact Us Form
February 5th, 2010
3 Comments
Magento’s default contact form asks the user for the essential contact info, e.g. name, email etc.. But you may need to ask for some additional info by adding some custom fields. Here’s how to do it.
Magento’s default contact form asks the user for the essential contact info, e.g. name, email etc.. But you may need to ask for some additional info by adding some custom fields. Here’s how to do it.
Magento: Add a custom State / Province / Region to a Country
January 30th, 2010
9 Comments
If you need to add a custom State / Province / Region to a Country in Magento, you’ll need to modify the database manually as there currently isn’t a means to do this from within the Magento admin. Fortunately it’s pretty simple.
If you need to add a custom State / Province / Region to a Country in Magento, you’ll need to modify the database manually as there currently isn’t a means to do this from within the Magento admin. Fortunately it’s pretty simple.