Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

any problem with gategories status


Alexander75

Recommended Posts

I have installed Oscommerce 2.2 milestone 2.

I have a problem.

Why categorie are not attivable by control pannel?

 

I have insert the record staut in the tabke categories of the database and I have modificated this code in categories.ph in ADMIN:

 

<?php

if ($categories['status'] == '1') {

echo tep_image(DIR_WS_IMAGES . 'icon_status_green.gif', IMAGE_ICON_STATUS_GREEN, 10, 10) . '  ' . tep_image(DIR_WS_IMAGES . 'icon_status_red_light.gif', IMAGE_ICON_STATUS_RED_LIGHT, 10, 10) . '';

} else {

echo '' . tep_image(DIR_WS_IMAGES . 'icon_status_green_light.gif', IMAGE_ICON_STATUS_GREEN_LIGHT, 10, 10) . '  ' . tep_image(DIR_WS_IMAGES . 'icon_status_red.gif', IMAGE_ICON_STATUS_RED, 10, 10);

}

?>

 

I haveany problem, this is the message:

Fatal error: Call to undefined function: tep_set_category_status() in /home/motiac/public_html/catalog/admin/categories.php on line 25

 

Can you help me, please?

 

Thank you :)

T-shirt metal, sweatshirts metal, articles, interviews on band metal and more ...
Link to comment
Share on other sites

The category status has been taken out of CVS for performance reasons.

Mark Evans

osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops)

 

---------------------------------------

Software is like sex: It's better when it's free. (Linus Torvalds)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...