INFO: Files in the Solution Sites that Initialize and Utilize Pipelines (294493)



The information in this article applies to:

  • Microsoft Commerce Server 2000

This article was previously published under Q294493

SUMMARY

This article provides details on the files within the Commerce Server 2000 Solution Sites (Retail and SupplierAD) that initialize and utilize the pipelines.

MORE INFORMATION

All of the Commerce Server 2000 Solution Site pipelines are initialized in the Global_siteconf_lib.asp file. The InitSitePipelines function in this file is where the initialization code exists. The Global_siteconf_lib.asp file is located in the /Include folder.

The following table lists pipelines that are included with the Solution Sites and the files and functions that utilize these pipelines.

PipelineFile Utilizing PipelineFunction Pipeline CalledFolder
Advertising.pcfGlobal_csf_lib.aspInitCSF/Include
Basket.pcfBasket.aspCheckBasket/
Payment.aspCheckOut/Include
PickShip.aspPreparePickShipForm/
Std_pipeline_lib.aspRunMtsPipeline/Include
Summary.aspInitializeSummaryPage/
CheckOut.pcfPayment.aspCheckOut/Include
Std_pipeline_lib.aspRunMtsPipeline/Include
Discounts.pcfGlobal_csf_lib.aspInitCSF/Include
ReceivePO.pcf_recvpo.aspRunOrderPipeline/
RecordEvent.pcfGlobal_csf_lib.aspInitCSF/Include
Product.pcfDiscount.aspGetBasketDetails/Template
Std_pipeline_lib.aspRunMtsPipeline/Include
Total.pcfPayment.aspCheckOut/Include
Std_pipeline_lib.aspRunMtsPipeline/Include
Summary.aspInitializeSummaryPage/


You can customize and troubleshoot the pipelines included with the Solution Sites by modifying the listed files and functions. For further information, see the Solution Site Documentation.

Modification Type:MajorLast Reviewed:10/21/2002
Keywords:kbDSupport kbinfo KB294493