That works fine for me. (I actually left my 'orders' in, because I also use the 'edit orders' add-in).
I'm guessing that the disappearance of 'customers' may be due to a syntax error in the file. If you remove the '//', does the 'customers' menu reappear?
Only thing different in my testing was the carriage return - my file which works looks like this:
Code:
$za_heading = array('text' => BOX_HEADING_CUSTOMERS, 'link' => zen_href_link(FILENAME_ALT_NAV, '', 'NONSSL'));
$za_contents[] = array('text' => BOX_CUSTOMERS_CUSTOMERS, 'link' => zen_href_link(FILENAME_CUSTOMERS, '', 'NONSSL'));
// $za_contents[] = array('text' => BOX_CUSTOMERS_ORDERS, 'link' => zen_href_link(FILENAME_ORDERS, '', 'NONSSL'));
$za_contents[] = array('text' => BOX_CUSTOMERS_GROUP_PRICING, 'link' => zen_href_link(FILENAME_GROUP_PRICING, '', 'NONSSL'));
$za_contents[] = array('text' => BOX_CUSTOMERS_PAYPAL, 'link' => zen_href_link(FILENAME_PAYPAL, '', 'NONSSL'));
This was done on 1.3.8a of zencart and SO 2.0rev46.
Bookmarks