Prestashop Rakuten France module changelog

What’s new for Prestashop Rakuten France module?

PrestaShop Rakuten France module version 4.4 – 2022-2025

PrestaShop Rakuten France module version 4.4.59 – 24 September 2025

Shipping method added

The ‘Recommandé So Colissimo’ shipping method is added.

Manufacturer attributed added

Added the manufacturer attribute to every “child” product (variation).

Fixed error undefined economic operator section

Fixed error “The economic operator section is undefined”.

Sanitized SQL query data

Sanitized data to be used in SQL queries.

PrestaShop Rakuten France module version 4.4.58 – 7 August 2025

Added new chat functionality for support requests

New live chat added, on the bottom right corner of every page of the module configuration:

Added:

– https://devdocs.prestashop-project.org/8/modules/testing/advanced-checks/
# 1. PrestaShop Dev Tools config (PHPStan, Fixer, CodeSniffer rules)
composer require –dev prestashop/php-dev-tools
# 2. PHP CS Fixer – fix coding style
composer require –dev friendsofphp/php-cs-fixer
php vendor/bin/php-cs-fixer fix . –verbose
# 3. PHPStan – static analysis
composer require –dev phpstan/phpstan
php vendor/bin/phpstan analyse -c tests/phpstan/phpstan.neon
php vendor/bin/phpstan analyse .
# 4. PHPUnit – run tests
composer require –dev phpunit/phpunit
php vendor/bin/phpunit
# 5. PrestaShop Autoindex – security index.php files
composer require –dev prestashop/autoindex
php vendor/bin/autoindex prestashop:add:index .
# 6. PrestaShop Header Stamp – add license headers
composer require –dev prestashop/header-stamp
php vendor/bin/header-stamp –exclude=vendor –exclude=node_modules
# 7. PHP CodeSniffer – optional, fix coding standard issues
composer require –dev squizlabs/php_codesniffer
php vendor/bin/phpcbf –ignore=vendor/,node_modules/ .
php vendor/bin/phpcs –ignore=vendor/,node_modules/ .
– The missing index.php file in each folder
– The missing license header in each CSS, JS, PHP, and TPL files
– The module build scripts
– The Shop2Shop shipping method

Updated:

– The .gitignore file
– Validate the module by PrestaShop rules
– The PHP-CS-Fixer rules

Removed:

– Backward compatibility for PS < 1.6

PrestaShop Rakuten France module version 4.4.57 – 12 March 2025

Updated:

– Replaced pSQL() with bqSQL() for column names to prevent improper escaping
– Ensured numeric values are properly cast using (float) instead of pSQL()
– Prevented updating the id_order field to maintain data integrity
– Ensured SET clause is not empty before executing the UPDATE query
– Used implode() instead of manual string trimming for cleaner SQL queries
– Added validation to avoid executing an update with no valid fields

PrestaShop Rakuten France module version 4.4.56 – 2 January 2025

Updated:

– PHP arrays should be declared using the configured syntax.
– Each line of multi-line DocComments must have an asterisk [PSR-5] and must be aligned with the first one.
– All PHP files must use same line ending.
– Removes extra blank lines and/or blank lines following configuration.
– Adds or removes ? before single type declarations or |null at the end of union types when parameters have a default null value.
– When referencing an internal class it must be written using the correct casing.

PrestaShop Rakuten France module version 4.4.55 – 25 December 2024

Added:

– PHP CS Fixer https://devdocs.prestashop-project.org/8/modules/testing/basic-checks/#coding-standards:
+ Run this command vendor/bin/php-cs-fixer fix to format the code according to coding standards

Updated:

– The text column length in priceminister_product_option table from 128 to 400
– Validate the module according to PrestaShop rules
– GPSR compliance https://outils.fr.shopping.rakuten.com/dev-pro/en/navigation/Blog_Rakuten_France_Webservices.html

PrestaShop Rakuten France module version 4.4.54 – 26 November 2024

Updated:

Prestashop 8 change Class Attribute to ProductAttribute

PrestaShop Rakuten France module version 4.4.53 – 5 August 2024

Updated:

The in-stock value always TRUE

PrestaShop Rakuten France module version 4.4.52 – 11 July 2024

Fixed:

Ignore to check Instance token for PS8

PrestaShop Rakuten France module version 4.4.51 – 15 May 2024

Updated:

Add prepaidlabelurl column to priceminister_orders table

PrestaShop Rakuten France module version 4.4.50 – 12 April 2024

Updated:

Get product price based on “specials” configuration parameter

PrestaShop Rakuten France module version 4.4.49 – 5 April 2024

Updated:

Reset the width of the campaign ID in the model configuration

PrestaShop Rakuten France module version 4.4.48 – 21 February 2024

Added:

