Using Server-Side Includes to Enhance Your Pages

The Transact e-commerce engine can process Server-Side Includes. All of the normal SSI functionality is available. The engine actually proccesses SSI before the normal macro variables, so you can include strategic portions of common code before it is processed by the engine.

For example, to include the current list of selected items on every page, you could do something like this:

Current Shopping Cart:

<!--#include virtual="cartlist.html" -->

Main Menu Next Page