tedmcdonald Posted October 15, 2002 Share Posted October 15, 2002 Howdy Folks Here's a question: I am offerring free shipping for orders over $100.00; however, I do not want to offer this same discount to International orders (it's just not cost effective). :?: Is there a way to do this? :thumbsup: All help is greatly appreciated. Best Regards, Ted Quote Link to comment Share on other sites More sharing options...
mouflon Posted October 20, 2002 Share Posted October 20, 2002 OK - this is a bit of an ugly hack - but it works. I uses the zone method, which currently is configured for weight. I just altered it for price: change at around line 125 in zones.php function quote() { global $shipping_quote_zones, $shipping_quote_all, $address_values, $shipping_weight, $shipping_quoted, $shipping_zones_cost, $shipping_zones_method; to function quote() { global $cart, $shipping_quote_zones, $shipping_quote_all, $address_values, $shipping_weight, $shipping_quoted, $shipping_zones_cost, $shipping_zones_method; $shipping_weight = $cart->show_total(); then just use the dollar figure instead of weight in the admin. It could easily be altered to have all of the correct wording and stuff, then be turned into a new shippping module. Quote Unexpect the Expected Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.