I am hoping that one (or more) of you can help me with my approach to the following task:
*Allow users to order product samples online*
1)I have about 150 product records that are returned in a paged recordset. Each record is unique.
2)Have a checkbox available for each product record so that a user can select to have a sample(s) sent for every product selected.
3)I will pass the selected records by form.
4)I need the user to be able to add or remove the samples they choose to a list (shopping cart style) for final review or edit.
Is it best method to use a cookie or session object? How should I go about it? I'm looking for direction to generate the cleanest method. I should be ok to put the code together if I can get a recommendation.
Any help you can offer will be greatly appreciated. Thanks in advance!
*Allow users to order product samples online*
1)I have about 150 product records that are returned in a paged recordset. Each record is unique.
2)Have a checkbox available for each product record so that a user can select to have a sample(s) sent for every product selected.
3)I will pass the selected records by form.
4)I need the user to be able to add or remove the samples they choose to a list (shopping cart style) for final review or edit.
Is it best method to use a cookie or session object? How should I go about it? I'm looking for direction to generate the cleanest method. I should be ok to put the code together if I can get a recommendation.
Any help you can offer will be greatly appreciated. Thanks in advance!