Checkbox handler on Category configuration

PrestaShop Rakuten France module version 4.4.47 – 15 January 2024

Fixed:

From PS8 use ImageType::getFormattedName($name) instead of ImageType::getFormatedName($name)

PrestaShop Rakuten France module version 4.4.46 – 11 January 2024

Fixed:

The reference to check should be the parent’s

PrestaShop Rakuten France module version 4.4.45 – 6 December 2023

Fixed:

PM_CONTEXT_DATA configuration does not instance of PS Context class

PrestaShop Rakuten France module version 4.4.44 – 23 November 2023

Fixed:

PM batch does not instance of PriceMinisterBatch class

PrestaShop Rakuten France module version 4.4.43 – 8 November 2023

Updated:

– Use json_encode, json_decode instead of unserialize and serialize
– Add code (if (!defined(‘PS_VERSION‘)) { exit; }) at begin of files in module
– Create .htaccess for module
– Correctly to update INSTANT_TOKEN when initial module

PrestaShop Rakuten France module version 4.4.42 – 29 September 2023

Fixed:

Hard code is “gmail.com” if the user has not configured the email for the store (when saving shipping configuration)

PrestaShop Rakuten France module version 4.4.41 – 19 September 2023

Fixed:

Uncaught ArgumentCountError: 5 arguments are required, 4 given function sprintf (products.php (1129)) => Add the fourth parameter

PrestaShop Rakuten France module version 4.4.40 – 18 September 2023

Fixed:

Replace 2 no longer used function: Tools::jsonDecode and Tools::jsonEncode to json_decode AND json_encode

PrestaShop Rakuten France module version 4.4.39 – 11 August 2023

Fixed:

Error notification when load page for the first time – no connection information

PrestaShop Rakuten France module version 4.4.38 – 14 July 2023

Fixed:

Save categories configuration on Prestashop 1.5x

PrestaShop Rakuten France module version 4.4.37 – 14 July 2023

Updated:

Save categories configuration by ajax

Fixed:

Can not save categories with PS 1.6.1.5

PrestaShop Rakuten France module version 4.4.36 – 14 July 2023

Updated:

Get rakuten price when import order

Fixed:

Export product non – active

PrestaShop Rakuten France module version 4.4.35 – 28 June 2023

Fixed:

Fix error save mapping categories (max function)

PrestaShop Rakuten France module version 4.4.34 – 26 June 2023

Added:

Mapping shipping and carrier form for outgoing order

PrestaShop Rakuten France module version 4.4.33 – 1 June 2023

Updated:

Limit number offer send to Rakuten

PrestaShop Rakuten France module version 4.4.32 – 16 May 2023

Updated:

Save many products of orders in ps_priceminister_product_ordered

PrestaShop Rakuten France module version 4.4.31 – 27 April 2023

Updated:

List alias xml file

PrestaShop Rakuten France module version 4.4.30 – 27 December 2022

Updated:

Remove ‘fabricant’ from exclusion list

PrestaShop Rakuten France module version 4.4.29 – 1 December 2022

Updated:

Add Shipping Method: Shop2Shop by Chronopost

PrestaShop Rakuten France module version 4.4.28 – 17 November 2022

Fixed:

Address: Empty PhoneNumber

PrestaShop Rakuten France module version 4.4.27 – 30 September 2022

Updated:

Try catch error addressExistsByAlias

PrestaShop Rakuten France module version 4.4.26 – 23 September 2022

Updated:

Add table _marketplace_orders to database

PrestaShop Rakuten France module version 4.4.25 – 12 September 2022

Updated:

Add dni “0000” for new Address

PrestaShop Rakuten France module version 4.4.24 – 6 September 2022

Updated:

Update common class to fix syntax PHP + Add Header

PrestaShop Rakuten France module version 4.4.23 – 29 August 2022

Updated:

Order Prevent duplicates (double check)

PrestaShop Rakuten France module version 4.4.22 – 25 August 2022

Updated:

Prepaid – Free Shipping Fee. Carriers: So Colissimo, Chronopost, Point relais Mondial Relay

PrestaShop Rakuten France module version 4.4.21 – 9 August 2022

Updated:

Save order data to marketplace_orders

PrestaShop Rakuten France module version 4.4.20 – 22 June 2022

Fixed:

Remove escape: ‘none’

PrestaShop Rakuten France module version 4.4.19 – 10 June 2022

Upgraded:

Delete xml files of products and offers after 7 days

PrestaShop Rakuten France module version 4.4.18 – 9 June 2022

Fixed:

PHP >= 7.4 Deprecated: Unparenthesized a ? b : c ? d : e

PrestaShop Rakuten France module version 4.4.17 – 7 March 2022

Fixed:

Negotiation check: due to a double chevron “>>” in the smarty template

