Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: Product import successful but does't show in category

$
0
0
Hi Sir,
   I have export a product whose Xml contents are
<?xml version="1.0"?>

-<root version="1.0">


-<products>


-<en-US>


-<P>


-<NB_Store_ProductsInfo>

<ProductID>18</ProductID>

<PortalID>0</PortalID>

<TaxCategoryID>-1</TaxCategoryID>

<Featured>false</Featured>

<Archived>false</Archived>

<CreatedByUser>1</CreatedByUser>

<CreatedDate>2015-02-21T13:15:01.92</CreatedDate>

<IsDeleted>false</IsDeleted>

<ProductRef/>

<Lang>en-US</Lang>

<Summary>Export product summary</Summary>

<Description/>

<Manufacturer/>

<ProductName>Export product</ProductName>

<XMLData/>

<ModifiedDate>2015-02-21T13:16:41.243</ModifiedDate>

<SEOName/>

<TagWords/>

<IsHidden>false</IsHidden>

</NB_Store_ProductsInfo>


-<M>


-<NB_Store_ModelInfo>

<ModelID>21</ModelID>

<ProductID>18</ProductID>

<ListOrder>1</ListOrder>

<UnitCost>1.0000</UnitCost>

<Barcode/>

<ModelRef/>

<Lang>en-US</Lang>

<ModelName>Export product</ModelName>

<QtyRemaining>-1</QtyRemaining>

<QtyTrans>0</QtyTrans>

<QtyTransDate>2015-02-21T13:15:02.083</QtyTransDate>

<ProductName>Export product</ProductName>

<PortalID>0</PortalID>

<Weight>0.00</Weight>

<Height>0.00</Height>

<Length>0.00</Length>

<Width>0.00</Width>

<Deleted>false</Deleted>

<QtyStockSet>0</QtyStockSet>

<DealerCost>0.0000</DealerCost>

<PurchaseCost>0.0000</PurchaseCost>

<XMLData/>

<Extra/>

<DealerOnly>false</DealerOnly>

<Allow>0</Allow>

</NB_Store_ModelInfo>

</M>


-<I>


-<NB_Store_ProductImageInfo>

<ImageID>18</ImageID>

<ProductID>18</ProductID>

<ImagePath>C:\inetpub\wwwroot\mywebsite\Portals\0\productimages\18_03bc2.jpg</ImagePath>

<ListOrder>1</ListOrder>

<Hidden>false</Hidden>

<Lang>en-US</Lang>

<ImageDesc/>

<ImageURL>/mywebsite/Portals/0/productimages/18_03bc2.jpg</ImageURL>

</NB_Store_ProductImageInfo>

</I>

<D/>


-<C>


-<NB_Store_ProductCategoryInfo>

<ProductID>18</ProductID>

<CategoryID>5</CategoryID>

</NB_Store_ProductCategoryInfo>

</C>

<R/>


-<options>


-<O>


-<NB_Store_OptionInfo>

<OptionID>16</OptionID>

<ProductID>18</ProductID>

<ListOrder>1</ListOrder>

<Lang>en-US</Lang>

<OptionDesc>Color</OptionDesc>

<Attributes/>

</NB_Store_OptionInfo>


-<OV>


-<NB_Store_OptionValueInfo>

<OptionValueID>31</OptionValueID>

<OptionID>16</OptionID>

<AddedCost>1.0000</AddedCost>

<ListOrder>1</ListOrder>

<Lang>en-US</Lang>

<OptionValueDesc>pink</OptionValueDesc>

</NB_Store_OptionValueInfo>


-<NB_Store_OptionValueInfo>

<OptionValueID>32</OptionValueID>

<OptionID>16</OptionID>

<AddedCost>1.0000</AddedCost>

<ListOrder>1</ListOrder>

<Lang>en-US</Lang>

<OptionValueDesc>Black</OptionValueDesc>

</NB_Store_OptionValueInfo>

</OV>

</O>

</options>

</P>

</en-US>

</products>


-<categories>


-<en-US>


-<NB_Store_CategoriesInfo>

<CategoryID>5</CategoryID>

<PortalID>0</PortalID>

<Archived>false</Archived>

<Hide>false</Hide>

<CreatedByUser>1</CreatedByUser>

<CreatedDate>2015-02-24T16:53:53.293</CreatedDate>

<ParentCategoryID>1</ParentCategoryID>

<ListOrder>1</ListOrder>

<Lang>en-US</Lang>

<CategoryName>Sony</CategoryName>

<ParentName>compact cameras</ParentName>

