Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

horizontal drop down menu help


jenjoyx99

Recommended Posts

I downloaded the zip file "Dynamenu" for osCommerce - Dynamic Fly-Out, Drop-Down, Tree Category Menu nate_02631 11 May 2006

and uploaded it and edited the files as instructed. I don't see anything different. I am not sure what to do next or not sure what I am doing. Thanks

Link to comment
Share on other sites

Where did you include the file? Which set of styles did you add to the stylesheet? Did you add the footer code?

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

I uploaded all the files to /includes/boxes and /includes/functions/dynamenu (I created lib, libjs templates folders) as instructed which include dm_categories.php and dynamenu folders.

 

I added include(DIR_WS_BOXES . 'dm_categories.php'); in /includes/header.php and echo $GLOBALS['dmfooter']; to /includes/foofer.

I copied the hozizontal stylesheet code to my stylesheet.css

 

I didn't configure the dm_categories.php yet.

 

Sometime I got a blank page and the other times I got half page with loaded with no footer.

 

I test it on this website www.jxaco.com

Edited by jenjoyx99
Link to comment
Share on other sites

Your page is failing to load completely, but there are no visible error messages. You need to turn on error messages or read your site error logs. Ask your host for help with this.

 

Looking at the output, it's failing at or near Line 151 in catalog/includes/boxes/dm_categories.php. That line loads catalog/includes/functions/dynamenu/lib/layersmenu.inc.php. Check that that file exists in that location and is not corrupted.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

To display errors, look in appliction top

 

// Turn off all error reporting

error_reporting(0);

 

change that to:

 

// Report all PHP errors

error_reporting(E_ALL);

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

To display errors, look in appliction top

 

// Turn off all error reporting

error_reporting(0);

 

change that to:

 

// Report all PHP errors

error_reporting(E_ALL);

Not in 2.2RC2a -- were you thinking of 3.0? 2.2 has

// Set the level of error reporting
 error_reporting(E_ALL & ~E_NOTICE);

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Not in 2.2RC2a -- were you thinking of 3.0? 2.2 has

// Set the level of error reporting
 error_reporting(E_ALL & ~E_NOTICE);

Regards

Jim

 

No, As it comes osC has the above, but it gets modified to turn off all errors, as I gave, then, later, some have trouble when no errors are displayed.

 

error_reporting(0);

is a good idea on a live shop, so long as the owner is aware of the consequences when making any changes.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

The file is there but I re-uploaded catalog/includes/functions/dynamenu/lib/layersmenu.inc.php to make sure. No luck.

I bought the template from http://www.templatemonster.com/, I don't know if it makes a difference.

 

The application top is already set to

 

// Set the level of error reporting

error_reporting(E_ALL & ~E_NOTICE);

 

Jesse

Edited by jenjoyx99
Link to comment
Share on other sites

Templates make a huge amount of difference. Depending on how the template is written, it can change code, relocate it ... pretty much rewrite the code base. Finding a problem when the code has been changed to an unknown extent will require a great deal of work. There's essentially no chance that anyone here will be able to help without seeing the error report, and maybe not then. Your only hope is getting that error log from your host.

 

Or go ask the template creator for help. Good luck with that.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...