Monday, May 28, 2012

Magento Add Custom links to Top menu

Sometime we don't require to show categry in the top navigation but we require to show our customlinks at the top menu
for example we are taking all footer links to be shown in the top menu where category is showing

How to add footer page links into the header i.e top menu

So first things first login to you admin Backend

Saturday, May 26, 2012

Google API Calendar Service with Magento

Google Calendar allows client applications to view and update calendar events in the form of Google Data API feeds. Your client application can use the Google Calendar Data API to create new events, edit or delete existing events, and query for events that match particular criteria.

As Magento is using Zend library so Easily integrated with Magento with some customization

Sunday, May 20, 2012

Magneto Adding New Layout

Custom Module will help to make the New layout if we don't want to use the Magento default layout

We can add a new page layout in Magento, create a custom layout or create a new theme layout then here are the steps need to follow

Magento Best seller and Top seller

To show bestseller at Top seller at home page.so that best products should come on home page.For that follow the following steps
Create a Bestseller.php file and put it here :

Wednesday, May 2, 2012

Magneto Get Router.Controller,Module,Action Name

Generally we get confused while checking the controller name .so require to known name for the controller,router,module,action.Below are the following methods which will help to get the controllers ,action ..etc as per the need

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.

LinkWithin

Blog has moved, searching new blog...