-
- vcutting

-
Total Posts: 4
Joined: 2007-10-25
Grimsby, UK
|
I’m fairly new to customizing Magento, but I’m trying to make a custom module for a store I’m building.
How do i echo the logged in customer’s ID in my module?
Ive tried using the following from the customer/account module but with no result:
<?php echo $this->__('Hello, %s!', $this->htmlEscape($this->getCustomerName())) ?>
|