Nivo slider is one of the easiest to install and good looking. To get it working on Magento you need to know a couple of tricks. In the post i will explain how to get nivo slider working on Magento. 1. Copy the following files into your Magento folder: Jquery.nivo.slider.pack.js -> magento folder/js/nivo/ jquery-1.6.1.min.js -> […]
1. Open Magento connect Manager. 2. add connect20.magentocommerce.com/community/Mage_All_Latest to the extension key input box. 3. Press Install. 4. You now see a summary of which components will be upgraded or installed. 5. Press proceed 6. And done! If you are getting the following error: Mage_All_Latest already exists or something similar change the following code: Open […]
The core GoogleBase module is invalid and replaced by the GoogleShopping module. Now we have 2 menu items under Catalog! While Google Base is deprecated. You can easily disable the GoogleBase module by doing the following: Open app/etc/modules/Mage_All.xml Find the following code: <Mage_GoogleBase> <active>true</active> <codePool>core</codePool> <depends> <Mage_Catalog/> </depends> </Mage_GoogleBase> And replace it with the following […]