sprokop Posted December 29, 2004 Posted December 29, 2004 Can anyone tell me if there is a way to prevent people to browse the categories until they are logged in? I know it sounds absurd, but I really need this. Please let me know. Thanks Sam
TomThumb Posted December 29, 2004 Posted December 29, 2004 In /catalog/includes/boxes/categories.php near the bottom of the file. change new infoBox($info_box_contents); to if (tep_session_is_registered('customer_id')) { new infoBox($info_box_contents); } while (!succeed) {try()}; GMT -6:00
Recommended Posts
Archived
This topic is now archived and is closed to further replies.