Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32
  1. #21
    Join Date
    Jul 2008
    Location
    london
    Posts
    169
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    Mdfleury,

    what shipping module are you using?
    What file are you modifing?
    Can you post some more details for; SHIPPING AND HANDLING
    AND MODULES/SHIPPING

    Soul39

  2. #22
    Join Date
    Jul 2008
    Location
    london
    Posts
    169
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    Mdfleury,

    FORGET LAST POST. not thinking straight. I am at work you see, my brain gone to sleep.

    Soul39

  3. #23
    Join Date
    Oct 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    Quote Originally Posted by Ajeh View Post
    Edit the Table Rate shipping module and add this code:
    PHP Code:
    // don't show when over 50
    global $cart;
    if ((
    defined('IS_ADMIN_FLAG') && IS_ADMIN_FLAG == true) || $_SESSION['cart']->show_weight() > 50) {
      
    $this->enabled false;

    above this line of code:
    PHP Code:
        if ( ($this->enabled == true) && ((int)MODULE_SHIPPING_TABLE_ZONE 0) ) { 
    I need to do just like this, except instead of weight I need to do it by price? Is this possible? What do I use instead of show_weight()?

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

    Default Re: Table Rate Problems

    See if $_SESSION['cart']->show_total() works for you on this ...
    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. #25
    Join Date
    Oct 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    That worked. Thank you very much!

  6. #26
    Join Date
    Jul 2008
    Location
    london
    Posts
    169
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    Hi
    Ajeh,

    can you set both a high and low limit on the same module;
    like SHOW ON IF VALUE IS BETWEEN 0.05 AND 50?

    Because the products in my cart with 0kgs are set for FREE SHIPPING,
    but the table rate shipping price shows as well. I just want the free shipping to show.

    It would be nice if it was possible to have that feature when setting the rates.
    so you can have something like; minimun shipping weight and the maximun shipping weight.
    I think the feature is available in the BRM. But i am not yet at that level to duplicate it for this.
    How would go about it?

    Soul39

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

    Default Re: Table Rate Problems

    There is a setting in the Shipping/Packaging where 0 weight means Free Shipping ...

    You would want to turn on the Free Shipping freeshipper shipping module for this to work ...

    When the Order has 0 weight, only the Free Shipping freeshipper shipping module will show ...

    When the Order has > 0 weight, the Free Shipping freeshipper shipping module will NOT show ...
    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!

  8. #28
    Join Date
    Jul 2008
    Location
    london
    Posts
    169
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    Hi, Ajeh,
    you are right, as usual. I thought i had enabled it.
    I also had freeoptions enabled instead of freeshipper.
    What is the difference between the two?

    many thanks,

    Soul39

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

    Default Re: Table Rate Problems

    Free Shipping freeshipper is triggered by:
    0 weight on an order when 0 weight is defined to mean Free Shipping
    This runs alone and no other shipping methods display

    Free Shipping Options freeoptions is triggered by:
    Settings based on Total, Item or Weight where you can set ranges to trigger a Free Shipping Option that WILL show with all other Shipping Methods ...
    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!

  10. #30
    Join Date
    Jul 2008
    Location
    london
    Posts
    169
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    Ajeh,

    thank you for the explaination.

    Just to recap. if i wanted to offer free shipping on orders over £100
    i would use the freeshipping options.
    But that would not disable the other modules, why not?

    Soul39

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. table rate + base rate for few larger items?
    By Sancho in forum Built-in Shipping and Payment Modules
    Replies: 13
    Last Post: 9 Sep 2010, 07:23 PM
  2. Chaning name for table rate and Zone Rate
    By undah in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 22 Feb 2009, 03:54 PM
  3. Table Rate does not show up, Zone Rate calculation is incorrect
    By salocreative.com.au in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 Mar 2008, 03:56 AM
  4. Table Rate Calculation Problems with Negative values
    By matt123 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 15 Dec 2007, 06:28 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