Child pages
  • Exploring PrestaShop's Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Import

The import function PrestaShop lets you enables youto easily fill your product catalog easily when you have a very large amount of products. By When clicking the "Import" tab, the page below appears.

...

Imported data file must be in text-file, using the CSV format (Coma Separated Value), and the accompanying .cvs file extension. We recommend using a semicolon ";" as a separator.
You can create such a file using any text editor (we recommend Notepad++), but we do advise you to use a spreadsheet program, such as the commercial Microsoft Excel or the free software OpenOffice.org Calc. Using a spreadsheet program enables you to have an easier and more visual grasp of your data, in comparison to the plain text file.

Here is a sample import file, for a list of products:

Code Block
html
html

"Enabled";"Name";"Categories";"Price";"Tax rule ID";"Buying price";"On sale";"Reference";"Weight";"Quantity";"Short desc.";"Long desc";"Images URL"

...


1;"Test";"1,2,3";130;1;75;0;"PROD-TEST";"0.500";10;"'Tis a short desc.";"This is a long description.";"http://www.myprestashop/images/product1.gif"

...


0;"Test 02";"1,5";110;1;65;0;"PROD-TEST2";"0.500";10;"'Tis also a short desc.";"This is a long description too.";"http://www.myprestashop/images/product2.gif"

...


1;"Test 03";"4,5";150;1;85;0;"PROD-TEST3";"0.500";10;"'Tis a short desc. again";"This is also a long description.";"http://www.myprestashop/images/product3.gif"

The first row should be a descriptive name for the data column (you will be able to skip it during the import process). There must be the same number of columns on each row.

...

Authentication on PrestaShop is partly based on HTTP cookies, which are very small file files stored by your browser to remember crucial part parts of your login credentials, or of your navigating navigation state. By design, cookies are limited to one a single domain (or sub-domain): a cookie created on www.myprestashop.com will not work for www.myprestashop2.com or www2.myprestashop.com.

As A solution to this is to have PrestaShop cater for all of your shop's sub-domaindomains, in order to create coherent cookies on each. That is exactly what you can do with this sub-tab.

...

You must perform regular backups in of your shop, so that in case of a crash, you can reboot your shop quickly and in the best conditions. The database contains all the information in your shop. To create database backups of your shop, you have several solutions. You can use tools such as phpMyAdmin , (reserved for advanced users, ) or use the tool integrated into PrestaShop seen , such as the one available on the "DB Backup" tab displayed below.

...