In this quick tip we will see how how we can get Payment Method name using the Magento Order ID. This will be very useful when you dealing with creating your own extension. Here article title is self explanatory that we are trying to accomplish, so without wasting time let’s look at the code block.
All Posts tagged : "magento"
Magento: Set, Get and Unset Session Variable
In this quick article we will see how we can deal with Session variable in Magento. Here dealing include set new variable, get value of existing variable and deleting existing variable.
Poll of the Month – May 2013
This month’s poll is about to get idea of most preferred E Commerce platforms available at this time on web. There are number of E Commerce platforms available at the time but we will choose among the very well known only.
Magento: Disable Admin Notification Popup
Every time you login to Magento admin panel, you will get notification popup which includes various updates about Magento.
Magento: Get User Details
In this quick tip we will see how we can get details of logged in customer in Magento. You can use below code snippet in any model, controller or phtml file.
Magento : Get Skin and Media URLs
In this article we will see; in Magento how we can get Skin, Media and Other URLs in Static block and .phtml file. In one of the earlier article we have seen 4 ways to get Magento Homepage URL. Now in this article we will see how to get Skin, Media URL in .phtml file [...]
4 Ways to Get Magento Homepage URL
Here I comes with one more quick tip for Magento, earlier we have seen tips to detect the pages in Magento. In this article I would like to share 4 ways with which you can get home page URL in Magento. Among these 4 methods, 3 can be used within the code and 1 method [...]
Which page is this? – Magento
Finally Article on Magento after very long time. Last article which I have posted about magento is about Magento EAV Database structure. In that article I have explained the reason for the flexibility Magento. In this article I will talk about some tips and tricks which will be much helpful when you are dealing with [...]