Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 67
  1. #11
    Join Date
    Apr 2014
    Location
    Canada
    Posts
    249
    Plugin Contributions
    0

    Default Re: Canada free local ship else flat rate

    Okay so adding values didn't help either.

    I don't quite understand why this:

    Setting Total to >= 0.00 and <= nothing (leave blank) will activate this module to show with all shipping modules
    Doesn't work alongside flat rate?

    Also, I should add that if I disable flat rate this leaving only freeoptions I'm presented with nothing at all. So perhaps that's an indication that I haven't setup my zones/rates properly?

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

    Default Re: Canada free local ship else flat rate

    Let's check a few things ...

    From what you have said, it sounds like none of your Products have weight, correct?

    You say there is a Zone that you want for Free Shipping ... what is the criteria for that Zone? How would you determine the customers who get Free Shipping from their shipping address?

    Is shipping working correctly for everyone outside of these customers who should get Free Shipping?
    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. #13
    Join Date
    Apr 2014
    Location
    Canada
    Posts
    249
    Plugin Contributions
    0

    Default Re: Canada free local ship else flat rate

    Quote Originally Posted by Ajeh View Post
    From what you have said, it sounds like none of your Products have weight, correct?
    Yes.

    Quote Originally Posted by Ajeh View Post
    How would you determine the customers who get Free Shipping from their shipping address?
    That's the idea since we're offering free shipping specifically to one city.

    Quote Originally Posted by Ajeh View Post
    Is shipping working correctly for everyone outside of these customers who should get Free Shipping?
    Yes.

    Just for reference, I changed the freeoptions to the province(Ontario) the city(Cornwall) is in and voila! The option for flat and free are both available. So at least we know the basics are properly configured. So the only issue is, as it were, the fact that Cornwall is within Ontario. And I do not want to offer free shipping to the whole province.

  4. #14
    Join Date
    Apr 2014
    Location
    Canada
    Posts
    249
    Plugin Contributions
    0

    Default Re: Canada free local ship else flat rate

    Also, I just tested changing provinces(while free shipping was offered to a specific province) to see if free shipping would be revoked and it was.

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

    Default Re: Canada free local ship else flat rate

    If you edit the shipping module:
    /includes/modules/shipping/freeoptions.php

    and add the code in RED:
    Code:
    // bof: check for CORNWALL
    if ($check_flag == true) {
      if (strtoupper($order->delivery['delivery_city']) != 'CORNWALL') {
        $check_flag = false;
      }
    }
    // eof: check for CORNWALL
    
            if ($check_flag == false) {
              $this->enabled = false;
            }
    Does that make the Free Shipping Options freeoptions shipping module only work for the city of Cornwall?
    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!

  6. #16
    Join Date
    Apr 2014
    Location
    Canada
    Posts
    249
    Plugin Contributions
    0

    Default Re: Canada free local ship else flat rate

    Unfortunately, it still doesn't show.

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

    Default Re: Canada free local ship else flat rate

    Go to the Modules ... Shipping ... and click on the Free Shipping Options freeoptions and post what you see in the right hand panel ...
    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!

  8. #18
    Join Date
    Apr 2014
    Location
    Canada
    Posts
    249
    Plugin Contributions
    0

    Default Re: Canada free local ship else flat rate

    Okay. Here you go:
    Enable Free Options Shipping
    True

    Shipping Cost


    Handling Fee


    Total >=
    0.00

    Total <=


    Weight >=


    Weight <=


    Item Count >=


    Item Count <=


    Tax Class
    HST Cornwall

    Tax Basis
    Shipping

    Shipping Zone
    HST 13% Cornwall

    Sort Order
    0

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

    Default Re: Canada free local ship else flat rate

    In your Zone Definitions ... what do you have in the DETAILS for:
    HST 13% Cornwall
    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!

  10. #20
    Join Date
    Apr 2014
    Location
    Canada
    Posts
    249
    Plugin Contributions
    0

    Default Re: Canada free local ship else flat rate

    Country: Canada
    Zone: Cornwall

 

 
Page 2 of 7 FirstFirst 1234 ... LastLast

Similar Threads

  1. v151 Free shipping only for 1 Zone - everywhere else Flat Rate
    By tpeck in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 8 Apr 2014, 01:39 PM
  2. Can I ship flat rate per item?
    By MaDd0g in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 6 Sep 2010, 10:22 PM
  3. Flat Rate Shipping to Canada: Tutorial?
    By datatv in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 30 Nov 2009, 02:18 PM
  4. Flat rate for local customers
    By Mon3 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 20 Oct 2008, 04:25 PM
  5. Flat Rate to US and USPS Web Tools everywhere else
    By marcusjb in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 1 Feb 2008, 04:27 AM

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