Rakuten France module changelog
Discover the latest improvements, new features, and fixes in the Rakuten France module
Rakuten France has existed for years – the changelog starts in January 2016.
App updates
Changelog for Prestashop – Rakuten France
Latest updates and release history for Prestashop – Rakuten France.
v4.4.59
Update
Fixed
New feature
Updated
Added
Shipping Method
The “Recommandé So Colissimo” shipping method has been added.
Added
Manufacturer Attribute
The manufacturer attribute has been added to every “child” product (variation).
Fixed
Economic Operator Error
Fixed error: “The economic operator section is undefined”.
Updated
SQL Data Sanitization
Improved sanitization of data used in SQL queries.
v4.4.58
Update
New feature
Removed
Updated
Added
Live Chat Support
A new live chat has been added to the bottom right corner of every module configuration page.

Added
Development Tools Setup
Added PrestaShop development tools configuration (PHPStan, PHP CS Fixer, CodeSniffer, PHPUnit, Autoindex, Header Stamp).
Added
Index File & License Headers
Added missing index.php files and license headers in CSS, JS, PHP, and TPL files.
Added
Module Build Scripts
Added module build scripts.
Added
Shop2Shop Shipping Method
Added the Shop2Shop shipping method.
Updated
.gitignore File
Updated the .gitignore file.
Updated
PrestaShop Validation
Validated the module according to PrestaShop rules.
Updated
PHP CS Fixer Rules
Updated coding style rules.
Removed
Legacy Compatibility
Removed backward compatibility for PrestaShop versions below 1.6.
v4.4.57
Update
Updated
Updated
SQL Query Handling
Replaced pSQL() with bqSQL() for column names to prevent improper escaping.
Updated
Numeric Casting
Ensured numeric values are properly cast using (float) instead of pSQL().
Updated
Order Data Integrity
Prevented updating the id_order field to maintain data integrity.
Updated
Query Validation
Ensured the SET clause is not empty before executing UPDATE queries and added validation to avoid empty updates.
Updated
SQL Formatting
Used implode() instead of manual string trimming for cleaner SQL queries.
v4.4.56
Update
Updated
Updated
Coding Standards
Updated PHP coding standards, including array syntax, DocComment formatting, consistent line endings, null type handling, and proper class casing.
v4.4.55
Update
New feature
Updated
Added
PHP CS Fixer Integration
Added PHP CS Fixer for coding standards compliance.
Updated
Database Column Length
Updated the text column length in priceminister_product_option table from 128 to 400.
Updated
PrestaShop Validation
Validated the module according to PrestaShop rules.
Updated
GPSR Compliance
Improved compliance with Rakuten GPSR requirements.
v4.4.54
Update
Updated
Updated
Stock Handling
The in-stock value is now always set to TRUE.
v4.4.52
Update
Fixed
Fixed
Instance Token Check
Ignored instance token check for PrestaShop 8.
v4.4.51
Update
New feature
Added
Orders Table
Added prepaidlabelurl column to priceminister_orders table.
v4.4.50
Update
Updated
Updated
Product Pricing
Product price is now retrieved based on the “specials” configuration parameter.
v4.4.49
Update
Updated
Updated
Campaign ID Display
Reset the width of the campaign ID in the model configuration.
v4.4.48
Update
New feature
Added
Category Checkbox Handler
Added checkbox handler in category configuration.
v4.4.47
Update
Fixed
Fixed
Image Type Method
Updated method to ImageType::getFormattedName() for PrestaShop 8 compatibility.