[ic] Variant Display

Jon interchange-users@icdevgroup.org
Tue Mar 4 00:19:01 2003


> Trying to display the inventory stock_message on the options variant
> edit admin display.
> I've made an entry in mv_metadata.asc beginning with
> variant::inventory::stock_message
> and tried both Apply Changes and interchange stop/start but no luck.
> I must need to do something else but I can't figure it out.
> I've tried this on both 4.9.3 and 4.8.6 with MySQL
> though don't think MySQL has anything to do with it.
>

    In case anyone else has the same question

Added      inventory:stock_message  to
ui_data_fields in  item_option_matrix include file and
placed the modified item_option_matrix file in
CatalogName/include directory.

ui_data_fields="MoreStuff ... inventory:stock_message  AndOthers..."

Jon