Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to edit secondary menu?


aaronc

Recommended Posts

Posted

Hi all,

 

I now have to edit my own site (www.laptopworkshop.com) and need to edit the second menu on the left but cant seem to find the page to edit? Can anyone give me any help?

 

Many thanks in advance

Posted

Can u specified which second menu???

 

This one:

who are we??

Guide

Contact us

 

???

 

Best regard

Erwin D. Padilla

Web Developer and Linux Admin

Posted
Can u specified which second menu???

 

This one:

who are we??

Guide

Contact us

 

???

 

Best regard

 

Yes thats the one - sorry to be vague!

Posted

Look like this section it's in /includes/boxes/information.php

 

I'm not so sure because i'm allow to c your php code.

But look like it their.

 

Open the php file and check for the class infoBox2

Make the changes that you want on your css.

 

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

<tr>

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

<tr>

<td class="menu"><a class="menu_link_3" href="http://www.laptopworkshop.com/store/about.php?solaris_id=a0b0e28105540ab66a0d8c18268db8a8">Who are we?</a><a class="menu_link_3" href="http://www.laptopworkshop.com/store/laptop_guide.php?solaris_id=a0b0e28105540ab66a0d8c18268db8a8">Guides</a><a class="menu_link_3" href="http://www.laptopworkshop.com/store/contact.php?solaris_id=a0b0e28105540ab66a0d8c18268db8a8">Contact Us</a></td>

</tr>

</table>

</td>

</tr>

</table>

 

Hope it help.

Erwin D. Padilla

Web Developer and Linux Admin

Posted
Look like this section it's in /includes/boxes/information.php

 

I'm not so sure because i'm allow to c your php code.

But look like it their.

 

Open the php file and check for the class infoBox2

Make the changes that you want on your css.

 

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

<tr>

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

<tr>

<td class="menu"><a class="menu_link_3" href="http://www.laptopworkshop.com/store/about.php?solaris_id=a0b0e28105540ab66a0d8c18268db8a8">Who are we?</a><a class="menu_link_3" href="http://www.laptopworkshop.com/store/laptop_guide.php?solaris_id=a0b0e28105540ab66a0d8c18268db8a8">Guides</a><a class="menu_link_3" href="http://www.laptopworkshop.com/store/contact.php?solaris_id=a0b0e28105540ab66a0d8c18268db8a8">Contact Us</a></td>

</tr>

</table>

</td>

</tr>

</table>

 

Hope it help.

 

Wow thank you ruizerwin, worked a treat - now edited!

Archived

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

×
×
  • Create New...