ProductCart contains a simple Content Management System. See Content Pages overview for more information about this set of features, which were substantially enriched in ProductCart v4. Using these features will allow a merchant to manage non-catalog pages (e.g. privacy policy, contact information, “About Us”, etc.) through the ProductCart Control Panel.
To move an existing page (e.g. “AboutUs.asp”) to ProductCart's CMS features:
<% Response.Status = "301 Moved Permanently" Response.AddHeader "Location", "productcart/pc/viewcontent.asp?idpage=1" Response.End %>