Page 1 of 9 123 ... LastLast
Results 1 to 10 of 89
  1. #1
    Join Date
    Jul 2006
    Posts
    32
    Plugin Contributions
    0

    Default How do I set 2 flat shipping rates to 2 different zone?

    Hi, I have two different flat shipping rates: one for US and the other for international per item. I want to have the shipping calculate per item, not per price and weight. I tried to use Table rate or Zone shipping to set it up but it does not have the Per Item calculation opion as in Flat shipping setting. Can someone help me?
    Thanks.
    Klemens

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

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    Are you wanting a Flat Shipping Rate for the whole order? Use Flat Rate ... flat.php

    Or, are you wanting a Per Item Shipping Rate? Use Per Item ... item.php

    You would clone the shipping module that you want to use and set one to use one zone and one to use the other zone ...

    I recently posted a method to make a quick World Zone that excludes the US ... but I don't recall where that thread is at the moment ... but you might try a search for zones and see what comes up ...

    There are also several threads on cloning shipping modules that you can look up to help you in doing this ...

    Or, perhaps some kind soul has bookmarked these or know where they are at ...
    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: v1.5.5]
    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
    Jul 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    Yes I want to setup Flat shipping per item. I did use the Flat Shipping module setup for 1 zone: USA. I want to have another one like that with different flat rate for International. How do I clone it? and save where?

    Thanks.
    Klemens

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

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    Flat means I order 27 items and pay $5.00 ... I order 1 item and pay $5.00

    Per Item means I order 27 items at $5.00 each and pay $135.00 ... I order 1 item and pay $5.00

    Do you want a Flat Rate Shipping? Flat Rate flat.php

    Or do you want a Per Item Shipping? Per Item item.php
    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: v1.5.5]
    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
    Jul 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    Sorry for the confusion.
    I want Per item rate: $5/item for US, $10/item for international. Please help to show me how to clone it.
    Thanks.
    Klemens

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

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    Copy the files:
    /includes/modules/shipping/item.php
    /includes/languages/english/modules/shipping/item.php

    itemusa.php and itemworld.php

    In the proper files:
    Globally replace item with itemusa and itemworld
    Globally replace ITEM with ITEMUSA and ITEMWORLD

    Those are case sensative so be careful ...

    WARNING: do NOT change the word item on this line:
    PHP Code:
          $total_count $total_count $_SESSION['cart']->free_shipping_items(); 
    Uninstall the old Flat and Per Item that you have installed ...

    Install the new ones ... and set their zones

    Cloning a shipping module is not difficult just be careful ...
    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: v1.5.5]
    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!

  7. #7
    Join Date
    Jul 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    Do I need to put them into override folders for the future upgrade as below?

    /includes/modules/shipping/MYTEMPLATE/itemusa.php
    /includes/languages/english/modules/shipping/MYTEMPLATE/itemusa.php

    /includes/modules/shipping/MYTEMPLATE/itemworld.p
    /includes/languages/english/modules/shipping/MYTEMPLATE/itemworld.php

    Thanks.
    Klemens

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

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    No, you can add them to the original directories as you are making new ones and not true overrides ...
    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: v1.5.5]
    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!

  9. #9
    Join Date
    Jul 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    Thank you Linda.
    It works great. I have another question about the zone: for International, how do I set to include all countries for the itemworld without USA?

    Thanks.
    Klemens

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

    Default Re: How do I set 2 flat shipping rates to 2 different zone?

    You search for that neat world zone post that I made that has all the countries defined except the world ...

    Where I put it ... umm ... I forget ...
    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: v1.5.5]
    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!

 

 
Page 1 of 9 123 ... LastLast

Similar Threads

  1. Need Shipping mod of different products at different (flat) rates
    By DSCARMS in forum Addon Shipping Modules
    Replies: 3
    Last Post: 31 Oct 2011, 04:39 PM
  2. How to set up 2 different shipping base rates?
    By windowla in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 25 Mar 2011, 07:11 PM
  3. 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
  4. 2 Different Flat Rates Shipping
    By gregoryjameswood in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 6 Feb 2007, 05:57 PM
  5. How to set up 3 flat rates?
    By robax in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 9 Aug 2006, 11:53 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR