Your new documentation is a

futurist's picture
Offline
Joined: 08/08/2007
Juice: 114
Your new documentation is a

Your new documentation is a great help. However, I'm still confused concerning image import. The XPath /store/products/product/image appears in the schema definition but not in the documentation. So I dropped the 'image' element from my product and instead tried the following (assuming that image type fields should now appear similarly to text type fields in the XML):

<fields>
  <field>
    <name>field_image_cache</name>
    <delta>
      <value>http://mysite/import/example.jpg</value>
    </delta>
  </field>
  ...text type fields...
</fields>

An image file 'example.jpg' exists in the 'import' dir. But that doesn't work either. Can you please tell us if image import works at all with the module and if yes, give a short example on how the XML should look?

@macgeek: Sometimes I noticed that disabling and then re-enabling a module made it appear in admin.

Import/Export By: futurist (106 replies) Wed, 08/08/2007 - 10:06