예제 #1
0
 /**
  * Function show  the user billing address and shipping address
  * 
  * @return array
  */
 function showUserAddressDetails()
 {
     include_once 'classes/Core/CUserOrder.php';
     include_once 'classes/Display/DUserOrder.php';
     $default = new Core_CUserOrder();
     echo $default->showUserAddressDetails();
 }