I'm trying to migrate a my site from zen-cart to ubercart, reading over the documentation and trying to import data did not help much so far. I have a xml file that looks like this
< inventory >
< product >
< itemID >value< /itemID >
< category >value< /category >
< subcategory >value< /subcategory >
< brand >value< /brand >
< item >value< /item >
< model >value< /model >
< pic >value< /pic >
< price >value< /price >
< instock >value< /instock >
< description >value< /description >
< weight >value< /weight >
< retailprice >value< /retailprice >
< upc >value< /upc >
< dimensions >value< /dimensions >
< /product >
< /inventory >
any info on how I need to setup ubercard to accept the data would be greatly appreciated.
