If the cart is stored in the session, it should persist from being a guest to when they're logged in. Maybe it's your plug-in that's clearing your session out. I've always found it easier to write my own code than use a plugin, precisely for reasons like this. If you wrote the code, you're sure to know what it's doing and how to change it. If someone else wrote it, you're going to have to spend time learning how they wrote it and you might as well have written your own code by the time it's said and done. (IMO)
Jason
Shagymoe wrote: