Removed commented code
This commit is contained in:
parent
dbe690fe93
commit
7e14ba1b1e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue