Re: Re: Re: There is a schema definition

Posts: 54
Joined: 08/08/2007

Another problem: All imported products are 'orphaned' even though I've assigned a term id to each of them like so:

<product>
  <type>product</type>
  ...
  <categories>
    <category>
      <id>11</id>
    </category>
  </categories>
</product>

The terms were created before the import in admin/content/taxonomy. The tid '11' corresponds to one of those terms. What's wrong? (There is no insert to the term_node table in uc_importer...)

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