Hi there,
I am trying to export a product so I could change its details and bulk import the products.
The exported xml thought does not contain any of the product information... just generic details. Cant figure out what I am doing wrong here.
The xml produced is as below :
<<?xml version="1.0" encoding="utf-8" ?>
<content type="NBStoreProductList" version="02.03.04">
I am trying to export a product so I could change its details and bulk import the products.
The exported xml thought does not contain any of the product information... just generic details. Cant figure out what I am doing wrong here.
The xml produced is as below :
<<?xml version="1.0" encoding="utf-8" ?>
<content type="NBStoreProductList" version="02.03.04">
<modulecontent>
<settings>
<chkFeatured><![CDATA[False]]></chkFeatured>
<chkTabDefaultRedirect><![CDATA[True]]></chkTabDefaultRedirect>
<txtSubMenuCols><![CDATA[6]]></txtSubMenuCols>
<txtCSS><![CDATA[Normal]]></txtCSS>
<chkDNNSearch><![CDATA[False]]></chkDNNSearch>
<ddlDetailTemplate><![CDATA[productdetail.template]]></ddlDetailTemplate>
<ddlAlterTemplate><![CDATA[productlist.template]]></ddlAlterTemplate>
<chkIndexProducts><![CDATA[False]]></chkIndexProducts>
<txtCssClass><![CDATA[ProductList]]></txtCssClass>
<ddlDetailHeaderText><![CDATA[detailheader.text]]></ddlDetailHeaderText>
<chkExcludeProduct><![CDATA[False]]></chkExcludeProduct>
<ddlDirection><![CDATA[0]]></ddlDirection>
<txtCellSpacing><![CDATA[0]]></txtCellSpacing>
<txtCssBuyButton><![CDATA[]]></txtCssBuyButton>
<chkShowSubMenu><![CDATA[False]]></chkShowSubMenu>
<ddlTemplate><![CDATA[productlist.template]]></ddlTemplate>
<chkCascadeResults><![CDATA[True]]></chkCascadeResults>
<txtSubMenuSep><![CDATA[]]></txtSubMenuSep>
<txtItemStyleCssClass><![CDATA[ListCell]]></txtItemStyleCssClass>
<txtSubRightHtml><![CDATA[]]></txtSubRightHtml>
<chkDefaultOrderDESC><![CDATA[False]]></chkDefaultOrderDESC>
<txtAlternatingItemStyleCssClass><![CDATA[AltListCell]]></txtAlternatingItemStyleCssClass>
<ddlTabDefaultRedirect><![CDATA[682]]></ddlTabDefaultRedirect>
<chkBrowseCategory><![CDATA[True]]></chkBrowseCategory>
<lstBrowseMode><![CDATA[0]]></lstBrowseMode>
<chkStaticListView><![CDATA[False]]></chkStaticListView>
<txtDetailThumbnailSize><![CDATA[300]]></txtDetailThumbnailSize>
<txtGalleryThumbnailSize><![CDATA[40]]></txtGalleryThumbnailSize>
<rblCategoryMessage><![CDATA[1]]></rblCategoryMessage>
<ddlDefaultOrder><![CDATA[name]]></ddlDefaultOrder>
<txtReturnLimit><![CDATA[]]></txtReturnLimit>
<txtColumns><![CDATA[3]]></txtColumns>
<txtSubSelectCSS><![CDATA[NormalBold]]></txtSubSelectCSS>
<chkNoRedirect><![CDATA[False]]></chkNoRedirect>
<txtCellPadding><![CDATA[0]]></txtCellPadding>
<txtColWidth><![CDATA[]]></txtColWidth>
<chkIncrementCart><![CDATA[True]]></chkIncrementCart>
<chkRedirectToCart><![CDATA[False]]></chkRedirectToCart>
<txtSep><![CDATA[]]></txtSep>
<txtSubLeftHtml><![CDATA[]]></txtSubLeftHtml>
<ddlListHeaderText><![CDATA[listheader.text]]></ddlListHeaderText>
<txtTableWidth><![CDATA[100%]]></txtTableWidth>
<chkSkipList><![CDATA[False]]></chkSkipList>
<txtSubNameTemplate><![CDATA[<table style="height:120px;width:120px"><tr><td align="center" valign="middle" style="font-size:smaller"><img src="[TAG:IMAGEURLTHUMB]" /><br />[TAG:CATEGORYNAME] ([TAG:PRODUCTCOUNT])</td></tr></table>]]></txtSubNameTemplate>
<chkStaticTemplates><![CDATA[False]]></chkStaticTemplates>
<chkExcludeFeatured><![CDATA[False]]></chkExcludeFeatured>
<lstModuleTitle><![CDATA[0]]></lstModuleTitle>
<txtThumbnailSize><![CDATA[140]]></txtThumbnailSize>
<lstProductTabs><![CDATA[682]]></lstProductTabs>
<txtPageSize><![CDATA[9]]></txtPageSize>
<ddlLayout><![CDATA[0]]></ddlLayout>
<ddlItemStyleHorizontalAlign><![CDATA[2]]></ddlItemStyleHorizontalAlign>
<ddlHeaderText><![CDATA[header.text]]></ddlHeaderText>
<ddlDefaultCategory><![CDATA[-1]]></ddlDefaultCategory>
<txtItemStyleHeight><![CDATA[100%]]></txtItemStyleHeight>
<txtSubHeadHtml><![CDATA[]]></txtSubHeadHtml>
<lstTabs><![CDATA[683]]></lstTabs>
<txtSubThumbnailSize><![CDATA[70]]></txtSubThumbnailSize>
</settings>
</modulecontent>
</content>