PrepareShippingMethods - Solution Sites Routine

This sub prepares for the call to the function htmRenderShippingMethods by initializing the value of the first**parameter. The sSelectedMethodID parameter is initialized to the last shipping method chosen by the user, if any.

Definition

Sub PrepareShippingMethods(
  byRef mscsOrderGrp,
  byRef sSelectedMethodID)

Defined in File

pickship.asp

Routines Called

GenerateURL

GetAnyLineItem

LoadBasket

Called By

Main (pickship.asp)

Remarks

This sub loads the basket and if found to be empty, redirects the user to the basket page.

Copyright © 2005 Microsoft Corporation.
All rights reserved.