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

 

 

 

Dimension SONY PCV-LX700 Slimtop P3-733 64MB 20GB 8X/4X/32X CD-RW 56K 10/100 15in TFT WinMe All-in-One System 
Qty

Click Here to Add this Item

More Details $1,78000 
Order Form
 
Dimension HP Pavilion 9694C A800Mhz 128M 40GB DVD-CDRW 56K 10/100 Win98 
Qty

Click Here to Add this Item

More Details

$1,68000 

Order Form

   Back Home

Add to Cart with JavaScript:

JavaScript
<script language=javascript>
<!--
function addtoBasket(ID,Name) {
    var cart_basket;
    var qty;
    for (var i=0; i<self.document.nowsee.length; i++){
        if (self.document.nowsee.elements[i].name == ID){
            qty=self.document.nowsee.elements[i].value;
        }
    }
    cart_basket = " " + GetCookie('ezcart3');
    if (qty > 0) {
        if (cart_basket != ' null'){
            document.cookie="ezcart3"+"=" + cart_basket + "|" + ID + "," + qty + "; path=/;";
        }else{
            document.cookie="ezcart3"+"=" + ID + "," + qty + "; path=/;";
        }
        if (qty==1){
            alert (qty + " " + Name + " has been added to your order");
        }else{
            alert (qty + " " + Name + " have been added to your order");
        }
    }
    return;
}
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
    return getCookieVal (j);
    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0) break;
    }
    return 'null';
}
function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
    endstr = document.cookie.length;
    return unescape(document.cookie.substring(offset, endstr));
}
//-->

</script>
Explanation :
Copy this java script to your webpage
Quantity Field
<FORM NAME=
"nowsee" >
      <p >
Quantity</p>
    <p><input type=
"text" name="126" size="5"></p>
</form>
Explanation :
  <FORM NAME="nowsee">  This html tag MUST be copied before the qty field
 
<input type="text" name="126" size="5"> This field must be copied between the form tags and the 126 is the Product ID
 
</form> This html tab MUST be copied after the qty field
Add Button
 <p><a href=
"javascript:addtoBasket('5','Samsung SVO644A 6.4GB 10ms 540&nbsp;')">
        <b>
Add to  Cart</b></a></p>
Explanation :
   addtoBasket('5','Samsung SVO644A 6.4GB 10ms 540&nbsp;')" 
 
The "5", is the product ID or Internal code.
  The
"Samsung...." is a Small legend to be used in the alert message.
Checkout  Button
 <p><a href=
"/cgi-bin/nowsee/cart41/cart?cart=ai"><b>Order Form</b></a></p>
Explanation :
Use this link to go direct to the "View Cart" page