Testing the Multiple Price Options utility within XLEcom

Testing the Multiple Price Options utility within XLEcom

The following is a test using the Multiple Price Options utility within XLEcom and Mal's Shopping Cart. The purchase of the three (3) products was done using the test credit card number 4111 1111 1111 1111.

I used the three (3) default Multiple Price Options examples in the demo for the test (Add-to-Cart sheet).

Below is the Mal's Shopping Cart screen shot.

Below is the email I received from Mal's after I completed the transaction:

As you can see the receipt does include the options.

    Username: 98103224
    Date: 14 Aug 2007 - 14:22
    Shopper Id: 3304045
    IP number: 76.169.232.80
    For payment by: Card Mastercard

    Product : Quantity : Price
    ABCO-15TTFB ABCO-19TTFB 19 inch display, Wall Mount, Silver : 1 : 350.00
    SpaceTek TRI-20GB 20GB Tricorder, Green : 1 : 225.00
    LVT Men's T-shirt medium, Green, Logo 3 : 1 : 12.00

    Voucher  : -0.00
    Discount : -0.00
    Subtotal : 587.00
    Shipping : 0.00
    Tax      : 0.00
    TOTAL    : 587.00

    Invoice to:
     Inv Name    : Xxx
     Inv Company : Xxx
     Inv Address : Xxx
     Inv City    : Xxx
     Inv State   : xxx
     Inv Pst Code: xxx
     Inv Country : xxx

    Tel    : xxxx
    Fax    : xxx
    Email  : xxx
     
    Deliver to:
     Ship Name   : Xxx
     Ship Company : Xxx
     Ship Address : Xxx
     Ship City   : Xxx
     Ship State  : xxx
     Ship Pst Code: xxx
     Ship Country : xxx
     Ship Tel    :

    Message :

Below are the three (3) add-to-cart HTML forms:

ABCO display:

    <form action="http://ww7.aitsafe.com/cf/add.cfm" method="post" target="shopcart"><input type="hidden" name="userid" value="98103224"><input type="hidden" name="price" value=""><input type="hidden" name="product[]" value=""><input type="hidden" name="scode" value="ABCO-15TTFB"><input type="hidden" name="noqty" value="0"><input type="hidden" name="units" value="25"><input type="text" name="qty" size="3" value="1">&nbsp;<select name="productpr"><option value="ABCO-15TTFB 15 inch display:150.00">ABCO-15TTFB 15 inch display ($150.00)<option value="ABCO-17TTFB 17 inch display:250.00">ABCO-17TTFB 17 inch display ($250.00)<option value="ABCO-19TTFB 19 inch display:350.00">ABCO-19TTFB 19 inch display ($350.00)<option value="ABCO-20TTFB 20 inch display:450.00">ABCO-20TTFB 20 inch display ($450.00)<option value="ABCO-24TTFB 24 inch display:950.00">ABCO-24TTFB 24 inch display ($950.00)</option></select>&nbsp;<select name="product[]"><option value="Desktop Mount">Desktop Mount<option value="Wall Mount">Wall Mount</option></select>&nbsp;<select name="product[]"><option value="Black">Black<option value="Silver">Silver</option></select><br><br><input type="image" name="submit" src="../images/add-to-cart-01.gif" border="0" alt="Add to Cart" OnClick="window.open('','shopcart','scrollbars,resizable,status,width=600,height=400')"></form>

SpaceTek Tricorder:

    <form action="http://ww7.aitsafe.com/cf/add.cfm" method="post" target="shopcart"><input type="hidden" name="userid" value="98103224"><input type="hidden" name="price" value=""><input type="hidden" name="product[]" value=""><input type="hidden" name="scode" value="ABCO-15TTFB"><input type="hidden" name="noqty" value="0"><input type="hidden" name="units" value="25"><input type="text" name="qty" size="3" value="1">&nbsp;<select name="productpr"><option value="SpaceTek TRI-5GB 5GB Tricorder:100.00">SpaceTek TRI-5GB 5GB Tricorder ($100.00)<option value="SpaceTek TRI-10GB 10GB Tricorder:150.00">SpaceTek TRI-10GB 10GB Tricorder ($150.00)<option value="SpaceTek TRI-20GB 20GB Tricorder:225.00">SpaceTek TRI-20GB 20GB Tricorder ($225.00)<option value="SpaceTek TRI-50GB 50GB Tricorder:275.00">SpaceTek TRI-50GB 50GB Tricorder ($275.00)<option value="SpaceTek TRI-90GB 90GB Tricorder:300.00">SpaceTek TRI-90GB 90GB Tricorder ($300.00)</option></select>&nbsp;<select name="product[]"><option value="Black">Black<option value="Red">Red<option value="Green">Green<option value="Blue">Blue<option value="Yellow">Yellow</option></select>&nbsp;<br><br><input type="image" name="submit" src="../images/add-to-cart-01.gif" border="0" alt="Add to Cart" OnClick="window.open('','shopcart','scrollbars,resizable,status,width=600,height=400')"></form>

LVT Men's T-shirt:

    <form action="http://ww7.aitsafe.com/cf/add.cfm" method="post" target="shopcart"><input type="hidden" name="userid" value="98103224"><input type="hidden" name="price" value=""><input type="hidden" name="product[]" value=""><input type="hidden" name="scode" value="ABCO-15TTFB"><input type="hidden" name="noqty" value="0"><input type="hidden" name="units" value="25"><input type="text" name="qty" size="3" value="1">&nbsp;<select name="productpr"><option value="LVT Men's T-shirt xx-small:10.00">LVT Men's T-shirt xx-small ($10.00)<option value="LVT Men's T-shirt small:11.00">LVT Men's T-shirt small ($11.00)<option value="LVT Men's T-shirt medium:12.00">LVT Men's T-shirt medium ($12.00)<option value="LVT Men's T-shirt large:13.00">LVT Men's T-shirt large ($13.00)<option value="LVT Men's T-shirt x-large:14.00">LVT Men's T-shirt x-large ($14.00)</option></select>&nbsp;<select name="product[]"><option value="Black">Black<option value="Red">Red<option value="Green">Green<option value="Blue">Blue<option value="Yellow">Yellow</option></select>&nbsp;<select name="product[]"><option value="Logo 1">Logo 1<option value="Logo 2">Logo 2<option value="Logo 3">Logo 3<option value="Logo 4">Logo 4<option value="Logo 5">Logo 5</option></select><br><br><input type="image" name="submit" src="../images/add-to-cart-01.gif" border="0" alt="Add to Cart" OnClick="window.open('','shopcart','scrollbars,resizable,status,width=600,height=400')"></form>