Shipment Status

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
WebDev7
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 49
Joined: Thu Oct 14, 2010 7:25 am

Shipment Status

Post by WebDev7 » Tue May 24, 2011 12:10 pm

Hello.
Where is the IsSHipped boolean set , would this be during checkout (OPC)?
What I need is to default it to TRUE so that the Order.ShipmentStatusID is default to "Shipped" . I've searched the code behind and
basically see the isShipped related to the shipmentStatudID, but cannot pinpoint the setting point.
Thank you in advance.

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

Re: Shipment Status

Post by mazhar » Wed May 25, 2011 4:57 am

IsShipped result to true after shipment is shipped. If you go to order and shipments section there will you see the options to ship the shipment. There you will see a method call like shipment.Ship().

Post Reply