Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32
  1. #11
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Table Rate Problems

    Brilliant, thank you very much - that works perfectly.

    Do you know if it's possible to do something similar for the zone rate shipping module?

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

    Default Re: Table Rate Problems

    Same thing ... the flow of the code is very similar it just changes the constant in the line for where to put this ...

    The code is generic and can be run in any shipping module:
    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;

    You just need to put it in the right location of the code ...
    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!

  3. #13
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Table Rate Problems

    OK, brilliant. Can you tell me where to put the code in the zones module.
    Thanks.

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

    Default Re: Table Rate Problems

    Try placing it above:
    PHP Code:
          // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED
          
    $this->num_zones 3
    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. #15
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Table Rate Problems

    Brilliant, works perfectly. Thank you very much for your help, much appreciated.

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

    Default Re: Table Rate Problems

    Hi, sorry for butting in,
    i think i understand how the table rate works, you set postage for different weights.
    And you need to do that for every form of shipping. eg, first class, std parcels, second class, parcel post etc.
    It that case, if you offer 4 differnt types of shipping you would need 4 table rates ( 4 modules). but where is it? and where can i find a tutorial on it, please.

    So in the case of the "bigroyal mail module", it has already been done for you. (The tables)Am i understanding this correctly?

    Someone, Please enlighten me!

    Many thanks in advance for your help!

  7. #17
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Table Rate Problems

    Quote Originally Posted by Soul39 View Post
    Hi, sorry for butting in,
    i think i understand how the table rate works, you set postage for different weights.
    And you need to do that for every form of shipping. eg, first class, std parcels, second class, parcel post etc.
    It that case, if you offer 4 differnt types of shipping you would need 4 table rates ( 4 modules). but where is it? and where can i find a tutorial on it, please.

    So in the case of the "bigroyal mail module", it has already been done for you. (The tables)Am i understanding this correctly?

    Someone, Please enlighten me!

    Many thanks in advance for your help!
    Hey. Yes, if you want to use table rate shipping modules for more than one type of shipping, then you need to have multiple table rate modules installed. You can download and addon to do this here: http://www.zen-cart.com/index.php?ma...roducts_id=966 and i also found a thread in the support forum which tells you how to do it manually.

    I had Big Royal Mail installed, but chose to add multiple table rates as they are simpler and display the shipping information at the front end in the same format as my other shipping modules.

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

    Default Re: Table Rate Problems

    hi,
    did you unstall the Big royal mail module (BRMM)? or installed the additional rate table along side?

    how many tables do you use, and their descriptions?

    i am only looking to ship within the uk, so will only need;
    first class; large letter and packets
    second class, large letter and packets
    standard parcel up to £100.
    and a call for price.
    can you add a link to that helpful thread, much appreciated.


    Mucn thanks in advance for your help.

  9. #19
    Join Date
    Jul 2008
    Location
    london
    Posts
    169
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    Hi,
    is this the helpful thread that you used'
    http://www.zen-cart.com/forum/showthread.php?p=555719
    i would like to know, as i am very intrested in doing the same

    i had a look at you cart, Looks very proffessional. At the checkout, in estimate shipping, does the customer select the sort of shipping that they want?

    Much thanks for any help, no matter how small.

    Soul39

  10. #20
    Join Date
    Oct 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Table Rate Problems

    I want to do this by price, so what do I put in place of show_weight? I tried display_price and show_price but that just breaks my page.

 

 
Page 2 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