Display Custom value on checkout page

<?php $_item = $this->getItem()?>

<?php $_product= Mage::getSingleton(‘catalog/product’)->load($_item->getProductId()) ?>

<?php echo $_product->getResource()->getAttribute(‘product_shipping’)->getFrontend()->getValue($_product); ?>