<CategoryDesc/>

<Message/>

<ProductCount>1</ProductCount>

<ProductTemplate/>

<ListItemTemplate/>

<ListAltItemTemplate/>

<ImageURL/>

<SEOPageTitle/>

<SEOName/>

<MetaDescription/>

<MetaKeywords/>

</NB_Store_CategoriesInfo>

</en-US>

</categories>

<tax/>

</root>

Then I copied this into another file for import. import file with changes are

<?xml version="1.0"?>

-<root version="1.0">


-<products>


-<en-US>


-<P>


-<NB_Store_ProductsInfo>

<ProductID>35</ProductID>

<PortalID>0</PortalID>

<TaxCategoryID>-1</TaxCategoryID>

<Featured>false</Featured>

<Archived>false</Archived>

<CreatedByUser>1</CreatedByUser>

<CreatedDate>2015-02-21T13:15:01.92</CreatedDate>

<IsDeleted>false</IsDeleted>

<ProductRef/>

<Lang>en-US</Lang>

<Summary>testing product summary</Summary>

<Description/>

<Manufacturer/>

<ProductName>testing product</ProductName>

<XMLData/>

<ModifiedDate>2015-02-21T13:16:41.243</ModifiedDate>

<SEOName/>

<TagWords/>

<IsHidden>false</IsHidden>

</NB_Store_ProductsInfo>


-<M>


-<NB_Store_ModelInfo>

<ModelID>22</ModelID>

<ProductID>35</ProductID>

<ListOrder>1</ListOrder>

<UnitCost>1.0000</UnitCost>

<Barcode/>

<ModelRef/>

<Lang>en-US</Lang>

<ModelName>testing product</ModelName>

<QtyRemaining>-1</QtyRemaining>

<QtyTrans>0</QtyTrans>

<QtyTransDate>2015-02-21T13:15:02.083</QtyTransDate>

<ProductName>testing product</ProductName>

<PortalID>0</PortalID>

<Weight>0.00</Weight>

<Height>0.00</Height>

<Length>0.00</Length>

<Width>0.00</Width>

<Deleted>false</Deleted>

<QtyStockSet>0</QtyStockSet>

<DealerCost>0.0000</DealerCost>

<PurchaseCost>0.0000</PurchaseCost>

<XMLData/>

<Extra/>

<DealerOnly>false</DealerOnly>

<Allow>0</Allow>

</NB_Store_ModelInfo>

</M>


-<I>


-<NB_Store_ProductImageInfo>

<ImageID>22</ImageID>

<ProductID>35</ProductID>

<ImagePath>C:\inetpub\wwwroot\mywebsite\Portals\0\productimages\Cat2_Image.jpg</ImagePath>

<ListOrder>1</ListOrder>

<Hidden>false</Hidden>

<Lang>en-US</Lang>

<ImageDesc/>

<ImageURL>/mywebsite/Portals/0/productimages/Cat2_Image.jpg</ImageURL>

</NB_Store_ProductImageInfo>

</I>

<D/>


-<C>


-<NB_Store_ProductCategoryInfo>

<ProductID>35</ProductID>

<CategoryID>5</CategoryID>

</NB_Store_ProductCategoryInfo>

</C>

<R/>


-<options>


-<O>


-<NB_Store_OptionInfo>

<OptionID>18</OptionID>

<ProductID>35</ProductID>

<ListOrder>1</ListOrder>

<Lang>en-US</Lang>

<OptionDesc>Color</OptionDesc>

<Attributes/>

</NB_Store_OptionInfo>


-<OV>


-<NB_Store_OptionValueInfo>

<OptionValueID>33</OptionValueID>

<OptionID>18</OptionID>

<AddedCost>1.0000</AddedCost>

<ListOrder>1</ListOrder>

<Lang>en-US</Lang>

<OptionValueDesc>pink</OptionValueDesc>

</NB_Store_OptionValueInfo>


-<NB_Store_OptionValueInfo>

<OptionValueID>34</OptionValueID>

<OptionID>18</OptionID>

<AddedCost>1.0000</AddedCost>

<ListOrder>1</ListOrder>

<Lang>en-US</Lang>

<OptionValueDesc>Black</OptionValueDesc>

</NB_Store_OptionValueInfo>

</OV>

</O>

</options>

</P>

</en-US>

</products>

</root>

Here I cut the NB_store_categoryinfo section and change name,description and image etc.
when i import this file it shows 1 product imported but it does't show this in the category menu.
I am unable to solve this problem. please help me

Viewing all articles
Browse latest Browse all 4081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>