Hi,
Your screenshot indicate that you're at least missing the CSS of the HikaShop backend.
So please first check that the "backend CSS" setting in the HikaShop configuration (under the Display tab) is set to "default".
If that's not the case, change it back and it should help.
If that's already the case, then you might have either a PHP error or a javascript error.
For the PHP error, you can activate the "error reporting" and "debug system" settings of the joomla configuration and look at the bottom of that page for the error message. We would need to know it to understand what's going on.
For the javascript error, you can look at the console of your browser (
www.digitalocean.com/community/tutorials...pt-developer-console
) when displaying that page. If there is a javascript error on the page, the error message will appear in the console and we would need to know it to understand what's going on.