Ray
see the page and also the cart page
rain-gutters.php
as you can see, when a color choice is made and the add to cart button is clicked, it takes you to the cart but the color choice does not show.
i think the add to cart button process is where the solution is. Under the General tab and you select look up item ID from recordset, the items recordset is selected; but the color choice is from the colors recordset.
The next step is the bindings where all the item info is bound to the columns from the items recordset; the color choice is bound to the color choice column from the colors recordset.
On the cart page, this is the code for the color choice binding
<?php echo $Farrington->DisplayInfo("colorchoice"); ?>
but it does not show any thing?
thanks for your help