diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 955f32dcd..dfaa58583 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -682,11 +682,11 @@ class Configurable extends AbstractType return $haveSpecialPrice; } - public function getSpecialPrice($qty = null){ - $variant = $this->product->variants()->latest()->first(); - - return $variant->getTypeInstance()->getSpecialPrice($qty); - } +// public function getSpecialPrice($qty = null){ +// $variant = $this->product->variants()->latest()->first(); +// +// return $variant->getTypeInstance()->getSpecialPrice($qty); +// } public function getImages(){ $variant = $this->product->variants()->latest()->first();