Eric
I think I need to start from real basics as the documentation has not helped me on this.
I have a web page with the product described in the html. The description does not contain any reference to the database. The product is to be sold in three forms
1 - a print
2 - a card
3 - box of six cards.
Each version of the product is in the database as a sperate line item, e.g. the print is row 1 in the DB, the card is row 3 and the box is row 97.
How do i create the recordset on the page?
Then when I use the Add to Cart Button dialogue how do I get the details of the product from the database and into the Cart display when the Add to Cart button is pressed.
The button is to be set to buy a quantity of one.
I know this is all basic but I just cannot find the details to guide me.
Thanking you in advance.