Back to PhocacartUserGuestuser class

Method getAddress

public static
getAddress
()

Method getAddress - Source code

public static function getAddress()
{
    $session = Factory::getSession();
    $address = $session->get('guestaddress', false, 'phocaCart');
    return $address;
}