Category / Products

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 …

6

Magento Shopping Cart Promotion Rule for Product with Custom Options

Magento Shopping Cart Promotion Rule for Product with Custom Options

Magento is a great eCommerce platform, it comes with so many built in features some of which you will probably never use. However one feature that we hear a lot …

2

Create a Color Switcher in Magento

Magento color switcher

Magento comes packed with a lot of options. But, no matter how many options you put into some product, you can never cover all of them. One of such options …

43

Prepared filter for Magento admin grids

screen1

Maybe you can ask yourself why do I need prepared data for filters in my collections – in Magento admin grids. Well, I can perhaps create new grid and action …

1

Adding product image lightbox effect using jQuery plugin (a better way)

Adding product image lightbox effect using jQuery plugin (a better way)

This is not a copy-paste kind of tutorial. It is made for beginners so please try to understand what is going on before you start copying the code. If you …

11

Building a “Facebook Like” button extension for Magento in 15 minutes

Featured Image

Facebook LIKE button is pretty easy and straight forward to implement. All you need to do is to copy paste 2-3 sections from Facebook developer site adjust them to your …

7

Listing out Previous/Next products in Magento (Inchoo_Prevnext extension)

Featured Image

There are several Previous/Next extensions out there for Magento by now. Honestly I do not know how any of them works as I never used any . I decided to …

7

Getting selected simple product id in configurable product on client side.

Featured Image

If you need to get id of selected simple product in configurable product on client side you can do it in many different ways. Here is simple function how to …

10