diff --git a/classes/Product.php b/classes/Product.php index 523fb7b2..15aed502 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -3856,6 +3856,7 @@ class ProductCore extends ObjectModel } else { $price = (float) $specific_price['price']; } + // convert only if the specific price is in the default currency (id_currency = 0) if ( !$specific_price ||