Hi all,
I am trying to import products (with Import/Export) from xml into the webshop - but it fails.
I have tried to export the products from the eCommerce (to see the xml format) - but if i copy the file and strips it down into a single product and try to import that - it fails with the following error:
XML error, unknown tag: ProductExclude FromIndex
XML error, unknown tag: ProductExclude FromCustomizedUrls
XML error, unknown tag: ProductExclude FromAllProducts
I am using the xml below.
Are there better ways of doing an import? I have to perfom the import once with products and product groups from another shop.
<?xml version="1.0" encoding="utf-8"?>
<Products>
<Product>
<ProductID>PROD250</ProductID>
<ProductLanguageID>LANG1</ProductLanguageID>
<ProductVariantID />
<ProductGroupID>GROUP14</ProductGroupID>
<ProductNumber>10002</ProductNumber>
<ProductName>Supa Bike</ProductName>
<ProductShortDescription>Supa Dupa bike 100 mph guaranteed!</ProductShortDescription>
<ProductLongDescription><ul>
<li>Aluminum hardtail frame is lightweight and delivers solid performance on the trail</li>
<li>100mm of plush front suspension adds control and comfort in variable terrain</li>
<li>Shimano 24-speed drivetrain with 11/32T cassette gives you plenty of gearing options to choose from</li>
<li>EZ Fire trigger shifters for quick and effortless shifts</li>
<li>Aluminum handlebar, stem and adjustable seatpost supply core-level strength, style and performance</li>
<li>Kenda Komodo tires use a non-directional tread design to shed mud without compromising speed</li>
<li>ProMax mechanical disc brakes provide low maintenance, all-weather stopping power</li>
</ul></ProductLongDescription>
<ProductImageSmall />
<ProductImageMedium />
<ProductImageLarge>/Billeder/Ecom/Products/10001.jpg</ProductImageLarge>
<ProductLink1 />
<ProductLink2 />
<ProductPrice>999</ProductPrice>
<ProductStock>25</ProductStock>
<ProductWeight>0</ProductWeight>
<ProductVolume>0</ProductVolume>
<ProductManufacturerID />
<ProductActive>True</ProductActive>
<ProductPeriodID />
</Product>
</Products>
Kind Regards
Sonni T.