but it seems that SqueezeBox is for popups.
I don't understand printcart.php code. Is it intended for sending the cart content to a popup ?
It would be fine if it was working, with the site name on top !
Checkout/cart.php has the following code to invoke Printing :
<a title="<?php echo JText::_('HIKA_PRINT');?>" class="modal" rel="{handler: 'iframe', size: {x: 760, y: 480}}" href="<?php echo hikashop_completeLink('checkout&task=printcart',true); ?>">
<img src="/images/Site/Icones/printer.png" alt="<?php echo JText::_('HIKA_PRINT');?>"/>
</a>
Isn't it here that the squeezebox cod should be inserted ?