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)- A79% (33)
- C10% (4)
- E12% (5)
Community Discussion
No community discussion yet for this question.