Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Idea or Suggestion Adding Different Shipping Rates to Different Countries

    Hello, I currently ship only to the US. The shipping flat rate is $3.50 and free shipping over $100. The problem I am having is that I now want to also ship to Canada and someday ship worldwide but I have no idea how to set up a different shipping rate. I wanted to charge $25.00 flat rate to Canada and leave the US Shipping Rates as is. I made the biggest mistake of deleteing all the countries expect for US. Now I guess I need to recover the code for Canada in Countries and recover all Canada Zones. Unfortunately, I am running the store on my own and been trying MONTHS to figure this one out. If someone could please help me I would really appreciate it. Thank you in advance.

    I don't know if this helps but my current version of zencart is 1.3.9b.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Adding Different Shipping Rates to Different Countries

    You can use the Zone Rate zones shipping module and set it up for:
    US
    99.99:3.50;10000.00:0.00

    CA
    10000.00:25.00

    and later for the Rest of the World use:
    00
    (rates as needed)

    The 00 means anyone not otherwise defined ...

    If you need more than 3 Zones, then you would edit the file:
    /includes/modules/shipping/zones.php

    and set the number of Zones to how many you need ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Default Re: Adding Different Shipping Rates to Different Countries

    Hi, Thank you you so much for responding! Sorry, but how can I recover the zones for Canada or would I need to recover them? I had deleted Canada in COUNTRIES and all the ZONES for Canada where deleted? Thank you

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Adding Different Shipping Rates to Different Countries

    It would really depend on your current site and what you have in there vs what you removed or changed all the tables to ...

    You could do a test install on a test database in a test directory to see what the defaults look like to start with ...

    What you need to know is if your current site uses the same settings for the Zone tables so that you can rebuild them in the same manner or if you have changes that would require building them manually ...

    Without actually seeing your current tables it is hard to guess which is better for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Dec 2010
    Posts
    138
    Plugin Contributions
    0

    Default Re: Adding Different Shipping Rates to Different Countries

    Oh no, I am confused, sorry! Ok I will just explain exactly what I did and maybe this will help: Since I only wanted to ship to the US at the moment, I went to LOCATION/TAXES/COUNTRIES and deleted all the countries manually except for the zones in the United States. When I took a look at LOCATION/TAXES/ZONES all the countries zones where gone except for United States. I guess I made the dummest mistake of deleting all the countries.

    Is there a way I could just add the Canada Zones back?

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Adding Different Shipping Rates to Different Countries

    Backup your database and let's try rebuilding things slowly ...

    To add Canada back into the Countries table, run this in the Tools ... Install SQL patches:
    Code:
    INSERT INTO countries (countries_id, countries_name, countries_iso_code_2, countries_iso_code_3, address_format_id) VALUES
    (38, 'Canada', 'CA', 'CAN', 2);
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Q: Different Tax rates for different countries. But can only ship to US and Canada
    By SuppaDuppa in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 1
    Last Post: 15 Jun 2010, 09:36 AM
  2. cant config for shipping different countries different rates
    By vanleab in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 4 Mar 2010, 05:10 AM
  3. Specify shipping fees for different cities in different countries?
    By Rowan in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 15 Sep 2008, 09:41 AM
  4. How to have different flat rates to different countries
    By vandiermen in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 28 Feb 2007, 10:28 AM
  5. Ordering, orders editing, different shipping for different countries
    By jeniczek in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Sep 2006, 05:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg