Results 1 to 9 of 9

Table rate shipping not working

This is a discussion on Table rate shipping not working within the Table Rate forums, part of the Shipping Modules category; Can someone please add light to this situation ... i have spent hours trying to work it out I want ...

      
  1. #1
    New Member lilmama's Avatar
    Join Date
    Sep 2008
    Posts
    10
    Rep Power
    0


    Cool Table rate shipping not working

    Can someone please add light to this situation ... i have spent hours trying to work it out

    I want to add table rate 20:7.00,40:12.00,80:15.00,100:20,150:22.00,200:25. 00,300:30.00

    i have added a weight to all my items of 1

    I have enabled it as TRUE

    I want the price of shipping to be based on cost of items and i have checked this box

    table method - PRICE

    tax class - NONE

    Shipping zone - NONE

    Sort order - 3

    when i go into my site to test it this is what comes up

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/phatboot/public_html/catalog/includes/classes/shipping.php on line 57

    Warning: Variable passed to each() is not an array or object in /home/phatboot/public_html/catalog/includes/classes/shipping.php on line 68

    Warning: Cannot modify header information - headers already sent by (output started at /home/phatboot/public_html/catalog/includes/classes/shipping.php:57) in /home/phatboot/public_html/catalog/includes/functions/general.php on line 34

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Table rate shipping not working

    Maybe it is obvious to me but an error I would do my self....
    Code:
    20:7.00,40:12.00,80:15.00,100:20,150:22.00,200:25. 00,300:30.00
    s/b
    Code:
    20:7.00,40:12.00,80:15.00,100:20,150:22.00,200:25.00,300:30.00
    It don't like spaces in the numbers..... 25. 00 ---> 25.00

    or try even:
    Code:
    20:7,40:12,80:15,100:20,150:22,200:25,300:30
    Good Luck!
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    New Member lilmama's Avatar
    Join Date
    Sep 2008
    Posts
    10
    Rep Power
    0


    Default Re: Table rate shipping not working

    Hi

    i have put the first figures you suggested into the table and it is coming up with the message

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/phatboot/public_html/catalog/includes/classes/shipping.php on line 57

    Warning: Variable passed to each() is not an array or object in /home/phatboot/public_html/catalog/includes/classes/shipping.php on line 68


    And when I implement the second code into the table it comes up with this error message

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/phatboot/public_html/catalog/includes/classes/shipping.php on line 57

    Warning: Variable passed to each() is not an array or object in /home/phatboot/public_html/catalog/includes/classes/shipping.php on line 68


    WHATS A GIRL TO DO !!!!!!!!!!!!!!!!

  4. #4
    New Member lilmama's Avatar
    Join Date
    Sep 2008
    Posts
    10
    Rep Power
    0


    Cool Re: Table rate shipping not working

    Ok so I tried what you advised and its still not working coming up with the error below when i test it in the store

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/phatboot/public_html/catalog/includes/classes/shipping.php on line 57

    Warning: Variable passed to each() is not an array or object in /home/phatboot/public_html/catalog/includes/classes/shipping.php on line 68

    PLEASE HELP !!!!!!!!

  5. #5
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Table rate shipping not working

    Sorry - can not produce on a clean MS3 install - try re-uploading a CLEAN set of files. Something is missing or corrupt files.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  6. #6
    New Member lilmama's Avatar
    Join Date
    Sep 2008
    Posts
    10
    Rep Power
    0


    Default Re: Table rate shipping not working

    sorry im not sure what you mean ... this is so frustrating ... i have tried everything and now have had to result to not have any shipping .... i need to add shipping !!!!!!!!!!!!!!!!!!!! am loosing money without shipping on my items

  7. #7
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,477
    Rep Power
    567


    Default Re: Table rate shipping not working

    Do like JPF says. Re-upload all the files except for the includes/configure.php and admin/includes/configure.php files. It looks like something was corrupt when you originally uploaded.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  8. #8
    Lurker
    Join Date
    Sep 2008
    Posts
    2
    Rep Power
    0


    Default Re: Table rate shipping not working

    I just want to update this thread. I am the one who installed lilmama's store and at her request and as per the advice here I reuploaded her files.

    She reported that the same error occurred.

    Upon investigation she had NOT set up shipping options for the retail customer group.

    Just wanted to post in case it helps someone in future.

  9. #9
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,477
    Rep Power
    567


    Default Re: Table rate shipping not working

    hehe....Per group shipping... forgot all about that. Thanks a bunch for the update!
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. Percentage Shipping Addition to Table Rate
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 06-20-2008, 09:36 PM
  2. Table Rate Installed, Not Working
    By ScaleCreep in forum Table Rate
    Replies: 2
    Last Post: 06-10-2008, 11:58 AM
  3. Table Rate not working
    By mulan352 in forum Table Rate
    Replies: 0
    Last Post: 03-28-2008, 08:08 AM
  4. shipping table rate problem
    By lazua in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 02-11-2007, 06:37 AM
  5. table rate shipping fees
    By sheikyerbouti in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 10-17-2002, 09:09 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
  •