CatchErrors (summary.asp) - Solution Sites Routine
This sub redirects the user to the appropriate page if an error is encountered.
Definition
Sub CatchErrors(
byVal mscsOrderGrp,
listMethods)
Parameters
- mscsOrderGrp
An initialized OrderGroup object. - listMethods
A SimpleList object that contains payments methods for the user.
Defined in File
Routines Called
Called By
Remarks
This sub redirects the user to the basket.asp page if the basket is empty, to an error page if there are no applicable payment methods, to the pickship.asp page if each item in the order does not have an associated shipping method, or to the addrform.asp or addrbook.asp page if each item in the order does not have an associated shipping address or the order does not have a billing address.
Copyright © 2005 Microsoft Corporation.
All rights reserved.