Hi Ray
I am using the store cart summary & cart details extensions, which seem to be working ok.
I need to make sure that there is only ever one order reference stored ever for each user. i.e. the order never gets shipped or closed. the order always stays on the database (i.e. like a set of permanently saved favourites)
i can see in the asp code that the extension writes that it performs a "delete" operation on the database. is there any documentation on this delete section.
i thought perhaps that if eCart Store Cart Summary sees the current order reference in the database it deletes it and overwrites it.
have i got this wrong ?