I'm just install cart on header, according your instructions, but have one prob:
Notice: Undefined variable: text_items_count in /var/www/opencart/catalog/view/theme/ebeddingshop/template/common/header.tpl on line 107
Notice: Undefined variable: text_subtotal in /var/www/opencart/catalog/view/theme/ebeddingshop/template/common/header.tpl on line 109: 0,00€
My code in common/header.tpl looks like:
Code: Select all
<div class="middle">
<?php echo $this->cart->countProducts(); ?>
<a href="<?php echo $items_count; ?>" class="subtotal"><?php echo $text_items_count; ?></a>
<br />
<a href="<?php echo $cart; ?>" class="subtotal"><?php echo $text_subtotal; ?></a>: <?php echo $subtotal; ?><?php echo $text_checkout;?>
</div>