As most of the Magento users would be aware of, there is no default option for twitter feed in Magento. If you wish to have twitter feed in your site, you will need to create it manually. We have discussed in this Blog the simple steps of adding a twitter feed in magento.
Step 1:
Go to [...]
In Magento, there is an option to create Multistores. With the use of Multistores, we can create different stores within single admin panel. Following are the four simple steps to create it.
Step1: Create a Folder for your New Store
1. Copy Index.php and .htaccess file from the Magento folder.
2. Create a new folder in root [...]
In Magento, there is default functionality to show new products in home page. It is possible to display a list of new products in Magento using a default block. You can do this without any coding changes or modifications to Magento itself. This code will allow you to bring up a list of new products [...]
If Store owner wants to give the discount for the product to the customer, then he must set either category price rule or shopping cart price rule. Based on the conditions specified in the rules, the discount will be applied.
Set up for shopping cart price rules:
Step 1:
Login into Admin side.
Step 2:
Click the Promotions [...]
In magento, it’s hard to identify the files during the theme integration or any developing work . So “Template Path Hints” is one of the great features in magento. By enabling this feature, we can easily find out the files.
Here are the steps to enabling the “Template Path Hints” with screen shots.
Step: 1
First login into [...]
Cogzidel Templates, a part of Cogzidel Technologies P Ltd, is proud to announce the launch of three New Magento Add-ons: Jumbo Image Slider, Ultra Image Slider, and Super Slider available in http://www.cogzideltemplates.com. The add-ons available with the latest version of Magento has turned to be surprising news for Users as they are able to avail [...]
In Magento, We have option to add the static block with static content and also We can insert the image in static block. In future, we can change that image without editing the code in file.
Here is the method to create Static block.
Step:1
Select the static blocks from cms in the back end.
Step:2
Select Add New Block.
Step:3
Give [...]
A feature in magento is to make use of up-sells, cross-sells and related products. We can get the best out of the three product relations:
Related products
It is viewed in the right sidebar of your website alongside your main product content
The word in “related” in “related products” quotes the products which are related to the [...]
After Installing the magento 1.4.2.0, when we update the old version theme from Magento 1.4.1.1 into the newer version 1.4.2.0, we face some error code as show below:
Error is occurred due to the call of invalid method (ie.,) addWishlistLink method, which is not used in the new version. So these error is occurs.
In [...]
Faced with the problem of adding an image items in Magento 1.4.0.1 and finally found a solution to this problem.
To address this problem, the trick for the moment is in the file wysiwyg at the core.
in app/code/core/Mage/Cms/Helper/Wysiwyg/Images.php
Replace the line 136 around getImageHtmlDeclaration function with the following:
{code type=css}
public [...]