Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

infoBox and loginbox


Leopardo

Recommended Posts

Hi!

 

I have this code in my header.php

 

<table border="0" width="100%" cellspacing="8" cellpadding="0">
 <tr class="headerInfo">
	  <tr>
		<td>
<?php
$top_box_contents_string = '';
$info_box_contents = array();
$info_box_contents[] = array('text' => $breadcrumb->trail(' » '));
new infoBox($info_box_contents);
?>
		</td>
	  </tr>
</tr>
</table>

 

What is the proper way to put "loginBox v6 in header" my_account_nav_bar_links code in there to make it work. When the customer is logged out, the login menu is displayed near the logo, so its fine, but when the customer is logged in, all i want is links like My Account and Edit Account to be displayed in the right side of that box...

 

Thanx for help, hope someone will understand my english

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...