Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Categories Description

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
In last instructions I needed to made a little change:
========================================

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
17 Noviembre 2008
Cambios por 'Hoheria'. Eso es un contribución excelente por trikinuke aunque he hecho algunas cambios al código par evitar la necesidad a poner código HTML en la ventana de descripciones - ahora utilisamos la informacion puesto en el stylesheet. También hemos elimanado la necesidad para insertar el nombre de la categoria con el texto - ya tenemos esta información en el base de datos y podemos aprovecharlo. Ahora tenemos una sistema mas fácil para ellos que no saben nada de HTML. Comparar el archivo con ellos puestos antes para ver las diferencias. ¡Por favor, desculpiés los errores en la idioma hecho por un pobre britanicó!

17 November 2008
Changes by 'Hoheria'. This is a great contribution by trikinuke but I've made some small code changes to remove the need for html code to appear in the description window by formatting it from the stylesheet and also avoid need for re-entering the category name along with the inserted text - by using the information already stored in the database. This makes it easier for store maintenance for people without html knowledge. Compare with previous posting to see changes.
A small error. Fixed.

This error was found thanks to Tamara from Netherlands, a code line was missing, only in instructions_english.txt and instrucciones_español.txt. Files to upload for fresh installations are ok. See attachment file.


Pequeño error. Arreglado.

Este error fue encontrado gracias Tamara desde Holanda, faltaba una linea del codigo, solamente en instructions_english.txt y instrucciones_español.txt. Los archivos para subir para instalaciones nuevas estan bien. Vea archivo adjunto.
   Posted on: 10/12/2008     See contribution details Request Installation with Paid service