 |

Table of Contents
License Agreement
Program Credits
|
 |
 |
 |

Software Manual
|
Product & Form API (Remote Access)
This software package comes with two Application Programming Interfaces (APIs) that allow you to use remote HTML forms to post information to the program. The two APIs are:
Remote Add To Cart Capability
This API allows you to generate remote HTML pages for items not in the product database table and add items found on those pages into a user's shopping cart. To accomplish this, you only need to follow the instructions in the file:
./data/examples/productform.htm
This HTML file provides an example of how to set up your form fields on a remote HTML page to allow posting into a user's cart.
Remote Form Processing Capability
Using a similar API to that of the Dynamic Forms within this program, you are allowed to post information from remote HTML forms into this program and have this program send you an email with the results. To accomplish this, you only need to follow the instructions in the file:
./data/examples/dynamicform.htm
This HTML file provides an example of how to set up your form fields on a remote HTML page to allow posting so an email can be sent to you with the results.
|
 |