Thanks for the suggestions.
I'm thinking now that if I can attach a cart object to every login id
(and use listeners to keep it synchronized with the default cart),
then that would do it. At present, I think the cart is linked to the
contact object (and when there is no contact information for a user,
there is no customer information set in the admin page at
home>shop>shopping cart), even though the contact object may not
exist. A persistent cart has to be attached to something that cannot
NOT be. Of course, that would seem to suggest that all users would
have to set up a user account and login before browsing the site,
which in my application is not a problem. (Another way: when they are
about to leave the site, warn new users that their cart will be lost
if they don't create an account before leaving....)
On Jun 30, 9:41 am, Bruce Kroeze <
bkro...@gmail.com> wrote: