diff --git a/packages/Webkul/Product/src/Type/AbstractType.php b/packages/Webkul/Product/src/Type/AbstractType.php index d17a1c7cf..1ada781c8 100644 --- a/packages/Webkul/Product/src/Type/AbstractType.php +++ b/packages/Webkul/Product/src/Type/AbstractType.php @@ -539,6 +539,7 @@ abstract class AbstractType if ($haveSpecialPrice) { $this->product->special_price = min($this->product->special_price, $customerGroupPrice); } else { + $haveSpecialPrice = true; $this->product->special_price = $customerGroupPrice; }