organicinternet / magento-configurable-simple

Enhancement to Magento to allow simple product prices to be used instead of the default special-case configurable product prices
http://organicinternet.co.uk/
283 stars 266 forks source link

SCP -> Custom Options #41

Open pbaum83 opened 13 years ago

pbaum83 commented 13 years ago

When building a configurable product if you add a custom option to the configurable product the custom options associated with that configurable do not work. I'm not sure if this is desired or required because of the way the extension works, but it would be great if you didn't lose that capability by adding SCP to your site.

Thanks, Paul

mathg commented 7 years ago

Here is what I've done to fix the problem on my end.

Added this to config.xml right before

`

OrganicInternet_SimpleConfigurableProducts_Sales_Model_Order_Item
        </sales>`

Also added the Order Item model that you can find here : https://github.com/mathg/magento-configurable-simple/tree/master/app/code/community/OrganicInternet/SimpleConfigurableProducts/Sales/Model/Order

jenithagile commented 7 years ago

this is not working in invoice pdf. please help