This is a discussion on Categories Description within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; In last instructions I needed to made a little change: ======================================== In catalog/index.php: -Search: } elseif ($category_depth == 'products' || ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| ======================================== In catalog/index.php: -Search: } elseif ($category_depth == 'products' || isset($HTTP_GET_VARS['manufacturers_id'])) { LAST INSTRUCTIONS: And add below: $category_query = tep_db_query("select cd.categories_name, select cd.categories_description from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'"); $category = tep_db_fetch_array($category_query); NEW INSTRUCTIONS: And add below: $category_query = tep_db_query("select cd.categories_name, cd.categories_description, c.categories_image from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'"); $category = tep_db_fetch_array($category_query); ======================================== Thanks, it is a very nice contribution IT IS NOT COMPLETE PACKAGE More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Categories Description | michael_s | New osCommerce Contributions | 0 | 12-17-2008 10:00 PM |
| Categories Description | michael_s | New osCommerce Contributions | 0 | 10-12-2008 01:53 PM |
| Categories Description | michael_s | New osCommerce Contributions | 0 | 09-29-2008 05:52 PM |
| Modify Categories Description with wysiwyg | Angelstore | osCMax v1.7 Discussion | 3 | 01-07-2005 10:58 AM |
| Pleas help:Install problem with "categories description | majortom | osCommerce 2.2 Modification Help | 1 | 08-19-2004 12:39 PM |