I could be wrong, but I'm not sure that a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"> is the correct way to do it. Is it supposed to be contained within the a href part?? When I look at mine, it's like this:
<?php if (!($_SESSION['COWOA'])) { ?><?php if ($_SESSION['customer_id']) { ?><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo zen_customer_store_account(); ?></a><?php } ?><?php } ?>
You see what I'm saying?? The code is put entirely before you get to the a href part.
My logoff looks like:
<?php if (!($_SESSION['COWOA'])) { ?><?php if ($_SESSION['customer_id']) { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>">Logout</a></li><?php } ?><?php } ?>
Eek! I'm just going to shut up now because obviously this isn't my night. I want to help you, but my brain is just not working at the moment. Maybe its time for bed? I wish you could delete posts! I see now that your links are like mine and I was seeing something different. I'm sorry.... I tried!!!!!![]()
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....
hi i am using zen cart version 1.3.9 ,i have installed cowoa_2-0c1, after installing cowoa ,my site has gone blank .that is the site is not opening please help.site url www.eshopie.com![]()
i tried uninstalling using uninstall sql it says: 1054 Unknown column 'query_builder.query_name' in 'where clause'
in:
[DELETE FROM zen_query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.![]()
well Friends i have restored the site using the backup,thanks
In my header there's a welcome message that says the customers name when logged in but shows input boxes if not logged in. When ever I use COWOA to checkout it shows the customers name in the header as if they're logged in. They can even go to the "My Account" page and it continues to show even after the sale is finished. How can I fix this?
Bookmarks