Quote Originally Posted by Skullman View Post
I have looked and looked for a thread on changing these to true, but can't find anything. Any help will be appreciated.

Custom Products Fields
Product Short Descriptions: FALSE
Product Unit of Measure: FALSE
Product UPC Code: FALSE
Google Product Category: FALSE
Manufacturer's Suggested Retail Price: FALSE
Group Pricing Per Item: FALSE
Exclusive Products Mod: FALSE
Those "values" (true/false) are displayed as a result of a database check performed in the admin/easypopulate_4.php file using the function ep4_check_table_column in the function file.

Specific fields are searched in the applicable table, and if found then returns true. It appears those fields are included possibly to support another mod(s) made/created by chadderruski the individual I would call the developer of this plug-in.

The short description is captured/expected in the products description table, all of the rest are in the products table.