osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 09-28-2005, 04:21 PM
Cisco's Avatar
Member
 
Join Date: Feb 2003
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Cisco
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 09-28-2005, 05:40 PM
Cisco's Avatar
Member
 
Join Date: Feb 2003
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Cisco
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>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 09-29-2005, 06:45 AM
New Member
 
Join Date: Sep 2005
Posts: 25
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
timbrrr
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 09-29-2005, 07:57 AM
Cisco's Avatar
Member
 
Join Date: Feb 2003
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Cisco
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 09-29-2005, 07:57 PM
Lurker
 
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rgsat
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 09-30-2005, 07:22 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,985
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
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 Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 10-02-2005, 11:52 AM
Cisco's Avatar
Member
 
Join Date: Feb 2003
Posts: 85
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Cisco
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 10-09-2005, 02:57 PM
New Member
 
Join Date: Sep 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
uli_nyc
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 10-28-2005, 02:25 PM
New Member
 
Join Date: Nov 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Smurf
Default RE: Packing Slip call to shipping method function

I'm getting the same errors.

Has anyone found the answer yet?
Ta
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 10-30-2005, 03:04 AM
New Member
 
Join Date: Oct 2005
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
landshark
Default RE: Packing Slip call to shipping method function

I am also having the same problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -8. The time now is 11:56 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax