Hi there
I am running a collection in magento 1.9.x that contains both simple and configurable products. In the create new order grid, I want to be able to search for a child SKU and have the configurable product returned. Accordingly, how can I add the child SKU's to a magento product collection? I presume "$collection->joinField" needs to be used.
Thanks!
M