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 ArticleDisplay 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 ArticleMultiple 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 ArticleGetting 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 ArticleListing 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 ArticleBuilding 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 ArticleAdding 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 ArticlePrepared 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 ArticleSimple 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 ArticleCreate 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 ArticleMagento 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 ArticleProduct 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 Article301 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 ArticleHow 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 ArticleCustom 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 ArticleRelated 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 ArticleMore 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 ArticleDisplay 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 ArticleGet 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 ArticleSort 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