Quantcast
Channel: Products – Inchoo
Browsing latest articles
Browse All 24 View Live

Image may be NSFW.
Clik here to view.

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

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 code my own since I wanted to tackle the...

View Article


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

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 needs and you are done. Since we...

View Article


Image may be NSFW.
Clik here to view.

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 are an experienced developer you can skip to...

View Article

Image may be NSFW.
Clik here to view.

Prepared filter for Magento admin grids

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 for some custom functionality and show such...

View Article

Image may be NSFW.
Clik here to view.

Simple social sharing buttons in Magento

There are a lot of ways to add social sharing buttons to your Magento store. You can choose from several different free or paid extensions, create your own, use services like AddThis or even paste the...

View Article


Image may be NSFW.
Clik here to view.

Create a Color Switcher in Magento

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 (for now) is a color switcher in Magento. To...

View Article

Image may be NSFW.
Clik here to view.

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 of complain about is the lack of...

View Article

Product Stock Alerts (not) working

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 Alerts was sent...

View Article


301 redirects vs canonical links in Magento

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 codes:...

View Article


Image may be NSFW.
Clik here to view.

How to add custom product relations in Magento

Currently there are three types of product relations in Magento: Up-sells, Related Products, and Cross-sell Products. Recently while discussing client’s requirements, we’ve come to conclusion it would...

View Article

Image may be NSFW.
Clik here to view.

Custom Product Option and its use-case in Magento

This post is actually short tutorial on how to create custom option for product and how to extend Magento Sale Order grid to show custom option as “Delivery Date”. This is beginner guide tutorial so if...

View Article

Image may be NSFW.
Clik here to view.

Related products, Up-sells, Cross-sells in Magento

In Magento there are three types of product relations: Up-sells, Related Products, and Cross-sell Products. Two of them appear while viewing a product, and one usually appears in the shopping cart....

View Article

Image may be NSFW.
Clik here to view.

More Flexible Approach to Listing Sale Products in Magento

Some clients have a need to show product on sale on homepage, or, sometimes, to filter products on sale in each category individually. In this post i’ll show you two ways of listing products on sale:...

View Article


Image may be NSFW.
Clik here to view.

Display product’s rating beyond the review page

Reviews are another one of numerous excellent features in Magento. Usage of reviews can increase visitors’ trust in your brand, which, in return boosts your sales by a significant amount. Sometimes...

View Article

Image may be NSFW.
Clik here to view.

Get rewritten product url in a different store

It was pointed out to me in one of the preceding articles that getting a product’s URL in a different store can get pretty complicated if the URL you want to get is rewritten. I decided to come up with...

View Article


Image may be NSFW.
Clik here to view.

Sort products by sold quantity in Magento

Magento by default comes with a few basic product sorting options such as sorting by product position, name or price. In this article you’ll learn how to sort products by how many times they have been...

View Article

Image may be NSFW.
Clik here to view.

Shell script for converting configurable to grouped products

A couple of weeks ago my colleague Attila Fabrik and I had a really complex but interesting task. We had to develop a shell script that converts configurable products to grouped products. Our Magento...

View Article


Programmatically create upsell, cross sell and related products in Magento

This article will explain how to add upsell, cross sell and related products programmatically to Magento. One of practical examples would be data migration from some other ecommerce system to Magento....

View Article

Image may be NSFW.
Clik here to view.

Add custom image field for custom options

We had a request from a client who wanted to display images for custom options. In this article, I’ll explain how to add the image field to the custom option in admin. Create new module...

View Article

Using Zend for intensive data processing

Sometimes there are cases where a lot of data processing needs to be done and using Magento models and resources is either too slow or too intensive for your solution. This is when Zend framework on...

View Article
Browsing latest articles
Browse All 24 View Live