-- url of the page with the problem -- :
mywebsite.com/mypage
-- HikaShop version -- : 2.3.1 biz
-- Joomla version -- : any
FYI in administrator/components/com_hikashop/views/order/tmpl]/listing.php if you are not using Joomla usernames, it displays both hikashop customer name and email address but they run together - there is a missing <br>.
For now, I just did an override at line #142 and changed it to:
echo ''.$row->hikashop_name.'<br/>';
Previously we only had e-mails display so I'm not sure if adding the name was on purpose or a mistake.