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
OSC v2.2 RC2 wescosa 26 Mar 2008  

The install worked exactly as expected except the new text was not showing up in my new field. After a looking for a while I found small change that was needed.

in the old instructions under the changes for the product_listing.php page

The changed code was:
$lc_text = ' ' . $listing['products_ref_const'] . ' ';

Now:
$lc_text = ' ' . $listing[$x]['products_ref_const'] . ' ';

----------
Easy populate 2.76g-MS2 also has much better support and instructions for extra fields

----------
I also changed some of the French to English in the SQL command

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