PrestaShop Rakuten France module version 4.4.16 – 3 March 2022

Added:

Order import: Whether to check negotiation

PrestaShop Rakuten France module version 4.4.15 – 1 March 2022

Upgrade:

API version for genericimportreport is now 2017-02-10

PrestaShop Rakuten France module version 4.4.14 – 21 February 2022

Fixed:

Order import: Proper error message

PrestaShop Rakuten France module version 4.4.12 – 11 January 2022

Fixed:

Order import: Proper error message (109192) – Product export: Ignore shipping fee if <= 0.

PrestaShop Rakuten France module version 4.4.11 – 10 January 2022

Fixed:

Configuration: Cannot choose product condition

PrestaShop Rakuten France module version 4.4.10 – 10 December 2021

Added:

Configuration: Debug details

PrestaShop Rakuten France module version 4.4.9 – 9 December 2021

Fixed:

Order listing: Option to not show imported ones not working

PrestaShop Rakuten France module version 4.4.8 – 21 July 2021

Changed:

Move order updating to cronjob

PrestaShop Rakuten France module version 4.4.7 – 2 July 2021

Added:

Order accepting: shippingfromcountry

PrestaShop Rakuten France module version 4.4.6 – 1 July 2021

Fixed:

ClassNotFound when saving PS carrier

PrestaShop Rakuten France module version 4.4.4 – 16 June 2021

Fixed:

Configuration: Failed to fetch model data

PrestaShop Rakuten France module version 4.2 – 2020-2018

PrestaShop Rakuten France module version 4.2.05 – 15 June 2020

[] CORE: Added tracker in URL [] CORE: Optimization of cached attributes and features
[*] CORE: Minor bug fix

PrestaShop Rakuten France module version 4.2.3 – 31 January 2019

[*] FIX: Connection test error.

PrestaShop Rakuten France module version 4.2.2 – 7 November 2018

[] CORE: Change module to Rakuten France. [] CORE: Implement common-services.

PrestaShop Rakuten France module version 4.1 – 2018-2016

PrestaShop Rakuten France module version 4.1.06 – 18 October 2018

[*] CORE: Support multi-shop.

PrestaShop Rakuten France module version 4.1.05 – 8 October 2018

Improved/changed features:

[*] CORE: Implement GDPR compliance

PrestaShop Rakuten France module version 4.1.04 – 7 June 2017

[*] CORE: Implement common-services.

Fixed bugs:

[*] FIX : is not cut at 4000 characters anymore, only

Improved/changed features:

[] CORE : Implemented ImportItemShippingStatus API method [] CORE : It is now possible to download the label PDF generated by PriceMinister for So Colissimo and Chronopost (prépayé) orders
[*] CORE : Added file : upgade/Upgrade-4.1.04.php

PrestaShop Rakuten France module version 4.1.03 – 10 April 2017

Fixed bugs:

[] FIX : Out of stock limit for products without combinations [] FIX : Mondial Relay orders in DB, some fields were missing
[*] FIX : Combinations image for the right shop

Improved/changed features:

[] CORE : Added virtual product management during order imports [] BO : N/A

PrestaShop Rakuten France module version 4.1.02 – 10 August 2016

Fixed bugs:

[] FIX : Bug with default attributes in XML export [] FIX : Bug with default attributes/feature display in model creation

Improved/changed features:

[] CORE : Added limitation to cron call (every 5 or 10min depending on web service) [] CORE : Added customer group
[] CORE : Updated tracking web service to ImportItemShippingStatus [] CORE : Now support customed feature value in model and products export
[*] BO : N/A

PrestaShop Rakuten France module version 4.1.00 – 14 March 2016

Fixed bugs:

[*] FIX : N/A

Improved/changed features:

[] CORE : Added repricing [] CORE : Added matching mode for offers export
[*] BO : N/A

PrestaShop Rakuten France module version 4.0 – 2016

PrestaShop Rakuten France module version 4.0.18 – 16 February 2016

Fixed bugs:

[] FIX : Campaign ID is now well formated in the XML sent to PriceMinister [] FIX : Product descriptions are forced to UTF-8
[*] FIX : Default value for features

Improved/changed features:

[] CORE : Removed hook “displayBackOfficeHeader” for PS1.5+ [] CORE : Added hook “displayAdminProductsExtra” for PS1.5+
[] CORE : More configuration, PHP and module check (displayed in configuration) [] CORE : Product options extended to combinations
[*] BO : Product sheet now has PriceMinister tab

PrestaShop Rakuten France module version 4.0.17 – 5 January 2016

Fixed bugs:

[] FIX : Field “marque” now appear in the model in the module configuration [] FIX : Image links now use HTTPS if SSL is enabled

Back to module description