i want to say there category mapping field is good for usage.
1- i coudnt import category like this structure in dev.demo.cs-cart.com
<Maincategory>Electronics</Maincategory>
<MaincategoryID>56</MaincategoryID>
<Category>Computer</Category>
<CategoryID>83</CategoryID>
Xml Structure Like this
<ProductList>
<product>
<ProductID>691</ProductID>
<ProductName>
iphone x 8
</ProductName>
<MainCategoryName>Electrconics</MainCategoryName>
<MainCategoryID>56</MainCategoryID>
<CategoryName>Phone</CategoryName>
<CategoryID>83</CategoryID>
<Price>3177.6</Price>
<Stock>1</Stock>
<Supply>1</Supply>
<Description>
<![CDATA[
<div style="width:614px"><p style="margin:5px 0"><b><i>İphone, <strong>x</strong>.</i></b></p><table width="100%" border="1" style="border-collapse:collapse; border-color:#999; margin:5px 0"> </div>
]]>
</Description>
<image1>
www.xxxxxx.com/upload/product/DRF691.JPG
</image1>
<image2>
www.xxxxxxxx.com/upload/product/DRF691_1.JPG
</image2>
<Resim3>
www.xxxxxxx.com/upload/product/DRF691_2.JPG
</image3>
<image4>
www.xxxxxxx.com/upload/product/DRF691_3.JPG
</image4>
<ListPrice>3972.00</ListPrice>
<Discount>20</Discount>
</product>
</ProductList>
2- And can use the product name in many places meta tag, meta description, product title, product search and so on, how do I do it.
3- i saw the other xml csv import "File Encoding" iso-8859-1 UTF-8 etc maybe its good idea for those with character problems
4- Some company gives Username Password for login, after Login then can take xml
5- in Selecting a file add "Select a file or enter a FTP" choice in google merchant center have get file from ftp acount why not we have
6- If have many products can have xml csv or file maybe good for usage
Only price "update existing products"
New Items: "Add" "Skip"
Existing Items: "Update" "Skip"
Identify Existing Products by Matching Field: "Model" "Sku" "MPC" "Product Code" "EAN" "MPN"
Items in store but not in file: "İgnore" "Delete" "Disable" "Quantity Zero"
Products per import segment: "20" "50" "100" "250" "500" "1000"
8- Cron Job is perfect solution for usage
9- if i get the file i see clicable link there. i click the "File -> General Setting -> File" link not run i get this result and get 404 page in dev.demo.cs-cart
admin.php?dispatch=import_presets.get_file&preset_id=1&company_id=1