Removed commented code

This commit is contained in:
jitendra 2022-07-11 18:22:41 +05:30
parent dbe690fe93
commit 7e14ba1b1e
1 changed files with 0 additions and 6 deletions

View File

@ -573,12 +573,6 @@ abstract class AbstractType
*/
public function haveSpecialPrice($qty = null)
{
// static $haveSpecialPrice = null;
// if (! is_null($haveSpecialPrice)) {
// return $haveSpecialPrice;
// }
$customerGroupPrice = $this->getCustomerGroupPrice($this->product, $qty);
$rulePrice = app('Webkul\CatalogRule\Helpers\CatalogRuleProductPrice')->getRulePrice($this->product);