//it doesn't work
Mage::registry('multiplecategoryselect_data')["product_id"]
//it works
$model=Mage::registry('multiplecategoryselect_data');
return $model["product_id"]
- 14th, Jun 2010
-