Hello,
How to show custom module on position "cart".
http://demo.gavick.com/joomla25/yoursho ... -positions
Thanks in advance.
<?php if($this->modules('cart')): ?>
<div id="gkCartBtn">
<h2><?php echo JText::_('TPL_GK_LANG_CART'); ?></h2>
<div id="gkItems">
[ <strong>0</strong> ] <?php echo JText::_('TPL_GK_LANG_ITEMS'); ?>
</div>
<a href="index.php?option=com_virtuemart&view=cart" class="button"><?php echo JText::_('TPL_GK_LANG_GO_TO_CHECKOUT'); ?></a>
</div>
<div id="gkCart">
<jdoc:include type="modules" name="cart" style="<?php echo $this->module_styles['cart']; ?>" />
</div>