Hi there and thanks for this great support. I've realley searched the forum, but did not find an answer to this problem.
I've installed osC v2.2RC2 and STS v4.5.8. Everything fine, except, I can't use the $templatedir variable on infoboxes. Don't know why! First the variable is empty in every infobox. I insert the Loginbox v5.7 on the right side on top, modified the sts_user_code.php to be able to use the $loginbox in my template. Still no $templatedir. Played around and inserted the following line in sts_user_code.php:
$sts->template['tmplpath'] = $sts->template['templatedir'];
Guess what :'( the $templatedir is available on some infoboxes. In my case categories, new products (left side) and languages, whereas search and the cart is unable to get this directory information.
Maybe someone can help?