If you can get them into a recordset then you can use the "Add to cart from Recordset" server behavior to add them all to the cart. So it just becomes a matter of how to return all of the results into a recordset, possibly filtering by the user session variable you used when inserting.