falconeyes89 Posted October 11, 2010 Posted October 11, 2010 what i want to know is that.. i have teh catalog status as all.. but it snot displayed to teh guest users any clue how i can fix this
multimixer Posted October 11, 2010 Posted October 11, 2010 what i want to know is that.. i have teh catalog status as all.. but it snot displayed to teh guest users any clue how i can fix this Your question is not clear. What do you mean with "catalog status" and what is not getting displayed? My community profile | Template system for osCommerce - New: Responsive | Feedback channel
falconeyes89 Posted October 11, 2010 Author Posted October 11, 2010 Your question is not clear. What do you mean with "catalog status" and what is not getting displayed? I have 2 folders in categories/products .. one of them is set for view only by registered users,, and other is set to be visible for all users.. for some reason the one set for all users is not able to be viewed in the site.. the link is visible for all users in the side menu .. but when u click it the products are not displayed...
falconeyes89 Posted October 11, 2010 Author Posted October 11, 2010 its alright a friend of mine fixed this issue.. if (isset($cPath) && tep_not_null($cPath)) { if (!tep_session_is_registered('customer_id') && $_GET['cPath']!=24) { $navigation->set_snapshot(); tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL')); } tahst teh change he made.. he excluded the category from login ..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.