Backend Demo
Filter, Sort before Export Bulk Product Data with customize fields to Csv/Excel file. It is simple & fast.
This module allows you to export Products with more than 50+ fields are exportable in your website.
Demo: https://prestashop-demo.com/export_product/
Release version 1.0.1
- compatible prestashop 1.5.0.0
Release version 1.0.2
- fix error when use pSQL function
Release version 1.0.3
- change URL to CSV file into a controller
Release version 1.0.4
- Save Category to config
- redeisng backend similar to prestashop
Release version 1.0.5
- fix Ranger Export field
Release version 1.0.6
- fix can not export if product has no combination
- add if before all foreach
- add CSV delimter for Excel file
- update document for Tab
Release version 1.0.7
- Save Order when sort fields
- add Encoding ANSI to options
- format price before fill to file
- add PHPExcel library
- add create xls, xlsx
Release version 1.0.8
- fix Product Ean 13 empty
- add NEW field: tax id, tax rate, price include tax field, All Supplier ID, All Supplier Name
- rename category to Default Category Name
- add NEW field: Default Category ID, Accessories Categories Name, Accessories Categories ID
- multiple languages for Categories Name
- fix remove, remove all in backoffice
- add Accessories Name and Accessories ID field
Release version 1.0.9
- edit csv column from module
- translation CSV column
Release version 1.0.10
- fix split string for combination
Release version 1.0.11, 1.0.12
- Compatible prestashop 1.7.3+
Released version 1.0.13
- validate license for 2019
- compatible to Prestashop 1.7.5+
Released version 1.0.14
- add options allow export products without features
- fix style for input-group-addon fields
Released version 1.0.15
- fix form selected for manufacturer, supplier
- add collapse/expand for manufacturer, supplier
- add float for price, weight, quantity
- create menu in Product for module
- add Export Ean or not
- support multiple stores after install
Released version 1.0.16
- fix query statements
- Optimize to speed up export process
Release version 1.0.17
- update license header for 2020
Release version 1.0.18
- add new fields: minimal_quantity, low_stock_threshold, low_stock_alert, location for 1.7+
- export full categories tree for Category Name field
Release version 1.0.19
- Compatible to Prestashop 1.7.7+
Release version 1.0.20
- fix Quantity Product field for combination
Release version 1.0.21
- add new field: Base Price
- add Cost price label for Wholesale Price field
Release version 1.0.22
- add new field: Combination Impact Price
Release version 1.0.23
- upgrade license header to 2021
Release version 1.0.24
- Compatible to Prestashop 1.7.8+
Release version 1.0.25
- change layout for 1.7.8
- upgrade license to 2022
- change submit_cronjob to baexportproduct_submit_cronjob
Release version 1.0.26
- upgrade license to 2023
- compatible to Prestashop 8.x+
- change Tools::jsonDecode to json_decode, Tools::jsonEncode to json_encode