Hi,
I have 1 product which is setup for free shipping, which works fine, however I want free shipping to apply even when other products are added to the cart with that product. I think the code change is required in /includes/functions/functions_general.php
// Always free shipping only true - enable freeshipper
case (($check_cart_free == $check_cart_cnt) and $shipping_module == 'freeshipper'):
return true;
break;
something needs to be added in that function to check that a certain product id exists in the card.
Hope that makes sense, if anyone could suggest something for me that would be much appreciated.
Thanks,
Brad.



