Hi,
You got a javascript error in your webpage.
yt-script.js:286 Uncaught TypeError: Cannot read property 'getProperty' of null
As you can see, the error is in a javascript file named "yt-script.js" (which is not related to HikaShop).
Because of this error the rest of the javascript is no processed, so the stars are not initiliazed.
More than that, you have some views override so the HTML content you're using is the "old" start system.
Using the new view content could help you to be less sensible to javascript errors but such fatal error stop all javascript processing so... you have to fix it.
Regards,