Get customer email on success page + magento

Use thi code

<?php
   $order = Mage::getModel('sales/order')->loadByIncrementId($this->getOrderId());
   echo $order->getCustomerEmail();
?>
  1. Leave a comment

Leave a comment