Solved

Which Three of the Following Conditions Should Exclude a Quote

Question 11

Multiple Choice

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')

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions