Index: modules/in-commerce/units/product_option_combinations/product_option_combinations_config.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- modules/in-commerce/units/product_option_combinations/product_option_combinations_config.php (revision 15664) +++ modules/in-commerce/units/product_option_combinations/product_option_combinations_config.php (revision ) @@ -62,7 +62,7 @@ 'CombinationId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0, ), 'ProductId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0, ), 'Combination' => Array ('type' => 'string', 'required' => 1, 'formatter' => 'kCombinationFormatter', 'format' =>"%s: %s
", 'default' => NULL), - 'CombinationCRC' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0, ), + 'CombinationCRC' => Array ('type' => 'string', 'not_null' => 1, 'default' => 0, ), 'PriceType' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Txt_=', 2 => 'la_Flat', 3 => 'la_Percent'), 'use_phrases' => 1, 'default' => 3, ), 'Price' => Array ('type' => 'float', 'required' => 1, 'formatter' => 'kFormatter', 'default' => '', ), 'WeightType' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Txt_=', 2 => 'la_Flat', 3 => 'la_Percent'), 'use_phrases' => 1, 'default' => 3, ), \ No newline at end of file Index: modules/in-commerce/units/order_items/order_items_config.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- modules/in-commerce/units/order_items/order_items_config.php (revision 15664) +++ modules/in-commerce/units/order_items/order_items_config.php (revision ) @@ -105,7 +105,7 @@ 'Weight' => Array ('type' => 'double', 'default' => NULL), 'ShippingTypeId' => Array ('type' => 'string', 'default' => NULL), 'ItemData' => Array('type' => 'string','default' => null), - 'OptionsSalt' => Array('type' => 'int', 'default' => 0), + 'OptionsSalt' => Array('type' => 'string', 'default' => 0), 'SplitShippingGroup' => Array('type' => 'int', 'not_null' => 1, 'default' => 0,), 'PackageNum' => Array('type' => 'int', 'not_null' => 1, 'default' => 0,), 'ReturnType' => Array ( \ No newline at end of file