/
[in-commerce] Comma in option value breaks option saving

[in-commerce] Comma in option value breaks option saving

Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/d98208a5cfc4ec8f#

Internally product option values are separated by "," (comma). When one of option values contains comma, like "3,5 ml" then that one value is saved as two separate options and breaks down all option-related stuff. To solve this option escaping problem once and for all I propose to use "inp_edit_minput" control for option value input and store all that as one xml record (fields: Values, Prices, PriceTypes).