- Checkout, ? , , .
, , , .
, : Magento - "collectRates" "".
, , Onepage.php(// //Checkout///Onepage.php): 330, 341, 556, 616;
{address}->setCollectShippingRates(true)
{address} - .
"collectRates", Onepage Checkout "collectRates" , "collect_shipping_rates" "false". , "collectRates" .
, , , Mage_Checkout_Block_Onepage_Shipping_Method_Available:: getShippingRates. $this- > getAddress() → getGroupedAllShippingRates(), .phtml locan ( .phtml - //// ///OnePage/SHIPPING_METHOD/available.phtml).
$this->getAddress()->getGroupedAllShippingRates() (Mage_Checkout_Block_Onepage_Shipping_Method_Available::getShippingRates):
$groups = $this->getAddress()->getGroupedAllShippingRates();
$printGroupes = array();
foreach ($groups as $code => $groupItems) {
foreach ($groupItems as $item) {
$printGroupes[$code][] = $item->getData();
}
}
Mage::log($printGroupes, null,'special.log');
, "special.log" var/logs.
, , , , , .
!