simplytaty Posted April 25, 2008 Share Posted April 25, 2008 Hello everyone I desperatelly need to set up a certain product as the qualifier for free shipping, so that if that product was in the shopping cart the whole order would have free shipping. Any ideas? Tried using the total order free shipping, but it's only over a certain amount, not for single items. Please help !!! Link to comment Share on other sites More sharing options...
burt Posted April 25, 2008 Share Posted April 25, 2008 I can't think of an easy (built into osCommerce already) way to do this. My idea would be to pass the contents of the cart into an array, then in each of your shipping modules, check the array for the "free" product. IF the "free" product exists in the cart, then enable free shipping and disable all the other shipping methods. It's a bit of work, but certainly possibe - maybe someone else will have a different idea. Link to comment Share on other sites More sharing options...
burt Posted April 25, 2008 Share Posted April 25, 2008 Alternatively, you could maybe have the "free" product set the cart weight to zero, then use table rate to have free postage on a zero weight. That might be a possibility. Link to comment Share on other sites More sharing options...
simplytaty Posted April 27, 2008 Author Share Posted April 27, 2008 Alternatively, you could maybe have the "free" product set the cart weight to zero, then use table rate to have free postage on a zero weight. That might be a possibility. And how do I do that? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.