an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > OrderPipeline processor
Last Post 11/4/2009 11:25:14 AM By lukezy. 1 replies.
11/3/2009 1:14:31 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
OrderPipeline processor
OrderPackageAndShip 5 True Confirm Shipment
 
 
 
What is True or False mean, on Columns : isDownloadByPass or is WebDriven.
 
If I want this be done manually, should I make both of them false :
 
Bahram
 
 
11/4/2009 11:25:14 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: OrderPipeline processor
Set isDownloadByPass to "true" will skip the current step when the entire order is digital content (defined by setting Shipping Type to "Download Only" in Update Product Page). OrderPackageAndShip is currently having the field one. This means the step "OrderPackageAndShip" will be skipped for digital content order.
 
IsWebDriven is usually for manual step. You use it along with displayname field. Once the order is in that step you will see a button named as the value defined in displayname field in the Actions section of the order detail page. You can click the button to move the order to the next step.
DotShoppingCart Staff