Reputation: 381
I recently started a new job with a tiny company running a niche website on Magento. This is my first module, and I have no experience with Magento but can do pretty solid PHP and what have you. I'm having a hard time figuring out what it is I need to extend and how.
What I need to do is make a help bubble display beside every option that needs a help bubble, and when clicked have it display an image. In the backend this would be a drop-down box in each custom option box within every Product. Getting the actual functionality of the box isn't an issue; I'm just lost as to how to get the box in there in the first place.
In terms of what I've tried, I looked at Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Options_Option
and overriding the getOptionValues()
method, but there are getters in there that claim to live in Mage_Catalog_Model_Product_Option
and aren't.
My question is, what do I override and where can I find it? Any help at all would be great; thanks a lot.
Upvotes: 1
Views: 1900
Reputation: 5277
I'm trying to summarize our discussion here.
Upvotes: 1