Category / E-Commerce

Simple example on how to programatically create two level categories in Magento

Recently I have been working on a new site that has large number of products and not so little number of categories. As you all know, Magento import system is somewhat obscure, does not seem to allow you a lot in terms of modifications. You are bound to creating a proper CSV file in order to do a valid import. One of the difficulties with such system often comes down to “how do I transfer all my categories” or “how to I transfer all my images” from old shop system to Magento. My so far practice has simple answer on that: Sometimes, there just isn’t any simply solution. Sometimes you will waste hours of coding just to build a proper CSV file that will later be passed to the import system. Read more

1

It’s Fresh! It’s Purple! Check it out!

It’s Fresh! It’s Purple! Check it out!

Whether you know them as jewellery or jewelry, these shiny pieces of joy can really light up your and your loved one’s day. When you can also get them online and have fun in the process, what more could you ask for? Ok, maybe a discount code or two, but that can also be arranged… :-)
Read more

2

Magento Darwin Awards contest

Magento Darwin Awards contest

This is a guest post, originally published by Philippe Humeau which he was kind enough to translate to English and allow us to publish it here. I found this post awesome and really wanted it to be shared with much broader audience in English language.

NBS System is a managed hosting company working mainly on Magento so they have a lot of Magento hosted to put it short (~200 sites). They also maintain a blog regarding Magento optimization and this is a translated post from it (Wikigento) Read more

0

A Better Maintenance Mode in Magento?

A Better Maintenance Mode in Magento?

Magento 1.4+ includes a nice feature that allowed you to throw the store into “maintenance mode” if you need to do/work or make changes. Which is great, freeze people out of the store while you work or make changes. The only problem with this, is it also freezes YOU out of the store so you can’t make the changes you need to. So here is a little bit of code, that allows you and other you set to work on the site while everyone else sees its maintenance mode.
Read more

17

How to limit the number of allowed images per single product in Magento

Recently I have been playing around with Magento with the concept of limiting the number of images that admin can upload per single product. There are several reasons why you might need this kind of functionality. I will not go into them. Solution for this request is pretty straightforward and easy. It can be done in just a few lines of code. Read more

0

There has been an error processing your request.

There has been an error processing your request.

Are you sick and tired of scrolling you browser when you get Magento error, trying to read and trace it?
Read more

16

Sick of Magento XML layouts?

Sick of Magento XML layouts?

Haven’t wrote an article for a while, so here is a short one.

Are you sick of Magento XML layouts? If so, then do it all via the code, from the controller :) . Read more

11

We are hiring!

We are hiring!

Do you know what the word above means? If you do, than you might be one of the candidates for a job position in our company. As some of you who are visiting the site for a longer time know, Inchoo was founded in May 2008. At the time of inception, Branko and me were the team at the start. Today, our team counts 16 members. Are you interested to join?

Read more

4

Magento Demo Store on Apple iPad Video

Magento Demo Store on Apple iPad Video

Ever wondered how your Magento store looks on Apple’s new miracle device a.k.a. iPad? We got you covered. Here’s a short minute and a half video showing you Magento demo store running on iPad. Read more

4

How to add your own translations to Extensions?

How to add your own translations to Extensions?

In my last post about translations I was explaining how to translate words in Magento with inline translation tool as an option, but there are more techniques for translating besides that.
In this post I will try to cover translations for custom modules so they all refer to a single csv file.

Read more

3