Quote Originally Posted by mleahy View Post
Thanks for trying!

If you notice anything else that might be causing it I would love to hear about it.

So does yours behave correctly? When someone logs in do they have the Logoff and MyAccount links at the top?

Here is the store I am working on if you want to see what I mean:

www.naughticorner.com

Thanks!

Michelle 8-)
Lol... naughty!!! Yes, mine works great. I even changed mine so that instead of it saying "My Account", it says the customers name... "Michelle's Account". I did notice your code looks a tiny bit different:

Yours: <?php if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) { ?>

Mine: <?php if (!($_SESSION['COWOA'])) { ?><?php if ($_SESSION['customer_id']) { ?>

Different parentheses and such....