Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

VRADesign

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Real Name
    Vincent

VRADesign's Achievements

  1. Argh! I'm royally confused... I've tried installing this Contribution but it just doesn't seem to work correctly with my STS install. I've tried installing it 2 different ways. 1) Following the basic installation instructions that came with the Contribution... 2) Made modificiations based on Bill Kellum's suggestions... You can see the site at : www.msfabulous.net/catalog Right now I have STS installed and am using only 1 template page (default.php) to modify the look and feel of the main site. No infoboxes or other templates. Keeping it simple... In my template file (default.php) I'm calling the menu like this: <!--DYNAMENU--> <?php include(DIR_WS_BOXES . 'dm_categories.php'); ?> I've also added the echo to my application_bottom.php as well: <?php echo $GLOBALS['dmfooter']; ?> On the homepage, the flyouts don't work. If I click on the "tops" category and/or sub-categories, the flyouts work fine. If I click on the "dressess" category the flyouts don't work again. When I look at the source for the index or "dresses" category I can see that there are parts missing from the footer: <!-- beginning of menu footer - PHP Layers Menu 3.2.0-rc © 2001-2004 Marco Pratesi - [url="http://www.marcopratesi.it/"]http://www.marcopratesi.it/[/url] --> <script language="JavaScript" type="text/javascript"> <!-- loaded = 1; // --> </script> <!-- end of menu footer - PHP Layers Menu 3.2.0-rc © 2001-2004 Marco Pratesi - [url="http://www.marcopratesi.it/"]http://www.marcopratesi.it/[/url] --> Compare this to what shows up in the "tops" category footer: <!-- beginning of menu footer - PHP Layers Menu 3.2.0-rc © 2001-2004 Marco Pratesi - [url="http://www.marcopratesi.it/"]http://www.marcopratesi.it/[/url] --> <div id="L1" class="horizsubmenu" onmouseover="clearLMTO();" onmouseout="setLMTO();"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td nowrap="nowrap"> <div class="horizsubframe"> <div id="refL2" class="horizsubitem "> <a href="http://www.msfabulous.net/catalog/index.php?cPath=22_30" onmouseover="LMPopUp('L1', true);"><img align="top" src="images/transparent.png" width="1" height="16" border="0" alt="" />Tanks & Camis (8) </a> </div> <div id="refL3" class="horizsubitem "> <a href="http://www.msfabulous.net/catalog/index.php?cPath=22_31" onmouseover="LMPopUp('L1', true);"><img align="top" src="images/transparent.png" width="1" height="16" border="0" alt="" />Long Sleeve (6) </a> </div> <div id="refL4" class="horizsubitem "> <a href="http://www.msfabulous.net/catalog/index.php?cPath=22_32" onmouseover="LMPopUp('L1', true);"><img align="top" src="images/transparent.png" width="1" height="16" border="0" alt="" />Short Sleeve (6) </a> </div> <div id="refL5" class="horizsubitem "> <a href="http://www.msfabulous.net/catalog/index.php?cPath=22_33" onmouseover="LMPopUp('L1', true);"><img align="top" src="images/transparent.png" width="1" height="16" border="0" alt="" />Jackets (2) </a> </div> </div> </td> </tr> </table> </div> <script language="JavaScript" type="text/javascript"> <!-- loaded = 1; // --> </script> <!-- end of menu footer - PHP Layers Menu 3.2.0-rc © 2001-2004 Marco Pratesi - [url="http://www.marcopratesi.it/"]http://www.marcopratesi.it/[/url] --> I don't know what I'm doing wrong. Any help would be appreciated...
  2. So, I'm trying to figure out what file(s) I need to modify to move (not REMOVE) the Welcome Guest message. I'm using STS so it's not as simple as modifying the catalog/index.php. Any assistance would be appreciated.
×
×
  • Create New...