I am trying to import new models for an existing product. I have read through several posts on this on the forum, and I downloaded the ImportComplexProductsDocs.zip and I have been trying to use that as a guide. I exported my existing product/model and then modified the file to look like the one in the zip file with my data. I left the product info alone because I don't want to change it. I modified the model to be new and left the modelID blank because I would like it to create a new one for me. However, when I do an import of this file it says 0 product/0 categories imported, and the new model does not exist. I checked on my portals/0/Logs/NB_Store_**.log files and the only logs in there are older than the current date. I also checked my event log on DNN and did not see any errors related to this listed. Does anyone have any ideas on what I am doing wrong, how to fix this, or how to get some error messages generated so I can figure it out? I have copied in my xml file below.
Thanks
David
Thanks
David
<P>
<NB_Store_ProductsInfo>
<ProductID>1</ProductID>
<PortalID>0</PortalID>
<TaxCategoryID>1</TaxCategoryID>
<Featured>true</Featured>
<Archived>false</Archived>
<CreatedByUser>1</CreatedByUser>
<CreatedDate>2013-04-21T18:11:05.087</CreatedDate>
<IsDeleted>false</IsDeleted>
<ProductRef>AP</ProductRef>
<Lang>en-US</Lang>
<Summary>Upgrading AnimatLab</Summary>
<Description>test</Description>
<Manufacturer>NeuroRobotic Technologies</Manufacturer>
<ProductName>AnimatLab Pro Upgrade</ProductName>
<XMLData/>
<ModifiedDate>2013-04-24T17:52:04.137</ModifiedDate>
<SEOName>AnimatLab Pro Upgrade</SEOName>
<TagWords>AnimatLab Pro</TagWords>
<IsHidden>false</IsHidden>
</NB_Store_ProductsInfo>
<M>
<NB_Store_ModelInfo>
<ModelID/>
<ProductID>1</ProductID>
<ListOrder>1</ListOrder>
<UnitCost>10.0000</UnitCost>
<Barcode/>
<ModelRef>0005</ModelRef>
<Lang>en-US</Lang>
<ModelName>Upgrade 5</ModelName>
<QtyRemaining>0</QtyRemaining>
<QtyTrans>0</QtyTrans>
<QtyTransDate>2013-04-23T13:18:59.24</QtyTransDate>
<ProductName>AnimatLab Pro Upgrade</ProductName>
<PortalID>0</PortalID>
<Weight>0.00</Weight>
<Height>0.00</Height>
<Length>0.00</Length>
<Width>0.00</Width>
<Deleted>false</Deleted>
<QtyStockSet>1</QtyStockSet>
<DealerCost>0.0000</DealerCost>
<PurchaseCost>0.0000</PurchaseCost>
<XMLData/>
<Extra>ThisIsATestSerialNumber5</Extra>
<DealerOnly>false</DealerOnly>
<Allow>0</Allow>
</NB_Store_ModelInfo>
</M>
<I>
<NB_Store_ProductImageInfo>
<ImageID>1</ImageID>
<ProductID>1</ProductID>
<ImagePath>C:\inetpub\vhosts\animatlab.com\httpdocs\Portals\0\productimages\1_08585.jpg</ImagePath>
<ListOrder>1</ListOrder>
<Hidden>false</Hidden>
<Lang>en-US</Lang>
<ImageDesc/>
<ImageURL>/Portals/0/productimages/1_08585.jpg</ImageURL>
</NB_Store_ProductImageInfo>
</I>
<D/>
<C>
<NB_Store_ProductCategoryInfo>
<ProductID>1</ProductID>
<CategoryID>1</CategoryID>
</NB_Store_ProductCategoryInfo>
</C>
<R/>
<options/>
</P>