Quote Originally Posted by jc8125 View Post
Ajeh, for starters, thanks for all your help. this is my first post, but i've had many questions answered by reading these forums. anyway, could you help me pick up where this thread left off? i'm in a similar situation, looking to exclude certain heavy items from our current free shipping +$300 setting? i'm vaguely familiar with editing php, as well as the tables you refer to - but i'd need a bit of specifics. i'm thinking your second option of adding a product field and using it to flag the affected items would be best. after adding xyz field to the products table, could you (or someone) point me in the right direction for "telling" the free shipping to look for it and exclude? thanks!
Did you work out how to write to code to have the free shipping options to check if the product is flag i.e. eligible for free shipping?

Because we would like to have our free shipping options to only offer free shipping if there is 25 of a certain product in the shopping cart. At the moment we have the amount set and the number of items set and changed the final check to AND instead of OR. This works ok but we would really like it just to be check for the certain product. I am sure I can easily workout how to add the extra field to the product table.

We want to offer the free shipping to all orders as long as it have the 25 or more of the certain product. So it can have other items too!