Child pages
  • Comprender los Parámetros avanzados

Versions Compared

Key

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

...

El menú "Parámetros avanzados" mostrará ahora la página "Multitienda", que se explica en detalle en el capítulo "Gestionar varias tiendas" de esta guía.

Importar archivos CSV

CSV is an acronym of "Comma-separated values". It is an popular plain-text format when there is a need to import, export or simply store data in a non-proprietary format. Almost all data handling tool support CSV format, in various incarnations. You can read more about the CSV format on es un acrónimo de "valores separados por comas". Es es un un archivo de texto plano que se utiliza cuanto hay una necesidad de importar, exportar o simplemente almacenar los datos en un formato no propietario. Puede obtener mayor información sobre el formato CSV en el siguiente enlace de la Wikipedia: http://enes.wikipedia.org/wiki/Comma-separated_values.

The CSV import page enables you to easily fill your product catalog when you have a very large amount of products, or to import data that you exported and converted from another e-commerce tool.

Image Removed

The import process requires preparation, and starts with a form made of primary settings:

...

CSV.

La página de importación de archivos CSV le permite rellenar de una manera sencilla y rápida su catálogo de productos, lo que es de mucha utilidad cuando tiene una gran cantidad de productos, o quiera importar datos desde otra herramienta e-commerce.

Image Added

El proceso de importación requiere de la preparación del archivo CSV, y cumplimentar el formulario que presenta la configuración principal:

  • Su archivo CSV. You can import more than one file at a time, but make sure that they all have the same type of data.
    There is a "Click to view our sample import csv files" link right below the "Upload" button. Click it to display more links: you can download sample files for each type of data, which helps you make sure that the files you are about to import are indeed ready to be imported to PrestaShop. These files are actually in the /docs/csv_import folder of your installation of PrestaShop.
  • What kind of Entity would you like to import¿Qué tipo de entidad desea importar?. Entities are the types of data that you can import. PrestaShop enables you to import these types of data:
    • Categories,
    • Products,
    • Combinations (which was called "versions" in versions of PrestaShop prior to 1.5),
    • Customers,
    • Addresses,
    • Manufacturers,
    • Suppliers,
    • Supply order (if Advanced Stock Management is enabled),
    • Supply order details (if Advanced Stock Management is enabled).
  • Language of the fileIdioma del archivo. Data can only be imported for a single language at a time. If your data exists in more than one language, you should split it into as many files.
  • ISO¿codificación iso-8859-1 encoded filede archivo?. By default, the import files should use UTF-8 encoding. But if your files use ISO-8859-1 and you would rather not convert them, you can check this box.
  • Field separatorSeparados de campos. Not all CSV file use commas to separate their values: some use tabulations, others semicolons, etc. You can indicate what your files use in this field.
  • Multiple value separatorSeparador de valor múltiple. When an attribute can support more than one value, these values need to be separated with a specific separator. After reviewing your files, indicate your separator here.
  • Delete all xxx before import¿Eliminar todo categorías antes de importar?. This option will erase all previously existing entries of the type of data you are importing. Thus you will start with a clean slate.
  • Force all ¿Forzar todas las ID's during import durante la importación?. You can either keep the import IDs, or let the importer auto-increment them.
  • Use product reference as key¿Usar la referencia del producto como clave?. Product import only. You can choose to have the product key be determined by PrestaShop, or instead use the product's reference as the ID. In this case, make sure the file does contain references for all your importer products.

...