Wednesday, April 25, 2012

Magento Belvg

Belvg had launches the new extension which will help the developer to get relief from the pain with already overridden Magento classes (models, routers, blocks, helpers). The extension provides the list of changes, made by other developers, and indicates where rewriting are located.

Just Click on the Link and you can download easily as it is free extension

Hope this will help you!

Friday, April 20, 2012

Magento Hide only particular category from left Navigation

Magneto Show Category on left side as but some time we require to hide particular category or subcategory
so we can remove just open the following file

Magento Remove Category from left Navigation

Magento By default shows the Category on the left side navigation but sometime we don't require to show the category on left side

so easy way to remove just open the following file and

Wednesday, April 18, 2012

Magento increment QTY Box in Cart or View page

Magento had default textbox for Quantity but some time we require to add the qty box  with increment value without entering the value in textbox.We can add the followimg code in cart or view page

Sunday, April 15, 2012

Magento Can't able to login in admin

Some time After the installation of magento we can't able to login in admin and we stuck that we have not installed Properly generically while installing some of the permission is required which is not available and so we need to edit one file

Saturday, April 14, 2012

Magento Review Raitng layout

Due to some reason we required the rating review layout should look different on list page and different  on view page but as magento had default one file which will work for both in list page and view page

Now  we can easily show different layout of review in List page and  different in view page or any other file
Need to follow this step

Magento get URL Paths

WE can Easily get the URL path from static blocks in CMS, PHP and phtml pages
 To Retrieve URL path in STATIC BLOCK

 To get SKIN URL 
 {{skin url='images/sampleimage.jpg '}}

 To get Media URL 
 {{media url='/sampleimage.jpg'}}

 To get Store URL 
 {{store url='mypage.html'}}

 To get Base URL 
 {{base url='yourstore/mypage.html'}}

Wednesday, April 4, 2012

Magneto get Previous & Next Product Links on Product view Page

It will be easy if you will get the next and previous product from any page instead of going to category or navigation or any other link You can add this code in any of the temaplte file Suppose we are showing in the view.phtml

Tuesday, April 3, 2012

Magento change main image to any product picture on mouse over

Magento change main image to any product picture on mouse over Magento eCommerce Product image change on hover: mouseover: Magento have default feature that when u click on the product image it will get opened in new window so now you can show the product image into the main image on mouseover or on mouse

Sunday, April 1, 2012

Magento Newsletter Subscribe Form in Footer or Header

Sometime it may required to add the newslettersubscribe box in Header or Footer.Magento template you would need to go and find the relevant lines in the layout XML files and modify them to show in a new postition. This however was a tedious process; especially when it came to precise positioning on your page.
create a block on the fly and position it precisely in your template files with one line of code.

Tuesday, March 27, 2012

Magento Mass deletion of Coupon and Mass activation of Date

For deleting or changing the "from" and "to" date of the coupon each time we have to go into each coupon and then we have to delete it or change the date Below functionality will help to do the mass deletion of the coupon and changes t he date also For that we have to copy the app/code/core/Mage/Adminhtml/Block/Promo/Quote/Grid.php into app/code/local/Mage/Adminhtml/Block/Promo/Quote/grid.php and following functions

Magento show subcateogry instead of Products in grid/list Page

Magneto Have default functionality of showing the Products in list view or Grid view
But some time we require to show the Sub catgeory in list page and if that sub catrgoy have another subcategory

For showing that we need to work on following

Saturday, March 24, 2012

Magento Config.xml

However all the files are merged together during the parsing process.It will help to understand the XML structure. It is the reason that the module name is repeated as an XML element name (represented below as <(modulename)>) several times through every file - this is necessary to segregate configuration for each module. Without these elements, the configuration in these sections would be overwritten by the configuration files in other modules.

so let us understand the XMl and its ELements ans tructure

Every Config.xml has following elements
modules global admin adminhtml install frontend default stores websites

The XML sub-structure of each element is described separately below.
1)Modules
<modules>
         <(NameSpace_ModuleName)>
             <active>[true|false]</active>
             <codePool>[core|community|local]</codePool>
             <depends>
                 <(AnotherNameSpace_ModuleName) />
             </depends>
             <version>(version_number)</version>
         </(NameSpace_ModuleName)>
    </modules>

active codePool depends version

Friday, March 23, 2012

Magento Add New field in Customer Admin

Adding an Attribute in Product quite simple we can add through admin but adding a field(attribute) in customer cannot be achieved through admin so here is the simple solution for adding the attribute in Category through Database.Open the phpmyadmin.Here we need to work on three tables.

Magento How to call a phtml file in magento cms page

You can't call a phtml file by writing php code in Magento admin panel as Magento admin panel doesn't support this.

To call a PHTML write the folllowing code in the page which you have created under CMS

LinkWithin

Blog has moved, searching new blog...