After enabling SSL for the Magento site URL you may come across certain questions such as Read More>
After enabling SSL for the Magento site URL you may come across certain questions such as Read More>
In order to remove the index.php from the URL for the online Magento store you can follow the steps given below: Read More>
How to create Magento database setup for a custom module?
If you have developed any custom module and if this custom module requires any database updating, you can follow the steps shown below for Magento database updating automatically while installing this module.
1. Open the config.xml in etc folder for custom module (app/code/local//etc/config.xml)
2. Add the following code inside <global> tag Read More>