Ok, things are definitely getting stored in the database table but they are not being displayed on the individual product page.

I've added this to the template page:
Code:
<?php echo ((SHOW_PRODUCT_PRINT_INFO_KEY_FEATURES == '1' and !empty($key_features)) ? TEXT_PRODUCT_KEY_FEATURES . $key_features : ''); ?>
The end result shows:

Key Features: Object

"Key Features:" is correct but "Object" isn't. Instead I should be seeing the list of features I typed in.

Any ideas? I'm guessing I have something wrong in the main_template_vars file, since there is code for "$key_features" there too.

any help would be great!

thanks!

june