Hi,
It's not possible to add the logout button there nicely without any coding.
You have several ways to add a logout button on that page:
- You could create/configure the Joomla login module via the extension Joomla modules manager. You can configure it to display on a position below the main area for that page. With advanced modules manager Pro, you could configure the module to only appear on the user control panel.
- You could edit the view file cpanel via the menu Display>Views and use a module tag thanks to the Modules anywhere extension to display the Joomla login module at the end of the view file.
- If you want to do add it nicely, integrated with the buttons system of HikaShop's cpanel, you'll need to write PHP code in that cpanel view file, so it requires a developer to work on that.