diff --git a/src/CoreShop/Component/Core/Product/Cloner/ProductQuantityPriceRulesCloner.php b/src/CoreShop/Component/Core/Product/Cloner/ProductQuantityPriceRulesCloner.php index a611242951..53a0f06a97 100644 --- a/src/CoreShop/Component/Core/Product/Cloner/ProductQuantityPriceRulesCloner.php +++ b/src/CoreShop/Component/Core/Product/Cloner/ProductQuantityPriceRulesCloner.php @@ -47,6 +47,11 @@ public function clone( } $quantityPriceRules = $referenceProduct->getQuantityPriceRules(); + $hasQuantityPriceRules = count($product->getQuantityPriceRules()) > 0; + + if ($hasQuantityPriceRules === true && $resetExistingData === false) { + return; + } /** * @var Concrete&ProductInterface $referenceProduct