Posted by twardnw on May 13, 2013 at 5:56pm
Alright, I'm stumped on this one. Trying to set up a free shipping option for a client's site. I'm having quite the time figuring out how to get Rules to see a field on items in an order, to verify they qualify for free shipping. It's just a boolean field on the two product classes. Nothing I have tried seems to expose that field to rules so I can validate if the items in an order qualify for this shipping option. I have tried the 'entity has field' and 'entity is of type' method, and I am able to see fields at order:products:0:node:... etc, but not this specific field. Any advice?

Comments
Bounty
My client just contacted me, he is willing to put up a bounty on this. Email me for the details.
-EDIT-
Already got a willing participant on this.
-Tyler-
Check Ottos
I had a somewhat* similar issue on Ottos when I had to loop through products to find if the order had shipping restrictions. Ended up handling it in code due to rules not working out in that situation. Check out the only custom module for the project in the mtm repo if you go that route.