Using Ubercart 2.x and Drupal 6.x with node import 6.x-1.x-dev
In content/node-type/product/fields/field_image_cache both “ALT text settings” and “Title text settings” are displayed when image is uploaded manually when adding a product using Ubercart. Alternate text and Title fields are both displayed. When fields are manually completed the data is processed into the database.
As a test when a new field is created in content/node-type/product/fields this is displayed in Node Import “Map file columns” in step 4. However, there is no Alt Image or text fields displayed in the content field.
On thread indicated that “Image Field Import” may be missing. The module was added and checked on. No effect.
Overall all CSV are correctly imported into the DB – but not the Alternate Text or Title fields.
Looking for suggestions or patches that will allow the image to have both an Alternate Text and Text fields completed when data is imported with a CSV file. See image. (Alternate Text: and Title:)
| Comment | File | Size | Author |
|---|---|---|---|
| image_field.png | 18.76 KB | Alaska |
Comments
Comment #1
dbarra commentedI am extremely interested in this as well, I am having this exact problem. I don't even know how I would start fixing this, and would appreciate if anyone has any input...
Comment #2
Robrecht Jacques commentedFixed in 6.x-1.x-dev, will be included in the next release of node_import.
Comment #3
dbarra commentedExcellent news Robrecht. Thank you for the information.
Comment #4
dbarra commentedQuick question... how stable is the current dev version from April 17? Would you advise using on a live site? How often are recommended releases released? Thanks.
Comment #5
Robrecht Jacques commentedI'll release 1.2 by the end of the week. Would like to get the FilePath fixed as well.
Currently -dev is stable (only small fixes added - most changes in support files only, not the core api) - really big changes will be done in a 6.x-2.x branch btw (working on it now to prepare for 7.x-2.x).