hi,
thanks for the try ;) but the whole cart is missing after replacing the js with your version.
Here the part from the Sourcecode after replacing, maybe this can help you.
"<div id="cartsidebar"></div>
<script type="text/javascript">
//<![CDATA[
function fillBlockcartsidebar() {
if (typeof(mturboloader)!='undefined') {
mturboloader;
if (mturboloader.complete) {
document.getElementById('cartsidebar').innerHTML = mturboloader.getBlock('cartsidebar');
} else {
setTimeout('fillBlockcartsidebar()', 100);
}
}
}
fillBlockcartsidebar();
//]]>
</script> <div class="clear"></div>
</div>"