Quantcast
Channel: Products – Inchoo
Browsing all 24 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Simple Helper class for Previous/Next Products in Magento

One of the common requirements in Magento is to have prev/next product on Product Information page. Development logic there is simple, fetch current product id and take the one before and after that...

View Article


Display HTML code (block) of product options in Magento

This simple helper will help you to display html code of your product options. It works with simple, virtual and configurable products. I believe you can use the same approach for other product types...

View Article


Multiple configurable products with options on one page in Magento

Displaying configurable products with options on one page can be problem because Javascript in Magento is setup to work only with one configurable product. You can write your own Javascript or U can...

View Article

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

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 achieve that with no code modification, new...

View Article

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
Browsing all 24 articles
Browse latest View live