Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rainguy

Archived
  • Posts

    61
  • Joined

  • Last visited

Profile Information

Rainguy's Achievements

  1. Who is ATM? Are you supporting the rest of us? :?:
  2. dmGremlin, I think I know which line of code you are talking of but, could you post yours? You mean people still use Netscape??? :D Yes, I was hoping the author of the contribution would pop in answer some of these questions.
  3. Thank you :) I used this contribution and just hand code the HTML as I add things: http://www.oscommerce.com/community/contri...ions,780/page,7
  4. dmGremlin....lol :D that was just an example of a URL Yes, I have it working on my site and like it alot better than the one you are using. There is a SessionID issue that still needs to be sorted out when enabling Search Engine Friendly URL's. www.performance-pcs.com
  5. carrzkiss, You need to add that to: ../catalog/includes/boxes/coolmenu.php
  6. OK, I set in Admin the "Use Search Engine Friendly URL's" to false and now the menu generates fine on all pages, even with Session ID's. Not sure what is different really by looking at it. What I am losing by changing that setting in Admin?
  7. Hmmm, now on some browsers not all pages load the menu but it seems if you go through several pages and then back to the ones from before that they all of a sudden display the menu. I see the error reported by IE is (just an example): Line 25 Char:3 Error: 'makeCM' is undefined Code: 0 URL: http://www.xxx.com/catalog/default.php/osC...gote003316fgq6w
  8. OK FIXED IT :) I figured out that I was using the MoPics Contribution that also uses JavaScript on the product_info.php files to "Pop-up" the extra pics. I had the javascript line for the coolmenu right after the <HEAD> tag. To fix it I moved that line after the MoPics Java Script statement and right before the closing </HEAD> tag. Works great now, Thanks! :) <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE ?></title> <base href="<?php echo (getenv('HTTPS') == 'on' ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <script language="javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizab le=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=1 50') } //--></script> <SCRIPT LANGUAGE="JavaScript1.2" SRC="includes/menu_animation.js"></SCRIPT> </head>
  9. I see my problem in the code in that it thinks the product_info.php files are "pop-up" pages and therefore not displaying the menu: function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizab le=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=1 50') } Anyone know how to fix this? All the other pages work fine.
  10. Mine works on all the pages except when you get to the product_info.php pages and then it displays blank too. See the menu constructed in the code though. :?:
×
×
  • Create New...