Magento Check shipping and billing address are same magento review section October 31, 2012 Pramod T P $checkout = Mage::getSingleton(‘checkout/session’)->getQuote(); $shipping = $checkout->getShippingAddress(); <?php if($shipping->getData(‘same_as_billing’)!=’1′) { ?> Not same <?php } ?>