Share via


How to Display the Contents of an Order Form

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This topic describes how to write the contents of an order form to a file.

To write the contents of an order form to a file

  1. Add the Scriptor component to any stage in the pipeline. Double-click the Scriptor component icon. In the resulting property page, on the Scriptor tab, in the click Language drop-down list, click VBScript, and then click File.

  2. In the File box, type the path to the DumpOrder.vbs script (or click Browse to find it).

  3. The DumpOrder.vbs script takes a file name as a parameter, so type the full path name of the output file in the Config field. For example, type filename=c:\order.log.

  4. Click OK, and then save the pipeline configuration file.

  5. Restart IIS. The DumpOrder.vbs script will write a file with the name you specified as a parameter when the Order Processing pipeline runs.

See Also

Other Resources

Scriptor

How to Configure the Scriptor Component