This PrestaShop module provides a streamlined method for exporting products and combinations to a CSV file, facilitating seamless integration with other PrestaShop systems. The module's advanced functionality allows for granular control over exported data, enabling you to select specific products based on criteria such as manufacturer, supplier, and more. This targeted approach ensures efficient data transfer and minimizes the need for manual data manipulation.
This module that works with new PrestaShop 1.7 and 8.0 allows to easily and quickly export thousands of products to .csv file that can be imported in other prestashop instance - file is ready to import to prestashop. Many features available in module allows to export products precisely and in each available language in your shop. Details about module you can find below.
Two file formats | |
CSV file | XML file |
exported file will be in csv format, this format is accepted by default prestashop's IMPORT CSV tool | exported file will be in xml format, this format is widely accepted by price comparison websites |
This module generates a feed for prestashop's import CSV tool purposes. This tool requires very specific format of files and very specific order of datasets in this file. Generated CSV file must be encoded with UTF-8 standard - only then descriptions and names will contain special characters.
Two export possibilities | |
CSV / XML Downloadable file | CSV / XML file available online |
As a shop owner you can create a feed of products and download it from shop back office as a .csv file. You can use all available filters to filter the products that will be available in the feed | .CSV file that will be available on defined URL. File will contain always up to dated list of products automatically generated - also in .CSV format (also supports all available filters) |
This module exports files for prestashop "IMPORT CSV" tool purposes (default import tool in prestashop)
Various CSV / XML files Format | |||
PrestaShop 1.5 - 1.6 |
PrestaShop 1.7.0.0 - 1.7.2.x |
PrestaShop 1.7.3.0 - 1.7.6.9 |
PrestaShop 1.7.7+ and 8.0 |
Each version of PrestaShop has feature named "CSV IMPORT" where you can import .csv files generated by this module. Each version of PrestaShop accepts a little different structure o CSV file. Because of this during export process you can select the structure of file - module will generate file for selected version of PrestaShop |
Main features available in the module
As you already know - main feature of this module is a possibility to export products to csv file. Module has additonal features that allows to customize exported products' feed. Module allows to export also products' combinations (attributes). On module configuration page you can define options like:
Of course you can select and combine several options at the same time, so you can export exact products easily and prepare CSV files with selected products only.
List of fields that module exports
Module exports full information about product. CSV file contains many informations - list of them you can find below
Field name | Description |
Product ID | Unique product's identification number |
Active (0/1) | Information if product is active or not, 0 - product is not active 1 - product is active |
Name | Product name (in selected language) |
Categories (x,y,z...) | List of all categories, product is assigned to these categories |
Price tax included | Price of the product (tax included) |
Tax rules ID | ID of used tax rules |
Wholesale price | Value of wholesale product's price |
On sale (0/1) | Information if product is marked as a product "on sale". 1 - if product is on sale, 0 - if product isn't marked as "on sale" product |
Discount amount | Value of discount (amount) |
Discount percent | Value of discount (percent) |
Discount from (yyyy-mm-dd) | Information about discount availability - in this case - about discount start date |
Discount to (yyyy-mm-dd) | Information about discount availability - in this case - about discount exipiry date |
Reference # | Unique product's reference number |
Supplier reference # | Unique product's reference associated with selected supplier |
Supplier | Supplier ID |
Manufacturer | Manufacturer ID |
EAN13 | product's EAN13 code |
UPC | Product's UPC code |
Ecotax | information about product's Ecotax |
Width | Information about product's width |
Height | Information about product's height |
Depth | Inforamtion about product's depth |
Weight | Information about product's weight |
Quantity | Information about product's quantity |
Minimal quantity | Information about minimal product's quantity |
Visibility | Information about visibility of product |
Additional shipping cost | Information about additional shipping cost |
Unit for the unit price | Information about unit for product's unit price |
Unit price | Product's unit price |
Short description | Product's short description (in selected language) |
Description | Product's description (in selected language) |
Tags (x,y,z...) | List of all tags associated with this product |
Meta title | SEO meta title of product |
Meta keywords | SEO meta keyword of product |
Meta description | SEO meta description of product |
URL rewritten | SEO rewritten url of product |
Text when in stock | Text that will appear when product is in stock |
Text when backorder allowed | Text when product is available to "backorder" |
Available for order (0 = No, 1 = Yes) | Information if product is available for order |
Product available date | Availibility date of product |
Product creation date | Information about product creation date |
Show price (0 = No, 1 = Yes) | Information if product page will display price or not |
Image URLs (x,y,z...) | List of all images uploaded to this product (urls to images) |
Delete existing images (0 = No, 1 = Yes) | Information about deleted existing images |
Feature (Name:Value:Position:Customized) | Information about features associated with this product (list of them) |
Available online only (0 = No, 1 = Yes) | Information if product is available online only |
Condition | Information about product condition (new, used, refubrished etc.) |
Customizable (0 = No, 1 = Yes) | Information, if product is customized or not (customization option) |
Uploadable files (0 = No, 1 = Yes) | Information, if product has uploaded files, or not (customization option) |
Text fields (0 = No, 1 = Yes) | Information, if product has "text" fields (customization option) |
Action when out of stock | What to do if product is out of stock |
ID / Name of shop | ID of shop |
Optional url to product page | Option if enabled allows to include link to product page to csv file |
Export categories of products
Module is ready to export also categories. Exported categories to CSV file will contain all required fields to import them to prestashop with "import csv" tool available in shop by default.