1
マゼンタでカスタムオプション値を取得する方法1.9.3? 私のコードは以下の通りですが、plsはコードの下に私マゼンタでカスタムオプション値を取得する方法1.9.3?
$helper = Mage::helper('catalog/product_configuration');
print_r($helper->getCustomOptions());
マゼンタでカスタムオプション値を取得する方法1.9.3? 私のコードは以下の通りですが、plsはコードの下に私マゼンタでカスタムオプション値を取得する方法1.9.3?
$helper = Mage::helper('catalog/product_configuration');
print_r($helper->getCustomOptions());
使用は、私はあなたが
$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;
}
}
助けを考えるのを助ける機能していません