Html to integrate your Nowsee Cart System to your site
Search Options
Search by keyword
Search by Field Name
Search Alphabetically
Search by Price RangeNew
Searching as a Catalog
Browsing the Databases categories
SSI SearchNew
SSI More InfoNew
 
Add Buttons Options
Standard Add Button
(No Javascript)
Advanced Add ButtonNew
(No Javascript)
Add Button with Java Script
(1 Item)
Add Button with Java Script
(2 or More Items)
Add Button in Java Script  
(2 or More Items and Size and Color)
Add Button in Java ScriptNew
(1 Item and quantity box)
 
Other Options
Check your Order Using your PO number
Subscribe To Mailing List
 
Pages (Linked to the DB)
Today Special
Weekly Special
Clearance
 
Compatibility  Plain Pages (optional)
Error Page
No Matching Records.
Error Page
No Search Terms specified.
Continue Shopping
 
Administration Tools
Login 
(username = admin, password = admin)
 
Support
Integration Steps
Techincal Support Form
http://www.nowsee.com

 

 

 

 

IBM 300GL MiniTower Computer
IBM Equipped with the performance and business tools you need, IBM PCs help you succeed in today’s increasingly competitive world. The IBM PC 300 systems feature some of the latest technology at an amazing price, and their space-saving, yet flexible design saves time and valuable IT resources by being easy to set up and use. With a network-ready PC 300 system, get the tools your company needs to succeed in the competitive world of e-business.
 Qty
More Details $75200 
Order Form

   Back Home

Add to Cart

Add Button
<form method="
POST" action="/cgi-bin/nowsee/cart41/cart">
<input type="hidden" name="
ID" value="<<ID>>">
<input type="hidden" name="
cart" value="ai">

 <select size="1" name="qty">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
</select>

<img border="0" src="/cart/cart40/cart-images/c05/bt_add.gif" width="45" height="26">

</form>


Explanation :
  
<<ID>  is the ID or internal code fied name,
The ID field name is case sensitive, this means Boy is different than boy.
The Selection field is to choose the quantity (the name must be "qty") the submit button is to send the data to the cart, and the </form> is to end the form.

View Cart or Checkout  Button
 <p><a href=
"/cgi-bin/cart/cart40/cart.pl?cart=ai"><b>Order Form</b></a></p>
Explanation :
Use this link to go direct to the "View Cart" page