<?php include_once($_SERVER['DOCUMENT_ROOT'] . "/includes/lang.php"); ?>
<HTML><HEAD><TITLE>Americart Shopping Cart Product Demo</TITLE><META name="description" content="Americart: the easiest, most cost-effective ecommerce shopping cart software. It's an online service, so no software to download. Inexpensive, easy to configure - requires no programming. Used by thousands of merchants.">
</HEAD><body bgcolor="#ffffff" text="#000000" link="#c24641" vlink="#15317e" alink="#152dc6"><h3>Order Direct From Printed Catalog Example</h3><hr size=2 noshade><blockquote>If you have our printed catalog, you can still order on-line. It's easy,it's safe, and it's pretty fun, too! If you have any special instructionsfor any items entered here, you'll have the opportunity to enter themat checkout time.<P><form action="http://www.cartserver.com/sc/cart.cgi" method=POST><INPUT TYPE="hidden" name="item" VALUE="a-1358^op1^Catalog desc^op3^op4"><br>Product number from Catalog:<input type=text name=op1><br>Brief Product Description:<input type=text name=op2><br>Enter Price from Catalog:<input type=text name=op3><br>Enter Quantity desired:<input type=text name=op4><br><input align=center type=image border=0 name=addsrc="cartaddsml.gif" width=100 height=34></form><hr size=1><p>This is, of course, a barebones example. You'll want to "dressit up" a bit, but hopefully you get the idea.<p>Give them a text box for entering the catalog part number, unlessyou just want to hardcode partnumber to "catalogitem" or something.We've used op1 as the part number var in this example.<p>By putting "Catalog desc" in the description field, we insure thatwhatever description the customer enters will be preceded withthat string. You'll use an op var for the description, too, butyou don't need to specify which one.<p>For cost, we just give them a textbox, and name it op2. We stripout anything but number and decimals, so unless they're just TRYINGto mess it up, things will work just fine.<p>Use the usual methods for quantity; a text box as above, or maybea select box. Examples abound.</blockquote><hr size=2 noshade><center><!-- footer starts --><?php include_once($_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"); ?><!-- footer ends --></body></HTML>
