2016-11-23 2 views

答えて

0

使用は、私はあなたが

$helper = Mage::helper('catalog/product_configuration'); 
$items = Mage::getSingleton('checkout/session')->getQuote()->getAllItems(); 
$wt=0; 
foreach($items as $item){ 
    $categories_array = $item->getProduct()->getCategoryIds(); 

    $_options = $helper->getCustomOptions($item); 
    foreach ($_options as $_option) { 
     $value = $this->htmlEscape($_option['value']); 
     $weigth=preg_replace("/[^0-9,.]/","", $value); 
     echo $wt+= $weigth; 
    } 
} 
助けを考えるのを助ける機能していません
関連する問題