Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Looking for a shipping module that offers free shipping...


Trentide

Recommended Posts

Thanks for looking at my post. I've searched the forums and come up with nothing. I have a OSC 2.3 site. I'm looking for a shipping module that will offer free shipping for all US and Canadian customers, but will also allow them to select faster overnight methods of delivery, if they want it. I would only offer this free shipping to US and Canada so there needs to be a method for charging for international orders.

 

I appreciate any and all help on this. Thanks so much,

 

Jason

Link to comment
Share on other sites

You can just take an already existing module like the flat rate module and rework it so it allows free shipping:

 

if ( ($order->delivery['country']['id'] == '223') OR ($order->delivery['country']['id'] == 'Canadas country id') ) {

return $this->quotes;

}else{

return false;

}

Matt

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.

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...