Quote Originally Posted by craftzombie View Post
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....
It's a site for my client .

Thanks for the information on how yours is written. I will play around with it and see if it makes a difference.

Take care!

Michelle 8-)