Java and Magento blog

Test koop knop

Test koop knop

Zet alles op je lijst

Uncategorized
Read More

Install nivo slider on Magento

Install nivo slider on Magento

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 -> […]

Magento
Read More

Upgrading from 1.5 to 1.6 with Magent...

Upgrading from 1.5 to 1.6 with Magento connect

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 […]

Magento
Read More

Removing GoogleBase module

Removing GoogleBase module

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 […]

Magento
Read More