Quote Originally Posted by mc12345678 View Post
Issue is the v_products_options_type value (23997), this normally would be a value between 0 and 5 for a blank/fresh store... So would need to know what "type" of option is being used on each store and adjust accordingly... The products_option_type number is the option value as found from the admin screen when using the option name manager that corresponds with the particular option type, ie. dropdown is typically 0, Text is 1, Radio 2, Checkbox 3, File 4, Read Only 5... Depending on how other plugins add the values and sequence of adding the plugin(s)/values, the option value could be almost any number.
In looking at that page, the id looks to be correct:

<option value="0" selected="selected">Dropdown</option>
<option value="1">Text</option>
<option value="2">Radio</option>
<option value="3">Checkbox</option>
<option value="4">File</option>
<option value="5">Read Only</option>
<option value="23997">Grid</option>

This list is the same on both sites.