certify Posted January 16, 2009 Share Posted January 16, 2009 At the bottom url oscommerce is showing both the Log Off and Log in together... Anybody knows whats the problem? My AccountCreate an Account | Log OffLog In Link to comment Share on other sites More sharing options...
web-project Posted January 16, 2009 Share Posted January 16, 2009 it's not the oscommerce, it's non standard menu of the website. Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Link to comment Share on other sites More sharing options...
certify Posted January 20, 2009 Author Share Posted January 20, 2009 it's not the oscommerce, it's non standard menu of the website. I'm not sure what you are trying to say... can you explain? Link to comment Share on other sites More sharing options...
certify Posted May 15, 2009 Author Share Posted May 15, 2009 <td style="width:100%;padding:10px 10px 10px 10px; vertical-align:middle;"><span><a href="<?php echo tep_href_link('specials.php')?>"><?php echo BOX_HEADING_SPECIALS?></a></span> <span>|</span> <span><a href="<?php echo tep_href_link('advanced_search.php')?>"><?php echo BOX_SEARCH_ADVANCED_SEARCH?></a></span> <span>|</span> <span><a href="<?php echo tep_href_link('reviews.php')?>"><?php echo BOX_HEADING_REVIEWS?></a></span> <span>|</span> <span><? if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link('account.php')?>"><?php echo HEADER_TITLE_MY_ACCOUNT?></a><? } else { ?><a href="<?php echo tep_href_link('create_account.php')?>"><?php echo HEADER_TITLE_CREATE_ACCOUNT?></a><? } ?></span> <span>|</span> <span><? if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link('logoff.php')?>"><?php echo HEADER_TITLE_LOGOFF?></a><? } else { ?><a href="<?php echo tep_href_link('login.php')?>"><?php echo HEADER_TITLE_LOGIN?></a><? } ?></span><br><?php echo tep_draw_separator('spacer.gif', '1', '6'); ?><br /><?php echo FOOTER_TEXT_BODY?></td> Any thing wrong with this code? why is it not displaying correctly? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.