Which three of the following conditions should exclude a quote item from the shipping rate calculation by a
carrier model? (Choose three)
A.
$quoteItem->getFreeShipping() == true
B.
$quoteltem->getProduct()->isvirtual() == true
C.
$quoteltem->getweight() > 0
D.
$quoteItem->isShipSeparately() && SquoteItem->getHasChildren()
E.
$quoteItem()->getQty() <
Mage::getStoreConfig(‘carriers/tablerate/min_shipping_qty’)