If everything is working correctly you should now be able to cruise through the store. Do so by navigating to:

http://localhost/wwstore/default.wws

To start the Web Connection Server do:

DO WEBSTOREMAIN.PRG

Now go ahead and run through the order process to check everything works. If you've made it to the store home page the rest is bound to work just fine.

wwStore.prg contains the main process class and each request hit goes through this class first. The HTML directory contains .wws template files which contain all of the displayed page templates. For example, when you hit default.wws, wwStore::Default is fired and it calls through to load the Default.wws template from disk.

Administration Page
In addition to the actual store there's also an administration module which you can access with:

http://localhost/wwstore/admin/default.htm

This takes you to an admin page that lets you review and download orders (in XML format), reindex files and edit line items interactively.


Last Updated: 1/24/2000 | Send topic feedback