Tag Archives: product
123

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 needs and you are done. Read more

6

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 code my own since I wanted to tackle the challenge of coding the previous/next that works alongside the layered navigation filter and sort order in the product listing grid. Read more

4

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 achieve that with no code modification, new templates or even modules.
Just one Javascript file and layout update.

Read more

3

Multiple configurable products with options on one page in Magento

Featured Image

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 reuse Magento code.
Read more

18

Display HTML code (block) of product options in Magento

Featured Image

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 as well.

Getting HTML code for options of configurable products its little different from simple and virtual (well they are more or less same).

Update: for all types in configurable product.

Read more

1

Enhanced Catalog Product Grid – Custom Attribute Filter

Featured Image

Sometimes one needs to have additional filtering criteria inside of a catalog’s product grid. Here is an extension that adds custom product attribute to search filter. You can choose to use any product attribute and it will be shown in the product grid.

Read more

20

How to make configurable options autoselected on Product view page

Featured Image

If you ever tried to do anything with Magento configurable products view page, most likely you needed changes in  /js/varien/product.js in case you wanted to manipulate dropdowns.

This will be one of the ways to do it. Read more

6

Importance of product presentation

Featured Image

We all now that image is everything, especially when you’re selling the product online. There are some obvious facts that need to be taken into concern. This post will include some (IMHO) valuable reminders and a checklist for the shop owners willing to reevaluate their product presentation.
Read more

1

How to create a new product type in Magento

Featured Image

Magento comes packed with several product types: simple, grouped, configurable, virtual, bundle, downloadable. Sometimes clients request can reach beyond any of these built in product types functionality. In such cases, usual way of handling things is throwing some new attributes and hooking into some events from which you can handle and “re-route” certain logic. Read more

28

Magento: How to import additional images for products

Featured Image

We did a migration from CRE LOADED (osCommerce clone) to Magento and we had to import all products with additional images. Every products had from 4 to 6 images which was a problem because Magento doesn’t have built-in ability to upload multiple images for products.

Read more

7
123