Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog status


falconeyes89

Recommended Posts

Posted

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...

Posted

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 ..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...