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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| 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
| |||
| |||
| 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
| ||||
| ||||
| 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
| |||
| |||
| 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
| ||||
| ||||
| 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
|
|
#7
| ||||
| ||||
| 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
| |||
| |||
| 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
| |||
| |||
| I'm getting the same errors. Has anyone found the answer yet? Ta |
|
#10
| |||
| |||
| I am also having the same problem. |
| Sponsored Links | ||
| ||
| |