NewCart
To create a new shopping cart token, send WebCatalog a NewCart command with the name of the template file you want to display. Whenever WebCatalog receives a NewCart command, it immediately creates a unique cart number, opens the specified file, looks for and interprets any [xxx] tags, and displays the results to the visiting web browser.
Example (normally you would link to a URL or form containing the following information):
Try It!
Here are some other ways to send the same command:
HTML Source | Description |
---|---|
|
Hyperlink to WebCatalog CGI |
<form method="POST" action="/WebCatalog/WebCatalog.acgi"> <input type=hidden name=command value="NewCart"> <input type=hidden name=template value="xx.tpl"> </form> |
|