if (STORE_STATUS == '0') {
Is your shop set to normal store status?
if (STORE_STATUS == '0') {
Is your shop set to normal store status?
Yes, it is. Also, i have just installed a new zencart to see if that has the links and it does, it's fine, look here:
http://www.robots.pollycollection.com/
I also checked the codes inside tpl_header.php of this new installed zencart and it is exactly the same as the one i'm having problems with, the things you asked to edit is not correct on that one either but the 'my account' links are still showing on the header..
Can we see (live) the site that has the problem?
hi it's http://benzo.pollycollection.com/
i do have alot of stuff on it but just turned off.
Replace your templates common tpl_header.php with the original one from your template.
Then start over with your modifications.
~~~~~~~~~~~~~~~~~~~~~~~~~~
Play with it long enough and you will break it.
Then download a clean copy of that template and replace it with a fresh copy.
When there is code like this
<div id="mainWrapper">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper" summary="content">
<tr>
<td id="navColumnOne" class="columnLeft" style="width: 150px">
<div id="navColumnOneWrapper" style="width: 150px"><!--// bof: categories //-->
<div class="leftBoxContainer" id="categories" style="width: 150px">
<h3 class="leftBoxHeading" id="categoriesHeading">Categories</h3>
<div id="categoriesContent" class="sideBoxContent">
</div></div>
<!--// eof: categories //-->
</div></td>
<td valign="top">
<!-- bof breadcrumb -->
<!-- eof breadcrumb -->
You have not replaced that template
~~~~~~~~~~~~~~~~~~~~~~~~~~
Play with it long enough and you will break it.