Community Add-Ons

Add file to this package
Top » Features

Products_Short_Descriptions_V1
for osCommerce Online Merchant v2.2

This module will add a short description of the product when listing products.

It is not based on the product description field of the products_description table.
This module makes an extra field!!

It is compatible with OSC2.2MS2.

Legend:  Download   Report
Expand All / Collapse All
Products_Short_Descriptions_V2 draculakos 17 Jun 2008  

The previous versions had a bug. They were working, but when you were clicking to sort the products by short description you were getting an error by mysql because the creator didn't thought that the short desc will be clickable to sort the products.. So i made the correction..

Find this :
case 'PRODUCT_LIST_INFO':
$listing_sql .= "pd.products_info ". ($sort_order == 'd' ? 'desc' : '');
break;

Replace with this :
case 'PRODUCT_LIST_INFO':
$listing_sql .= " order by pd.products_info " . ($sort_order == 'd' ? 'desc' : '');
break;

This is a full package, i included also the short desc for shopping cart and for specials.php

Thank you all! :)

Short description in specials.php draculakos 16 Jun 2008  
Short description in shopping cart draculakos 16 Jun 2008  
Producte Short Descriptions V1_04_1_German buttercupzz 5 Nov 2007  
V1.04 monolecte 2 Nov 2006  
To appear in product info page monolecte 2 Nov 2006  
Product Short Descriptions V1.03 Fred Doherty 9 May 2005  
Bug report Nahash 24 Apr 2005  
Minor changes David O'Leary 25 Mar 2004  
Products_Short_Descriptions_V1.01 Alexander Ziemek 19 Jan 2004  
Products_Short_Descriptions_V1 Alexander Ziemek 17 Jan 2004