Sample Item Additions

ID: 1111
Name: Brown Rose
Price: $4.95
Weight: 0.1 pound
Quantity:
Note:


1. All item information is posted through this form.
ID: Rose343
Quantity:
Note:


2. ItemID and option are posted, other item information is loaded from db. An itemid of "rose343" should exist in the db.
ID: Rose03943
Quantity:
Note:


3. ItemID is posted through this form and the other item information including options loaded from database. If some options are posted, the Add method will add them and also add any new options included for that item in the db. An itemid of "rose03943" should exist in the db.
 
ID: Rose03943
Quantity: 6

Add 6 roses now!

4. ItemID is passed through a query string and the other item information and options loaded from the database. An itemid of "rose03943" should exist in the db.
 
ID: 2222
Name: Black Rose
Price: $3.95
Weight: 0.1 pound
Quantity:


5. All item information posted and the item added to items collection programmatically.
ID: Flow875
Quantity:


6. ItemID and quantity are posted and then passed as parameters to the add method and the other item information, including options, is loaded from database.
 
ID: 7777
Name: Rose
Price: $1.95
Weight: 0.1 pound
Quantity:
Size:
Box $2.00
Color:Red $3.00 White $4.00 Pink $5.00
Note:
Directions:

Provided By: International Flowers Corp.


7. All item information is  posted through this form with different options. .netCART support 6 option types:
1-Dropdown list
2-Checkbox
3-Radio
4-TextBox
5-TextArea
6-Text (Read only)
ID: 3333
Name: Iris
Price: $1.95
Weight: 0.1 pound
Quantity:

ID: 4444
Name:Blue Starburst
Price: $2.95
Weight: 0.1 pound
Quantity:


8. Adding multiple items at once by posting complete item details.