1 reply [Last post]
dkruse@drupal.org's picture
Offline
Joined: 04/30/2008
Juice: 45
Was this information Helpful?

I'm currently using Ubercart v1.6 and I'm trying to import data with the XML import function. My XML file contains all my taxonomy values. The products in the XML file have a category associated with them. When I use the import function, the data is imported without any errors. However, none of my products are associated with a category. I verified in the XML file that the category IDs are correct. Is this something the importer currently doesn't support, or am I doing something wrong? Any help would be appreciated.

And thanks for a great product!

Dalen

dkruse@drupal.org's picture
Offline
Joined: 04/30/2008
Juice: 45
Re: Products not related to categories when importing

I just wanted to reply that I found the solution to this problem. After digging into the code for the uc_importer module, I found that the catalog module must be enabled for this to work. If the catalog module is enabled, then products are related to the categories.