Category / Programming

Object-specific Layout Update Handles

Every HTTP request in Magento results with a few layout handles which can be used to customize layout of desired pages. If you ever tried to dump layout handles in Magento, …

0

Newsletter auto-subscribe on create account and place order in Magento

inchoo-autosubscribe

By default Magento provides a Newsletter feature, which enables store administrators to send newsletters to customers who have registered to receive them. Since most customers tend not to opt-in to …

0

Automatic Cross Related Products – CSV Import

related_featured

If you have configurable products that have been associated with simple products, you can assign configurable products to related products. You probably know how this task can be boring. To …

2

Per product meta robots tag control in Magento

products-meta-robots-admin

My first Magento related task here at Inchoo was to assist our client to gain control over his meta robots tag on per product basis. In this article I’ll present …

2

301 redirects vs canonical links in Magento

socks_

What can you do to prevent duplicated content of products from different stores? Recently we’ve received one inquiry to optimize an existing Magento website. Shortly, there are 2 stores with …

3

Product Stock Alerts (not) working

subscribe

Recently one of our clients had contacted us and said that ProductAlert functionality doesn’t work any more. After I investigated the situation I saw that last email regarding to Stock …

4

Magento Adminhtml Javascript Popup Dialog

PopupDialogFeatured

Recently,I needed to add functionality to open javascript Popup dialog inside Magento Adminhtml area to perform some operations and then to handle onClose action to fill the form that called …

2

Magento (How to fix): One or more of the Cache Types are invalidated: Blocks HTML output.

Magento (How to fix): One or more of the Cache Types are invalidated: Blocks HTML output.

Some time has passed since I wrote original version of this article, Magento was at 1.5. these days… Now, almost 2 years later I have decided to revamp the article since …

70

Clear the APC cache from Magento admin panel

cover

Since PHP code is interpreted, every time we run a script, PHP has to parse the script and compile it to opcode (operation code) which represents the function of the …

11

How to add Currency selector to Magento’s header

Featured Image

Since Magento has built in functionality for currencies, it shouldn’t be too hard to create custom currency selector and put it to the header. You might say this tutorial is …

25