nerdexam
Magento

M70-101 · Question #16

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. $quoteItem->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$quoteItem->getProduct ( )->isVirtual ( ) = = true
  • C$quoteItem->getweight ( ) > 0
  • D$quoteItem->isShipSeparately ( ) && SquoteItem->getHasChildren( )
  • E$quoteItem( )->getQty ( ) <

How the community answered

(42 responses)
  • A
    79% (33)
  • C
    10% (4)
  • E
    12% (5)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice