Contributions

Other (Category Index)
Search: 

new_field_everywhere

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

Expand All / Collapse All

fixed a small mistake in catalog/product_info.php 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 3 Nov 2009
New field in invoice to 23 Apr 2009
Minor update 6 Aug 2008
OSC v2.2 RC2 26 Mar 2008
update for advanced search to work 27 Oct 2007
Updated files for RC1 basic installation 27 Oct 2007
new_field_everywhere_v_1.2.1 Laigle 7 May 2005
new_field_everywhere Laigle 3 May 2005

Note: Contributions are used at own risk.