Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[contrib] Admin dhtml menu


devilgrins

Recommended Posts

does anyone use this conrtibution??

 

i am getting error:

Fatal error: Call to undefined function: canshowbox() in /home/moderate/catalog/admin/includes/header_navigation.php on line 19

 

 

even though i have checked that the list of boxes is in header_navigation..

 

anyone.. please help...

Link to comment
Share on other sites

  • 2 months later...

I fixed it by changing the array to:

 

  $menu_dhtml = MENU_DHTML;
 $box_files_list = array(

				array('configuration'  , 'configuration.php', BOX_HEADING_CONFIGURATION),
				array('affiliate'		   , 'affiliate.php', BOX_HEADING_AFFILIATE),
				array('articles'	   , 'articles.php', BOX_HEADING_ARTICLES),
						array('catalog'		, 'catalog.php', BOX_HEADING_CATALOG),
						array('modules'		, 'modules.php' , BOX_HEADING_MODULES),
						array('customers'	  , 'customers.php' , BOX_HEADING_CUSTOMERS),
						array('taxes'		  , 'taxes.php' , BOX_HEADING_LOCATION_AND_TAXES),
						array('localization'   , 'localization.php' , BOX_HEADING_LOCALIZATION),
						array('reports'		, 'reports.php' , BOX_HEADING_REPORTS),
						array('tools'		  , 'tools.php' , BOX_HEADING_TOOLS),
						array('gv_admin'	   , 'gv_admin.php' , BOX_HEADING_GV_ADMIN),
						array('administrator'  , 'administrator.php' , BOX_HEADING_ADMINISTRATOR)  

						);

 

Hope this helps

Link to comment
Share on other sites

  • 1 year later...

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...