Hi
Ok. Looks like it was not designed that way. It's simply a button which is opening a popup with module position for cart.
- Code: Select all
<?php if($this->modules('cart')) : ?>
<a href="#" id="btnCart"><?php echo JText::_('TPL_GK_LANG_MY_CART'); ?><span><?php echo JText::_('TPL_GK_LANG_MY_CART_LOADING'); ?></span></a>
<?php endif; ?>
It can be easily adjusted by adding a condition, but I have no idea how to check if cart is empty. You can try to ask about this condition at VM forum, so I'll help You with using it in this place.