コード例 #1
0
ファイル: ezshippingmanager.php プロジェクト: legende91/ez
 static function updatePriceInfo($productCollectionID, &$basketInfo)
 {
     $returnValue = false;
     if (is_object($handler = eZShippingManager::loadBasketInfoHandler())) {
         $returnValue = $handler->updatePriceInfo($productCollectionID, $basketInfo);
     }
     return $returnValue;
 }