| Saturday 27 February 2010 3:33:27 am 
                                                                
                                                                 Hi guys, Setup webshop this morning in 4.0.1. Everything seems working fine. The only problem is I can not see customers (names) in the administration interface. Webshop -> Customers Can see every thing like Customer No, Orders, Total( ex V.A.T), Total( incl. VAT) Webshop -> Orders Can see every thing like ID, Total(ex. VAT), Total(inc. VAT), Time, Status. I tried to print {$Customers|attribute(show)} in /design/admin/templates/shop/customlist.tpl, it is showing: Attribute     Type      Value 
account_name  string    '' 
orders_info   array     Array(1) 
>GBP          array     Array(3) 
user_id       string    '158' 
email         string    '0' Settings in shopaccount.append.php are: 
[AccountSettings]Hander=ezdefault
 Account name is coming empty.....Is there anything I am missing? Please Help. |