I have multiple record working, however, there's a major problem in how the data gets saved to the database when commas are used in text fields.
I have an admin page for bulk editing several text fields in a product database (name, description, keywords, associated items)
If NO commas are used in the text fields, the multiple update works perfectly. However, if a comma is used in any of the fields, the text that follows the comma gets d_r_o_pped down into the same field for the next row of data.
So for instance, if I enter this into the keywords field: royal blue, red, green - what ends up getting saved to the database is only royal blue. The value red gets saved into the keywords field for the next row of data below the record I wanted it on, and green gets saved into the data two rows down.
Is there a way to get your extension to work so that commas don't split the data being entered into one field into the same field across multiple records? |
|
|