You can add direct references to your database in the server side code. There is no way to do it entirely in the html. You should be able to open up the add to cart server behavior and set the values to come from an existing database using the lightning bolts.The cart doesn't look for defaults, it just creates form elements using a particular syntax if you use it to create the form elements. It can be integrated with a custom form or database, but that is done in the php code and not in the html alone. That is why you should be using the server behavior to make these edits.

HI Ray, I found that I can link the cart to specific items in the database in the Add to Cart button interface instead of in the eCart itself... That was the problem... I was looking in the wrong place. Thanks.
However, while the eCart set up for me the OrdersID record, it did not ask to set up an order details recordset. Is there something wrong ? I'm using the latest eCart...


