Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Tab Menus


mstone

Recommended Posts

I'm running preview 2.1. I installed the menu tabs and the only thing that has changed is I have a green bar going across the bottom of my header now. The graphics for the tabs are there and I can see them when I reference just them. Has anyone run into this before?

 

-Matt Stone

 

New to osCommerce and loving it!

Link to comment
Share on other sites

  • 3 weeks later...

I have just isntalled tab menus and when I add this code to my header.php it makes my entire header and bar dissapear.

 

[b]If you do not have linda McGraths Quantity controler installed do this[/b]



catalog/includes/header.php

find the section for the breadcrumb it looks like this, it may be around line 56

<table border="0" width="100%" cellspacing="0" cellpadding="1">

 <tr class="headerNavigation">

   <td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>

   <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  |  <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>

 </tr>

</table>



[b]just above this add[/b]



<?php

// BOF: Category Tabs - by Paul Marshall <[email protected]> and menu tabs

?>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

   <td align="left" valign="bottom" >

     <?php include(DIR_WS_INCLUDES . 'categories_tab.php'); ?>

   </td>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

     <td align="left" valign="bottom" >

      <?php include(DIR_WS_INCLUDES . 'menu_tab.php'); ?>

      </td>

</table>

<?php

}

// EOF: Added: Category and menu tabs

?>

 

 

Anyone have any idea why this isn't working correctly?

 

Thanks!! -Richard

-Richard

---------------------------------------------------

Where would I be without the Forums?!?!

Link to comment
Share on other sites

Matt

 

Its not designed for preview 2.1 it was designed for using Novmeber distribution

of 2.2 CVS. I Most likely it won't work on 2.1. I have never used 2.1 so I don't know

if there is a conflict in the code.

Unfortunatly I have been hit with a lot of graphic design lately so the not sure if I can load 2.1

to check out why its not working.

 

 

 

Richard

 

What version of osc are you using?

Can you email me a copy of your header.php at?

I am PM'ing you with an email adress to send it.

 

Tom

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...