Could not open input file: composer.phar
If you, like me try to use the following command in using composer and get this error You are probably using Windows command prompt to do the update. Try this…
If you, like me try to use the following command in using composer and get this error You are probably using Windows command prompt to do the update. Try this…
Ever wondering how to add aheadworks’s mangento extenstion– blog list to your home page? Here’s how to do it. Duplicate app\design\frontend\default\helloseasonal\template\aw_blog\blog.phtml to app\design\frontend\default\helloseasonal\template\aw_blog\bloghome.phtml Edit bloghome.phtml Optional: If you want to…
Do you have a category menu that you want to redirect to a URL instead? Did you install aheadworks blog extension and wants to redirect a category to the blog?…
If you are connecting to an outlook exchange server and would like to change the offline folder file location but unable to do so, try the following steps to change…
If you encounter 404 error when you connect to Magento Connnect Manager (System-> Magento Connect Manager), it is probably due to your folder permission not set up correctly. Fortunately, there…
Unfortunately, the default Magento does not comes with all the languages installed. Changing the language dropdown at the bottom of the page will not change the interface. Here’s how to…
If you have turned on your google analytics in admin console and you are using custom design template but the google analytics is not showing up in your html codes,…
Below are the snippets on how to implement a conditional validation in the form. i.e. validate field A if field B is true As discussed in this tutorial (though it…