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


More...