Merge pull request #3450 from rahulcs0082/development
Issue #3443 fixed
This commit is contained in:
commit
dff45521f2
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue