Hi all,

I've got a store where one product requires free shipping to US and Canada *only*, and shipping charges based on weight elsewhere. All other products are either entirely free shipping or are paid shipping based on the destination.

I'm not sure how to go about getting no shipping charges on a single product to specific countries. I can do one constraint at a time with no problem.

I'm not afraid to go in and write some custom php IF statements that will make this happen, but I'm not sure where the best place to do so would be.

I'm open to suggestions.

Thanks.