nerdexam
Magento

M70-201 · Question #20

Which three of the following conditions should exclude a quote item from the shipping rate calculation by a carrier model? (Choose three)

The correct answer is A. $quoteItem->getFreeShipping() == true B. $quoteltem->getProduct()->isvirtual() == true D. $quoteItem->isShipSeparately() && SquoteItem->getHasChildren(). See the full explanation below for the reasoning.

Question

Which three of the following conditions should exclude a quote item from the shipping rate calculation by a carrier model? (Choose three)

Options

  • A$quoteItem->getFreeShipping() == true
  • B$quoteltem->getProduct()->isvirtual() == true
  • C$quoteltem->getweight() > 0
  • D$quoteItem->isShipSeparately() && SquoteItem->getHasChildren()
  • E$quoteItem()->getQty() <

How the community answered

(51 responses)
  • A
    80% (41)
  • C
    8% (4)
  • E
    12% (6)

Community Discussion

No community discussion yet for this question.

Full M70-201 Practice