53 if ($this->item->getParentItem()) {
54 $rowQty = $this->item->getParentItem()->getQty() * $qty;
66 if (!$this->item->getParentItem()) {
67 $increaseQty = $this->item->getQtyToAdd() ? $this->item->getQtyToAdd() : $qty;
68 return $this->quoteItemQtyList->getQty(
69 $this->item->getProduct()->getId(),
71 $this->item->getQuoteId(),
75 return $this->quoteItemQtyList->getQty(
76 $this->item->getProduct()->getId(),
78 $this->item->getQuoteId(),
__construct(QuoteItemQtyList $quoteItemQtyList)