Home » Archive

Articles Archive for December 2010

Magento »

[31 Dec 2010 | 8 Comments | 3,632 views]

Here is a quick solution to the problem of upsell, cross sell and related products not showing up in Magento shop frontend. This problem occurs in Magento version 1.4 or higher. Scenario:

Miscellaneous »

[27 Dec 2010 | One Comment | 143 views]

Scenario: I am using wordpress for my blog. I have registered my blog in disqus.com. I just installed the ‘Disqus Comment System’ wordpress plugin in my blog. Now, when I try to access my blog’s RSS Feed, I get error saying “Closing Tag Mismatch” and the RSS Feed is not displayed properly. The feed crashes. [...]

Magento »

[23 Dec 2010 | 2 Comments | 4,184 views]

Here, I will show you how you can filter or fetch products related to any particular attribute and value. A simple scenario will be filtering products by manufacturer/brand. Suppose, I want to get all products under ‘Samsung’ manufacturer/brand.

Blogger/Blogspot, Google, Making Money Online »

[20 Dec 2010 | No Comment | 385 views]

Here, I will be showing you how you can add google adsense to your blogger / blogspot website. Note: I will be telling about adding adsense in sidebar and in each single post as well.

Blogger/Blogspot »

[15 Dec 2010 | No Comment | 219 views]

You can easily hide or remove the top navigation bar from your blogger website. You just need to add a simple CSS code. – Go to Design -> Edit HTML of your blogger website. – Add the following CSS code (You can write the CSS code inside style tag OR, you can put it in [...]

Magento »

[10 Dec 2010 | No Comment | 1,135 views]

In your Magento shop URL, if you see “index.php” and wanted to remove it then here is the solution. – First of all, apache module ‘mod_rewrite‘ should be enabled. Check apache’s httpd.conf file this. – Then login to Magento admin panel – Go to System -> Configuration -> Web -> Search Engines Optimization -> Use [...]

Magento »

[6 Dec 2010 | No Comment | 843 views]

Scenario: I have changed my product’s Visibility to ‘Nowhere‘. But still the product is visible in both catalog and search. I have refreshed cache but the problem is still there. Cause:

Magento »

[1 Dec 2010 | One Comment | 2,374 views]

Maintenance mode is a key feature required to any website. You need to set the live website into maintenance mode whenever you need to do any changes in the website. Here, I will show how you can do this in Magento. For Magento version 1.4 and above, you just need to create a file named [...]