Page 27 of 32 FirstFirst ... 172526272829 ... LastLast
Results 261 to 270 of 315
  1. #261
    Join Date
    Aug 2011
    Posts
    199
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Sure, I think it is making sense now
    Its all about asking the right question.. Your question in thread #254 is what I actually wanted but was not able to put in those words.
    Now India has 28 states, which I need to bundle under these four zones
    I have decided to do it in the morning.
    Thanks Again !

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

    Default Re: Zones Table Rate Shipping Module

    Let us know how things work out 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: 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. #263
    Join Date
    Aug 2011
    Posts
    199
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    I am so glad to see all my zones in the drop box!

    I am going to configure them now.
    Thanks !

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

    Default Re: Zones Table Rate Shipping Module

    You are most welcome ... glad to hear things are coming together 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: 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. #265
    Join Date
    Sep 2013
    Location
    United Kingdom
    Posts
    11
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Hi,

    Im using 1.5.1 and this shipping module. I have duplicated it successfully to do one weight based and one item based.

    I have a need to be able to disable this shipping module over a certain weight as over this weight, we will begin to price by item. This threshold needs to at around 150. I have tried some of the hacks suggested for UPS and USPS modules on varying lines within the file, but to no avail. Can anyone give me a steer if they have managed something similar?

    Thanks

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

    Default Re: Zones Table Rate Shipping Module

    You can customize the file:
    /includes/modules/shipping/zonetable.php

    (or which ever shipping module you are trying to turn off)

    with the code in RED for:
    Code:
        if (zen_get_shipping_enabled($this->code)) {
          $this->enabled = ((MODULE_SHIPPING_ZONETABLE_STATUS == 'True') ? true : false);
        }
    // bof: disable for weight >= 150
    if (!IS_ADMIN_FLAG && $_SESSION['cart']->show_weight() >= 150) {
      $this->enabled = false;
    }
    // eof: disable for weight >= 150
        if ($this->enabled == true) {
    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. #267
    Join Date
    Sep 2013
    Location
    United Kingdom
    Posts
    11
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Bang on!! Thanks Ajeh!

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

    Default Re: Zones Table Rate Shipping Module

    You are most welcome, thanks for the update that this can work 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: 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. #269
    Join Date
    Aug 2011
    Posts
    199
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Hi Ajeh,

    If you scroll up this page, you would recollect that you had helped me to set up my zones. Other things came up, so I could not set up the zone table after that. Now I have upgraded to 1.5.1
    I have entered all information as per my zones and rates. But the icon is yellow. And the rates are also not being shown in shipping estimator.
    Another weird thing is that if I put sort order as '4', I get a duplicate sort order warning; though as you can see in the image, I have not put '4' as sort order Sort order for anything elsed. '1' is not giving that warning.
    please guide me again. Name:  zone table rate.jpg
Views: 101
Size:  32.7 KB
    Last edited by devyani; 14 Jan 2014 at 01:42 PM. Reason: wanted to subscribe to this thread

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

    Default Re: Zones Table Rate Shipping Module

    Yellow is okay and on the Sort Order just make sure you do not get the duplicate warning ...

    When you go to Locations / Taxes ... Zones ... under the Country for India, what Zones do you see?
    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 27 of 32 FirstFirst ... 172526272829 ... LastLast

Similar Threads

  1. Help with Zones Table Rate module ..... Please
    By MM_Dude in forum Addon Shipping Modules
    Replies: 5
    Last Post: 7 Jul 2012, 02:37 PM
  2. Zones Table Rate Shipping Module clone
    By maclean in forum Addon Shipping Modules
    Replies: 2
    Last Post: 24 Jul 2009, 04:59 PM
  3. Problem with Zones Table Rate shipping calculation
    By AlpineAire in forum Addon Shipping Modules
    Replies: 1
    Last Post: 17 Jul 2008, 03:29 AM
  4. table rate shipping, zones, quotes
    By gsdcypher in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 27 Mar 2008, 05:00 AM
  5. Clone a shipping module or define a new shipping attribute under table rate module?
    By meeven in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Sep 2007, 04:56 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