Posts Tagged: tricks
-
Sep 02, 2010
Comments OffFacebook Chat On a Side Bar Of Mozilla
These days I am using Facebook a lot and no wonder everyone is using Facebook a lot. And the number of online users on Facebook are sometimes more then my MSN Messager online friends list. I get so much of words from my friends saying I did not reply to their message on Facebook Chat....
-
Jun 30, 2010
Comments Off
-
Apr 07, 2010
Comments OffFacebook Chat On a Side Bar Of Mozilla
These days I am using Facebook a lot and no wonder everyone is using Facebook a lot. And the number of online users on Facebook are sometimes more then my MSN Messager online friends list. I get so much of words from my friends saying I did not reply to their message on Facebook Chat....
-
Apr 07, 2010
Comments OffNewsletter Email Tracking: Read or Not?
I have completed first phase of a simple, yet useful Newsletter System. When I demonstrated to the clients, they came up with a question if the newsletter being send was opened or not by the newsletter subscribers ? I then thought.. let see how its done. Then I came with this simple tracking trick, most...
-
Apr 07, 2010
Comments OffAdding Tabs in Product View Page Through Layout In Magento
One of my new colleague, today asked me how to add tabs in product view page in Magento. He told me earlier he had used his own tabs CSS and Javascript to do, but now he found out that Magento gives default Tab Javascript to do the same. Then, I thought why not share with...
-
Apr 07, 2010
Comments Off
-
Apr 06, 2010
Comments OffCreating Custom Sourced Multiselect Product Attribute
Creating Multiselect type of product attribute whose source will be the...
-
Apr 06, 2010
Comments OffCreating Block From the Code in Magento
Here are some methods of creating block by code in Magento. This type of code can be used directly in template, not need to create a layout file or add a child node inside already existing layout file. You can use this to echo a different type of block inside already loading block and template....
-
Apr 06, 2010
Comments OffGetting Rescent Rating Summary of a product in Magento
Magento has a default option to show the overall...
-
Apr 06, 2010
Comments OffGetting the Product
Magento gives an option to have different currency defined for each store. To get the...
-
Apr 06, 2010
Comments OffGetting all custom options of a product in Magento
Custom options are the options that can be added to any product, which gives an option for the user of the site to select what type of product they actually want. Here is a scenario where custom option can be helpful. If you have a product say ball and your stores sells plastic,rubber,glass balls. So...
-
Apr 06, 2010
Comments OffGet all options of select or multiselect attribute in Magento by attribute code
One of the things that a Magento developer deal, time and again is finding out all the options of color or manufacturer or size attribute. You may also need to find out what are the options available for color attribute before you add new option programmatically. Or you may need to add assign the...
-
Apr 06, 2010
Comments OffShowing Breadcrumbs Anywhere in Magento
In Magento, by default there is a reference place where breadcrumbs get showed, that is just above the content reference! But, sometimes you need to show the breadcrumbs twice! above and below the content. Or sometimes you just need to show the breadcrumbs inside the content, due to some designing issue!...
-
Apr 06, 2010
Comments OffRedirect to some other location from Model or Observer in Magento
Redirection in...
-
Apr 06, 2010
Comments OffCreating Product Links in Magento Using Custom Query
I’ve already made a post in this blog about Adding Related Product and other links to Product in Magento . But when I used the method to creating links among product’s, while importing very large number of products and creating large number of product links, it took a lot of time and resource. So I...
-
Apr 06, 2010
Comments OffCreating Collection of Objects in Magento using a
Have you ever wondered how Collection in Magento are built, containing array of individual Entity Objects of Magento? Collections are one of the most important data structure (if I am right) used in Magento. Most of the queries in Magento will result into collection, and then you will apply a foreach loop to access individual...
-
Apr 06, 2010
Comments OffGetting Ordered Items and their Detail from Order ID in Magento
Here is a small snippet of code, yet useful, to get ordered items and its details....
-
Apr 06, 2010
Comments OffDebugging Magento Using Eclipse PDT & Zend Debugger
I had always thought of using Eclipse to debug...
-
Apr 06, 2010
Comments OffGetting Customer
Query in Magento can be quite troublesome, if you are a starter..or non-starter. So...
-
Apr 06, 2010
Comments OffGetting Configurable Attributes (Super Attributes) of a Configurable Product
In one of those time when you need to know what attributes of a product is used to make the current configurable...