lcw image
This commit is contained in:
parent
78d518d150
commit
e5cb0bf14c
|
|
@ -857,7 +857,7 @@ class Configurable extends AbstractType
|
|||
{
|
||||
$result = new CartItemValidationResult();
|
||||
|
||||
if ($this->isCartItemInactive($item)) {
|
||||
if ($this->isCartItemInactive($item) || $item->child == null) {
|
||||
$result->itemIsInactive();
|
||||
|
||||
return $result;
|
||||
|
|
|
|||
Loading…
Reference in New Issue