Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Free Shipping in Continental USA orders over $100 possible?


tedmcdonald

Recommended Posts

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

Link to comment
Share on other sites

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.

Unexpect the Expected

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...