Where does the text “Product of the Month!” that appears on the home page (home.asp) come from? And how can you change it? Most of the text messages, links, form field descriptions and other text strings that you see in your storefront are not hard-coded in the ASP source code of the shopping cart pages, but rather “fed” to these pages by a few, external files.
This allows you to easily edit them without touching the ASP source code. The files are all located in the includes folder:
Download them from your Web server to your desktop to edit them. You can do so using Windows Notepad or your favorite HTML editor. Before you begin, make sure to save a backup copy of the existing file(s) so that you can go back to it if you needed to.
When a new version of ProductCart is released, new strings are sometimes added to these files. The process of updating or upgrading your version of ProductCart should include these steps: