Printing Packing Slips on Complete Orders

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
William_firefold
Commander (CMDR)
Commander (CMDR)
Posts: 186
Joined: Fri Aug 01, 2008 8:38 am

Printing Packing Slips on Complete Orders

Post by William_firefold » Mon Oct 20, 2008 10:40 am

It seems it is impossible to print a packslip from an order that is already marked as complete.
Everything on the page will show, but not the content.
We tested this on FireFold and an almost default installation and it is the case for both.

I believe this thread has the same problem:
viewtopic.php?f=42&t=8553&hilit=slips

Logically, you shouldn't need a packing slip for an order that is already packed, but we defy logic.

Any ideas?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Printing Packing Slips on Complete Orders

Post by jmestep » Mon Oct 20, 2008 2:57 pm

What about taking that conditional code off the page? It looks like it only pulls shipments that aren't marked shipped.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Printing Packing Slips on Complete Orders

Post by mazhar » Tue Oct 21, 2008 6:30 am

Yes commenting the following line

Code: Select all

if (shipment.ShipDate == System.DateTime.MinValue)
would print the slip. Currently it only add those shipments for printing that doesn't have any valid ShipDate.

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: Printing Packing Slips on Complete Orders

Post by Robbie@FireFold » Tue Oct 21, 2008 7:29 am

mazhar wrote:Yes commenting the following line

Code: Select all

if (shipment.ShipDate == System.DateTime.MinValue)
would print the slip. Currently it only add those shipments for printing that doesn't have any valid ShipDate.
This worked.

Thanks!
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

Post Reply