rajeev-k-tomy / MagentoStackExchange_Helper

This repository is used to holds code/extensions which I used for answering in @stackMagento

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagentoStackExchange_Helper

This repository is used to holds code/extensions which I used for answering in @stackMagento.

This repository holds multiple branches. Each of those branches will hold different contents. These contents may be code snippets, extensions or anything. Every branches are constructed for future references.

Extensions Available

Rkt_CustomBlock

This is a simple magento extension which is used to illustrate how can we create a custom block in Magento. Tested in Magento-1.9.1.

SO Question Reference :

Rkt_FlexibleHead

In most of the cases, it is impossible to include a page/html_head type block inside head block (which is also a page/html_head type block). Using this extension, you can use a custom block rkt_flexeblehead/page_html_head block type in your layout file which has all of the power of page/html_head type block, but without causing any problems.

SO Question Reference : Error when adding a block in page.xml.

Rkt_RemoveCategoryTab

This extension is used to remove a tab from cateogry edit section in admin side of Magento. This module can be used to study how magento is processing an admin event.

SO Question Reference : have a look on this thread

Rkt_CmsPageToProduct

This extension is used to convert a CMS Page to Product Page.

SO Question Reference : Customizing a product page using view.phtml doesn't pull images

Rkt_ForwardCategoryToProduct

This is a Magento extension which do a redirect to product page from a category page if the category in request have only one product in it. The product page will be of the product in that category.

SO Question Reference :

ISN_Layouts

Magento extension which adds a custom page layout. It also include page layout handle in category pages. reference

SO Question Reference : Custom category layout not working

About

This repository is used to holds code/extensions which I used for answering in @stackMagento