Community Add-Ons
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
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
