osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Packingslips

This is a discussion on Packingslips within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I am getting the following errors when I go to print the packingslips. There is no issue with the invoice ...

      
  1. #1
    Member Cisco's Avatar
    Join Date
    Feb 2003
    Posts
    89
    Rep Power
    0


    Default Packingslips

    I am getting the following errors when I go to print the packingslips.

    There is no issue with the invoice missing any information.

    Does anyone have any ideas?

    Shipping Method:
    Fatal error: Call to undefined function: tep_get_orders_shipping_method() in /home/content/C/i/s/Cisco281/html/XdomainX/catalog/admin/packingslip.php on line 113

  2. #2
    Member Cisco's Avatar
    Join Date
    Feb 2003
    Posts
    89
    Rep Power
    0


    Default RE: Packingslips

    Can someone please check and compare the code on line 113?

    This is my code:

    admin/packingslip.php
    <td class="main"><?php echo tep_get_orders_shipping_method($oID); ?></td>

  3. #3
    New Member
    Join Date
    Sep 2005
    Posts
    25
    Rep Power
    0


    Default packingslips

    I had this same problem and tried removing line 113 in the packing_slip file and it seemed to work after that. I dont know if that was the right thing to do, but it did the trick for me. Try it if you have a backup copy to put back in its place if it goes awry. If someone else has a better suggestion, I'm all ears.

  4. #4
    Member Cisco's Avatar
    Join Date
    Feb 2003
    Posts
    89
    Rep Power
    0


    Default RE: packingslips

    I did the same thing, but it still does not resolve the issue. There is still data that is to be present or needed.

  5. #5
    Lurker
    Join Date
    Sep 2005
    Posts
    2
    Rep Power
    0


    Default RE: packingslips

    SAME THING HERE!!! I have v2.0 rc2 installed using the UPS XML module.

    Fatal error: Call to undefined function: tep_get_orders_shipping_method ....... /admin/packingslip.php on line 113

  6. #6
    osCMax Developer

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


    Default RE: packingslips

    Try removing the tep_get_ from the function name... It may just be orders_shipping_method

    I have not tested, but it may be worth a try.

    If that does not work look at the packingslip mod install instructions and see if it has a function named tep_get_orders_shipping_method that is installed somewhere and make sure it is installed.

    When I get a little time that is exactly what I am going to do...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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

  7. #7
    Member Cisco's Avatar
    Join Date
    Feb 2003
    Posts
    89
    Rep Power
    0


    Default RE: packingslips

    Thanks for you r reply!

    I tried that and it did not make it work.

    I have been going through the ship mod and have found nothing as of yet.

  8. #8
    New Member
    Join Date
    Sep 2005
    Posts
    6
    Rep Power
    0


    Default Packing Slip call to shipping method function

    Hi,
    I am getting the same error, tep_get_orders_shipping_method($oID) is a call to a non-defined function. I tried looking through various contributions for packing slips, as Cisco before - same result. I also checked the tep_database-pr2.2-CVS.pdf for what the function might be called. shipping_method($oID) look reasonable from that.

    However, when I varied the call step by step, no luck:
    get_shipping_method($oID)
    shipping_method($oID)
    tep_shipping_method($oID)
    etc...

    Any thoughts are appreciated.

  9. #9
    New Member
    Join Date
    Nov 2004
    Posts
    8
    Rep Power
    0


    Default RE: Packing Slip call to shipping method function

    I'm getting the same errors.

    Has anyone found the answer yet?
    Ta

  10. #10
    New Member
    Join Date
    Oct 2005
    Posts
    20
    Rep Power
    0


    Default RE: Packing Slip call to shipping method function

    I am also having the same problem.

Page 1 of 2 12 LastLast

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
  •