CDiscount Flux Module changelog
Discover the latest improvements, new features, and fixes in the PrestaShop CDiscount Flux Module
App updates
Changelog for Prestashop – CDiscount Flux
Latest updates and release history for Prestashop – CDiscount Flux
v8.0.0.9
Update
Fixed
Updated
Fixed
Product Tab Options Display
Issue where product tab options were not displayed on the Product Sheet has been fixed.
Fixed
Translations
Wrong or missing translations have been fixed.
Fixed
Merchant Account Creation URL (Cdiscount)
Merchants with more than 1 active marketplace can now enable per-markCdiscount merchant account creation URL has been updated to https://marketplace-registration.cdiscount.com/.
Updated
Input Field Design
Input field design has been updated to be more “PrestaShop-friendly”.
Updated
Expert Mode Configuration Design
Design of the expert mode configuration has been updated.
Updated
Product Tab Options Design
Design of the product tab options has been updated to be more “PrestaShop-friendly” and now uses the same design for all options.
Updated
Cdiscount Logo
Old Cdiscount logo has been replaced with the new Cdiscount logo where needed.
Updated
Product Options Table Creation (Cdiscount Flux)
For Cdiscount Flux, product options table is now created by default during installation.
v8.0.07
Update
Updated
Updated
VAT Rate Calculation
VAT rate calculation has been updated for cases where the product tax rate is greater than the shipping tax rate.
Update
New feature
Added
Currency Default Flag
is_default field has been added to currency in settings.php.
Update
Fixed
New feature
Updated
Fixed
Missing Include File
Missing include file classes/feedbiz.tools.class.php has been restored.
Added
Employee ID in Order Import
Employee ID has been added in order_import.
Added
Feedbiz Customer ID in Order Import
Feedbiz customer ID has been added in order_import.
Updated
Currency Source Handling
Default currency has been changed to use order currency.
v1.0.02
Update
Fixed
New feature
Updated
Fixed
Missing Include File
The missing file classes/feedbiz.tools.class.php has been resolved.
Added
Employee ID in Order Import
Employee ID is now included in order_import.
Added
Feedbiz Customer ID in Order Import
Feedbiz customer ID is now included in order_import.
Updated
Currency Handling
Currency now defaults to the currency order.
Update
Fixed
Fixed
Address Name
Address name issues have been corrected.
Update
New feature
Added
Wholesale Price in Product Tags
Wholesale price has been added to Price and PriceOverride tags.
Added
Wholesale Price in Offers Tags
WholeSalePrice in Offer and AdditionalWholeSalePrice in Items have been added.
Update
Updated
Updated
Product Sale Handling (Combination Level)
SALE has been split to combination level.
Updated
Offers Discount Handling (Combination Level)
Discount has been split to combination level.
Updated
Sale Coverage Validation
date_upd and ps_specific_price.from are checked to cover SALE.
Updated
ForceImport Handling
$order->ForceImport is determined but not used to override $this->ForceImport directly.
Update
New feature
Updated
Added
Amazon Order Link
Order box now includes a link to Amazon order.
Updated
Stock Movement Logging
OLD QTY field in stock management now logs real quantity instead of fixed value.
Update
Updated
Updated
Product SQL Condition Query
getUpdateProductsSQLCondition in feedbiz.product.class.php now uses product_shop in query.
Update
Removed
Updated
Removed
Default Carrier Configuration
Default carrier has been removed from configuration.
Updated
Product Carrier Fallback
If no carrier is set at product level, all carriers under that product are sent.
Update
Updated
Updated
Category Inclusion Logic
Inactive categories are included in configuration to ensure all products are part of the feed.
Updated
Order Import Hook Sequence
PS_FB_ORDER is preserved before actionValidateOrder hook in feedbiz.payment.class.php.