I'm using 1.3.8. So it's the latest as of 9/21/08.

I did check out some similar threads and found this one:
http://www.zen-cart.com/forum/showth...ssword+protect

and followed the code where I inserted:

if (!$_SESSION['customer_id'] && ($cPath_new = '6')) {
$_SESSION['navigation']->set_snapshot();
zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
}

prior to:

return 'cPath=' . $cPath_new;

on the file: /includes/functions/functions_categories.php

But it didn't change anything. I uploaded the new file and clicked on Wholesale-->Retail which takes you to http://www.jamwestfoods.com/store/in...=index&cPath=6

and nothing changed. Took me right to the page. Which isn't what I want at all.