Page 18 of 32 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 315
  1. #171
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Quote Originally Posted by Ajeh View Post
    You will also need to set up something to manage this in the admin as the cart doesn't exist in the Admin ... so you will probably get an error in the Modules ... Shipping ... without it ...
    Oh, and I havent addressed what Linda mentioned above as Im not a programmer.

    If you need to make changes to your shipping module in the admin, you would need to comment out or temporarily remove the code mentioned above.

    Unless someone else wants to take care of it displaying in the admin properly?
    Donation made. Enjoy those donuts! :-)

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

    Default Re: Zones Table Rate Shipping Module

    You could probably just change the IF to:
    Code:
                    if (!IS_ADMIN_FLAG && $_SESSION['cart']->show_weight() < 3001) {
    and that should allow it to work in the Admin and Catalog ...
    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. #173
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Thanks Linda, that makes sense. ill give it a go!
    Donation made. Enjoy those donuts! :-)

  4. #174
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Just wanted to report that the;

    Code:
      if (!IS_ADMIN_FLAG && $_SESSION['cart']->show_weight() < 3001) {
    worked a treat.

    Thanks!

    Scott.
    Donation made. Enjoy those donuts! :-)

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

    Default Re: Zones Table Rate Shipping Module

    Thanks for the update that this was able to help resolve your issues ...
    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. #176
    Join Date
    Sep 2007
    Posts
    215
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    I've just installed this module to provide the shipping I require. However, it is not showing the correct rates either on checkout or in the estimator. I have selected a shipping zone for zone 1 and installed the following (based on weight) >> 1.5:4.5,16.8:8.0,34:16.0,51:24.0,68:30.0,250:47, with a handling fee of 2.5 (plus VAT on the shipping). When I check out with 8.4 kgs I get a shipping charge of 2.94 ee.g. only the handling and the VAT. Any ideas where this might be going wrong?

    I notice, by the way, that the module only shows up with a yellow dot under shipping modules. I haven't properly calibrated the other zones - I just wrote CALL for these (which probably won't work but didn't want to get into these right away).

    This is the only shipping module I have in place.

    Many thanks.

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

    Default Re: Zones Table Rate Shipping Module

    Could you remove the comma on the end:
    1.5:4.5,16.8:8.0,34:16.0,51:24.0,68:30.0,250:47,
    Also check your Configuration ... Shipping/Packaging ... and make sure your Maximum Weight is set higher as you are showing you want to go to 250 and that your Tare Rates are 0:0 ...
    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. #178
    Join Date
    Sep 2007
    Posts
    215
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Thanks for your reply. I deleted the comma and checked the max ship weight which was already on 'no max'. I took the Tare to be 0:0 and still no difference.

  9. #179
    Join Date
    Sep 2007
    Posts
    215
    Plugin Contributions
    0

    Default Re: Zones Table Rate Shipping Module

    Why is the shipping module showing up as yellow and is this connected to the problem?

    Many thanks for all your help.

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

    Default Re: Zones Table Rate Shipping Module

    When you say the Max Weight is on no ... what do you mean?

    Your Table Rates go to 250 lbs or whatever units you are using ... that means the Max Weight needs to be up to 250 or more or it cannot work ...
    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 18 of 32 FirstFirst ... 8161718192028 ... 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