<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.x-cart.com/index.php?action=history&amp;feed=atom&amp;title=LiteCommerce%3AImporting_catalog</id>
	<title>LiteCommerce:Importing catalog - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://help.x-cart.com/index.php?action=history&amp;feed=atom&amp;title=LiteCommerce%3AImporting_catalog"/>
	<link rel="alternate" type="text/html" href="https://help.x-cart.com/index.php?title=LiteCommerce:Importing_catalog&amp;action=history"/>
	<updated>2026-06-16T18:41:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>https://help.x-cart.com/index.php?title=LiteCommerce:Importing_catalog&amp;diff=571&amp;oldid=prev</id>
		<title>Admin: Created page with 'To upload your products into the cart, you should first prepare an import file in &quot;.csv&quot; format.  The CSV (Comma Separated Values) file format saves only the text and values as t…'</title>
		<link rel="alternate" type="text/html" href="https://help.x-cart.com/index.php?title=LiteCommerce:Importing_catalog&amp;diff=571&amp;oldid=prev"/>
		<updated>2009-12-23T09:20:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;To upload your products into the cart, you should first prepare an import file in &amp;quot;.csv&amp;quot; format.  The CSV (Comma Separated Values) file format saves only the text and values as t…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To upload your products into the cart, you should first prepare an import file in &amp;quot;.csv&amp;quot; format.&lt;br /&gt;
&lt;br /&gt;
The CSV (Comma Separated Values) file format saves only the text and values as they are displayed&lt;br /&gt;
in cells of the active worksheet. All rows and all characters in each cell are saved. Columns of data&lt;br /&gt;
are separated by commas, and each row of data ends with a carriage return. If a cell contains a comma,&lt;br /&gt;
the cell contents are enclosed in double quotation marks.&lt;br /&gt;
&lt;br /&gt;
If cells display formulas instead of formula values, the formulas are converted as text. All formatting,&lt;br /&gt;
graphics, objects, and other worksheet contents are lost.&lt;br /&gt;
&lt;br /&gt;
NBs:&lt;br /&gt;
&lt;br /&gt;
* If your workbook contains special font characters such as a copyright symbol (c), and you will be using&lt;br /&gt;
the converted text file on a computer with a different operating system, save the workbook in the text&lt;br /&gt;
file format appropriate for that system. For example, if you are using Windows and want to use the text&lt;br /&gt;
file on a Macintosh computer, save the file in the CSV (Macintosh) format. If you are using a Macintosh&lt;br /&gt;
computer and want to use the text file on a system running Windows or Windows NT, save the file&lt;br /&gt;
in the CSV (Windows) format.&lt;br /&gt;
&lt;br /&gt;
* Please don't use the slash symbol ('/') in the category name, this symbol is used as a category separator.&lt;br /&gt;
&lt;br /&gt;
* If any field has a text with quotations marks (&amp;quot;), each quotation mark should be doubled (&amp;quot;-&amp;gt;&amp;quot;&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
* Please don't use any currency symbols for a product price value.&lt;br /&gt;
&lt;br /&gt;
Let's imagine that you'd like to add two test products with images using the csv file. Here are the steps to perform:&lt;br /&gt;
&lt;br /&gt;
1. Create the csv file and fill it out with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;sku1&amp;quot;,&amp;quot;name1&amp;quot;,&amp;quot;t_Category&amp;quot;,&amp;quot;Cat_descr&amp;quot;,&amp;quot;Det_descr&amp;quot;,thumb1.jpg,detimg1.jpg,&amp;quot;3.00&amp;quot;,,&amp;quot;1.00&amp;quot;,&amp;quot;0&amp;quot;,&amp;quot;1&amp;quot;&lt;br /&gt;
&amp;quot;sku2&amp;quot;,&amp;quot;name2&amp;quot;,&amp;quot;t_Category&amp;quot;,&amp;quot;Cat_descr&amp;quot;,&amp;quot;Det_descr&amp;quot;,thumb2.jpg,detimg2.jpg,&amp;quot;3.00&amp;quot;,,&amp;quot;1.00&amp;quot;,&amp;quot;0&amp;quot;,&amp;quot;1&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Name this file &amp;quot;test_add.csv&amp;quot; and upload this csv file to the 'litecommerce root dir/csv' folder.&lt;br /&gt;
&lt;br /&gt;
2. During the &amp;quot;Import catalog&amp;quot; process you can use the images which are stored only in the filesystem. Create the images listed below:&lt;br /&gt;
&lt;br /&gt;
* thumb1.jpg - thumbnail image for &amp;quot;product 1&amp;quot;&lt;br /&gt;
* detimg1.jpg - detailed image for &amp;quot;product 1&amp;quot;&lt;br /&gt;
* thumb2.jpg - thumbnail image for &amp;quot;product 2&amp;quot;&lt;br /&gt;
* detimg2.jpg - detailed image for &amp;quot;product 2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
and upload them into the &amp;quot;/images&amp;quot; folder.&lt;br /&gt;
&lt;br /&gt;
Note: Make sure that this folder 'images/' and all imagefiles in this folder have writeable permissions (777).&lt;br /&gt;
&lt;br /&gt;
3. Define the following settings on the admin area, &amp;quot;Import catalog&amp;quot; page:&lt;br /&gt;
&lt;br /&gt;
* Column order: sku name category bref_description description thumbnail image price tax_class weight order_by enable NULL NULL&lt;br /&gt;
* Fields delimiter: Comma&lt;br /&gt;
* Text qualifier: &amp;quot;&lt;br /&gt;
* Directory where images are located: images&lt;br /&gt;
* File (CSV) local: csv/test_add.csv&lt;br /&gt;
&lt;br /&gt;
4. Click &amp;quot;Import products&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
If you followed this instruction carefully but you are still failing to add products to the cart, please provide us&lt;br /&gt;
with temporary ftp access to your server and path to your csv file so that we can examine it. We'll be glad to help you.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>