Posts Tagged: Block
-
Apr 07, 2010
Comments OffWorking with AJAX in Magento
Ajax in Magento can be pretty troublesome.Because you will need to take controllers and layout into account.And I almost used up a whole day trying to make ajax work. Here are some of the steps...
-
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 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 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!...