Zen Cart Logo
Forums / General Questions / developer tool kit is not visible?

developer tool kit is not visible?

Locked

Views: 899

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 May 2009, 3:27 PM
#1
mukeshbharti avatar

mukeshbharti

New Zenner

Join Date:
May 2009
Posts:
1
Plugin Contributions:
0

developer tool kit is not visible?

hello,
In my admin panel of zencart the option developer tool kit is not visible.
how can we enable it. so we can edit the page text easily..

please help Me?

Thanks
Mukesh

12 May 2009, 5:35 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: developer tool kit is not visible?

Go to your admin and click on Catalog ... Categories/Products ...

Change the end of the URL to read:
admin/developers_tool_kit.php

Does the Developers Tool Kit come up?

If so, check the file:
/admin/includes/boxes/tools_dhtml.php

Do you see the line:

  $za_contents[] = array('text' => BOX_TOOLS_DEVELOPERS_TOOL_KIT, 'link' => zen_href_link(FILENAME_DEVELOPERS_TOOL_KIT, '', 'NONSSL'));

If so, did someone comment it out?