Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Menu please!


idarch

Recommended Posts

I am trying to add a custom js menu to the left of the page.

The menu works fine (tested outside osc) but I cannot get it to list within a box on the left side of the shop.

 

This is the code from the js script:

 

<!-- PLEASE INSERT THESE CODES BETWEEN <BODY> ... </BODY> TAGS! -->

<!-- START Javascript Menu Builder 1.0 config parameters. Don't modify these codes by yourself -->

<script type='text/javascript' src='awjsmenu10trial.js'></script>

<script type='text/javascript'>

AWJSMENU_B("awmenu10",4,"#FFFFFF","#FFFF80","#000000",1,"#400040","#808080",1,"arial",8,1,0,0,0,0,0,0,0,10,2,70,14,"","",1,500,"","","");

awmenu101= new Array("Consumables","","",3,20,100);

awmenu101_1= new Array("Inkjet Cartridges","","",3,20,100);

awmenu101_1_1= new Array("Canon","","",0,20,100);

awmenu101_1_2= new Array("Epson","","",0,20,100);

awmenu101_1_3= new Array("HP","","",0,20,100);

awmenu101_2= new Array("Laser Cartridges","","",0,20,100);

awmenu101_3= new Array("Ribbons","","",0,20,100);

awmenu102= new Array("Cleaning","","",0,20,100);

awmenu103= new Array("Software","","",0,20,100);

awmenu104= new Array("Stationery","","",0,20,100);

function AWJSMENU(){return}

</script>

<noscript>Your browser does not support Javascript!</noscript>

<!-- END Javascript Menu Builder 1.0 config parameters -->

<!-- PLEASE INSERT THESE CODES BETWEEN <BODY> ... </BODY> TAGS! -->

 

I have created a new box called menu (this can be seen at http://www.inkandmore.co.uk/catalog/default.php (ignore the menu at the top as this will go when I can get the new one to work!)

 

You can see the new box called products and the text 'LINK' which is sitting in the menu.php file I created but the menu will not show :?:

 

Where should I put this code to get it to show?

 

Any help appreciated.

 

Thanks,

Ivan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...