Community Add-Ons

Add file to this package
Top » Other

new_field_everywhere
for osCommerce Online Merchant v2.2

Add a new field in product sheet, product listing, advance search, and easypopulate if installed.

This field can be changed in admin in "Product Listing"

Install.txt is only in french, english coming soon

Legend:  Download   Report
Expand All / Collapse All
fixed a small mistake in catalog/product_info.php Amigoo 6 Nov 2009  

display error fixed in product_info.php

##old:
if (tep_not_null($product_info['products_ref_const'])) {
echo products_ref_const.' '.$product_info['products_ref_const'];
}
##new
if (tep_not_null($product_info['products_ref_const'])) {
echo PRODUCTS_REF_CONST.' '.$product_info['products_ref_const'];
}

##Full package

corrected install file Mister_dj 3 Nov 2009  
New field in invoice to Envelo 23 Apr 2009  
Minor update padaben 6 Aug 2008  
OSC v2.2 RC2 wescosa 26 Mar 2008  
update for advanced search to work kvecenaj 27 Oct 2007  
Updated files for RC1 basic installation kvecenaj 27 Oct 2007  
new_field_everywhere_v_1.2.1 Laigle 7 May 2005  
new_field_everywhere Laigle 3 May 2005