CatchErrors (_setship.asp) - Solution Sites Routine

This sub redirects the user to the basket.asp page if the basket is empty, or to the pickship.asp page if the shipping method is not valid.

Definition

Sub CatchErrors(
  mscsOrderGrp,
  byVal sSelectedMethodID)

Parameters

  • mscsOrderGrp
    An initialized OrderGroup object.
  • sSelectedMethodID
    A string containing the shipping method ID.

Defined in File

_setship.asp

Routines Called

bIsShippingMethodSupported

GenerateURL

Called By

Main (_setship.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.