in modules > blockcart > blockcart.tpl comment out the following lines
{l s='Shipping' mod='blockcart'}
{$shipping_cost}
Next you will need to edit the following line (same file)
{$total}
Change this to
{$product.total}
That should solve your problem.