I am trying to use the UserObject table for registered users meaning they
login with email address and their password. or by just adding up their
email
address only. I have to allow the registered user to do a guest check out
if
he wants to and i have to allow the guest to become registered. I have
gone
through cases when i do createProfile(emailaddress.text, "userObject") and
the email address already exist I had to delete the profile and recreate
it
again. How can I fix that issue by allowing the same user to be both.
Please
help