โ Version 3.5.10 (released on 05-02-2025)
๐ง Bugfix
- Export shipping attributes (Shipping tab)
Export shipping attributes: width, height, and depth for merchants on V3 (Lengow platform).
โ Version 3.5.9 (released on 16-12-2024)
๐ง Bugfix
- Category mapping
Rollback of the main category deletion in the category breadcrumb trail when exporting.
โ Version 3.5.8 (released on 11-12-2024)
๐ง Bugfix
- Preprod renamed to sandbox
Renamed in the environment configuration field. - Category mapping
Removal of the root category from the category breadcrumb when exporting.
โ Version 3.5.7 (released on 14-10-2024)
๐ง Bugfix
- API Rate Limitation
Implemented a limit of 500 API calls per minute for both the API Orders and API Actions endpoints. - Partial Order Import
Improved the order import process to handle cases where a product is canceled. Now, partial orders can be imported seamlessly even if some items are removed. - JSON Extra Field Issue
Fixed an issue where the Extra Field in the JSON data (Back Office) was being truncated when it contained the character "<". The data now displays correctly.
โ Version 3.5.6 (released on 25-09-2024)
๐ง Bugfix
- Gender "mrs" / "mr" from LengowGender
Fix for Mirakl orders. - New Lengow Logo
โ Version 3.5.5 (released on 28-08-2024)
๐ง Bugfix
- Product grid in the backoffice
Correction to the pagination and search of the product selection grid (Lengow โ products).
โ Version 3.5.4 (released on 22-08-2024)
๐ง Bugfix
- Synchronisation of the number of days in configuration
The "nb_days" can be less than 1 during a sales period (e.g. 0.25 => 6h). - Configuration for sending emails when order status changes
Option to deactivate mailings when order status changes in โorder settingsโ.
โ Version 3.5.3 (released on 04-07-2024)
๐ Feature
- API call change
/v3.0/plan becomes /v1.0/restrictions LengowConnector. - Email configuration at import stage
Merchant can choose whether to anonymise the email in clear text or in encrypted form (md5).
๐ง Bugfix
- Search for PrestaShop order from Lengow orders
Correction on the mysql request to retrieve the PrestaShop order from the Lengow command (LengowOrder). - PrestaShop plugin product key
Removal of the product key from the github versioning. It will only be provided when the plugin is built. - Security
Security fixes at DB level (_escape()) and translation files (isoCodes).
- Search for order details
Correction to the mysql query that retrieves the details of the lengow order based on the order id and the product id. LengowOrderDetail.
โ Version 3.5.2 (released on 25-05-2024)
๐ Feature
- PrestaShop validator
Correction of PrestaShop validator feedback (structure, standard and security).
- Log php error
Add the last php error to the Lengow logs using the shutdown() function.
- Return actions
Resend actions error on the command import cron.
๐ง Bugfix
- FBA orders amazon_us
Update of address fields not supplied by the marketplace - Order url in the BackOffice
Fix order urls in the backoffice keeping sell/order...
โ Version 3.5.1 (released on 16-05-2024)
๐ Feature
- Phone number information
Add phone number to the order information in the โLengowโ tab.
Add shipping phone number to PrestaShop order shipping address. - Remove the tracking option
No longer functional as the tracking has been deprecated in Lengow.
๐ง Bugfix
- Address relay company
Update of the company field for existing addresses, including relay points. - Parameters link
Added the parameters link to the footer. - nameParser typehint
Correction of nameParser php typing for versions 7.0 and 7.1. backwards compatibility
โ Version 3.5.0 (released on 29-04-2024)
Compatible from version 1.7.8 of PrestaShop
๐ Feature
- Return management
Add a field for the "return_tracking_number" and the "return_carrier" if this is an optional or mandatory argument for the marketplace. Send this data in the "order action". - Export products (filters)
Export products filters (out_of_stock, inactive). Used to configure these two export values. - Config Hook newOrders
Configures Hook triggering for newOrders commands. - Name parser
Implement a name parser when only โfull_nameโ is filled in (amazon commands) in order to find the first and last names.
๐ง Bugfix
- Stock problem in multi shop management
Retrieve stock data on store when ID is "zero". - Carrier mapping
Improved semantic search by name and label. - B2B order errors
Improved identification of B2B orders.
โ Version 3.4.7 (released on 13-02-2024)
Version 3.4.7: Compatible for PrestaShop versions from 1.7.0 to 1.7.8
However, please note that the return management feature will not be available with these versions.
๐ง Bugfix
- Product_price and original_price registered in OrderDetail
Save the correct product price values for orders in the Product_price and original_price columns of the Prestashop OrderDetail table - The internal id is not synchronized in the solution due to Lengow API not reachable
Allow 5 attempts to update the order internal id with API_ORDER_MOI
โ Version 3.4.6 (released on 08-01-2024)
๐ Feature
- Environment switch
Enables the plugin to be switched to preprod/prod mode through the configuration - Partial refund
The new Lengow "partial_refund" status is taken into account in the plugin
๐ง Bugfix
- php export / command sync memory limit
Memory has been increased for product exports and order synchronisation - Duplication of configuration fields
Clean up of uninstall / install / update configuration values
โ Version 3.4.5 (released on 30-10-2023)
๐ Feature
- Adding code to modified files
Content of modified files is accessible via toolbox parameters. - Adding the email anonymisation option
Adding email anonymisation option. By default the option is disabled. - Display of import parameters
Adding the ability to view parameters initialised during imports.
๐ง Bugfix
- Error updating the "vat number" with PrestaShop 1.7
The "vat number" can be updated during order updates.
- Duplication of orders during sardes migration caused by a change in the "id_delivery" value
Do not check commands already imported using the "id_delivery". - PHP 8.1 error, "null" value on methods
Define a value to avoid returning a "null" value.
โ Version 3.4.4 (released on 07-06-2023)
๐ Feature
- Removal of compatibility with PrestaShop 1.6
Removed all code specific to PrestaShop version 1.6 and cleaned up existing code.
๐ง Bugfix
- Fixed compatible versions to unlock module installation in Prestashop 8.0
- Fixed Tools::jsonDecode() and Tools::jsonEncode() functions for json_decode() and json_encode
- Fixed import of orders in Prestashop backoffice due to the error in LengowAddress.php
- Fix import customer from order
- Add ProductAttribute in LengowCart.php for compability for Prestashop 8 during import order in backoffice
- Fix of the recording of the tracking_number when updating the status of an order on the backoffice side
- Deprecated hooks update in LengowHook.php
โ Version 3.4.3 (released on 10-03-2023)
๐ง Bugfix
- The display of the order list and export product catalog when mode debug of Prestashop is actived
When the debug mode is activated, the script for displaying the order list and exporting the catalogue conflicts with this mode
โ Version 3.4.2 (released on 27-01-2022)
๐ Feature
- Integration of an internal toolbox with all Lengow information for support
Integration of a toolbox directly in the plugin containing all the technical data necessary for support. We will also find a checksum verification of the module files to verify that no file is missing or modified - Removal of compatibility with PrestaShop 1.5
Removed all code specific to PrestaShop version 1.5 and cleaned up existing code. - Adding the PHP version in the toolbox
Adding the version of PHP installed on the client's server in the internal and external toolbox of the plugin - Modification of the fallback urls of the Lengow Help Center
Modification of all plugin fallback urls following the migration of the Lengow Help Center from Stonly to Zendesk - Adding extra field update date in external toolbox
Addition in the external toolbox of the date of update of the extra field allowing to visualize the status of an order at the time of import into the CMS - Regular update of marketplace data in carrier mapping
Regular update of the marketspace label as well as the data indicating that a custom carrier can be used for an action ship. Concretely, the choice of carrier code is now mandatory only for marketplaces that do not accept a custom carrier.
๐ง Bugfix
- Added compatibility with PrestaShop 1.7.8.1
Fixed declaration of LengowCart::updateQty() function to make it compatible with PrestaShop version 1.7.8.1 - [Import] Loading of order types at each order synchronization
Fixed a bug to load all order types at each order synchronization. An order sent by the marketplace was no longer recognized as such if it encountered an error during the first synchronization
โ Version 3.4.1 (released on 04-11-2021)
๐ Feature
- Add compatibility with PrestaShop 1.7.8
The installation process was compromised on 1.7.8 due to changement and renamming made by PrestaShop in the base "Product" class.
โ Version 3.4.0 (released on 26-10-2021)
๐ Feature
- Integration of order synchronization in the toolbox webservice
Setting up synchronization over a given period, a time interval or for a specific order. Possibility of forcing synchronization to remove current errors and attempt to reimport the order. The webservice returns a detailed JSON containing the number of orders created, failed, ignored, updated or even badly formatted.
- Retrieving the status of an order in the toolbox webservice
Integration of endpoints to retrieve the status of a Lengow order in the CMS. Recovery of all Lengow data for a specific order: list of errors, actions, status changes and all data necessary for support.
- Removal of compatibility with PrestaShop 1.4
Removal of all the code specific to version 1.4 of PrestaShop and cleaning of the existing code.
โ Version 3.3.2 (released on 12-08-2021)
๐ง Bugfix
- Correction of the GET selection parameter for the export url
Implementation of a fix to correct the retrieval of the GET selection parameter in the export url and thus return the correct number of products.
โ Version 3.3.1 (released on 19-07-2021)
๐ Feature
- Integration of a new toolbox url
Outsourcing of the plugin toolbox via Webservice. The toolbox url allows you to retrieve all the plugin data: plugin summary, list of options, checksum of plugin files and list of available logs. It also allows you to download logs for a specific day or all.
- Adding an update modal in the plugin
Implementation of a modal indicating that a new version of the plugin is available for download. This modal is displayed by default once a day when the plugin is obsolete. It contains all the information allowing the update (version changelog, update procedure and link to the support) and remains displayed continuously using a link in the header of the plugin.
- Addition of the JSON field in the detail of the order
Integration of the "JSON Format" field containing the complete JSON of the order at the time of importation into the plugin. This field is visible in the Lengow block which is in the detail of the PrestaShop order.
๐ง Bugfix
- Retrieving the main url of the store for the plugin urls
Improvement of the getBaseUrl () function to always take into account the main url of the PrestaShop store. Before this fix, plugin urls (feed and cron) could sometimes use inactive subdomains.
โ Version 3.3.0 (released on 24-03-2021)
๐ Feature
- Implementation of the new connection process
Removal of the old connection system via Iframe and addition of several screens allowing the connection and mapping of catalogues.