Archive

Posts Tagged ‘module’

Duplicated modules in Magento?

January 2nd, 2009

Well, I just lost half of hour trying to find the reason why my module gets duplicated on one of my pages. I was preparing some materials for a seminar I’m holding few days from now, when I got lost trying to solve the issue of my module being duplicated on one of pages I assigned it to.

Just in case some of you got into the same situation, let me save you some trouble. Golden rule, do not forget to assign a name to a module. Will save you some headache.

I provided my screen shot below for you to see what I’m talking about.

module1

Magento ,

Writing a custom module in Magento

October 12th, 2008

Time to move on to some more serious stuff concerning Magento. My last few posts were about understanding a way to use Magento functions. Functions like getModel, getData, getSingleton and so on. Most important it was a way of showing you how to find the available functions ascreend how to extract the data from objects. Not sure if I fully seceded in that but hopefully I helped a bit. Read more…

Magento ,