Gents,
When the shopping cart is empty, there is no message.
Please can you tell me how we can display a message that says something like "your shopping cart is empty"?
Thx
template/html/mod_virtuemart_cart/default.php
<?php if(count($data->products) == 0) : ?>
<h3><?php echo JText::_('NO_PRODUCTS_MESSAGE'); ?></h3>
<?php endif; ?>
<h3><?php echo JText::_('TPL_GK_LANG_MY_CART'); ?></h3>
template/html/mod_virtuemart_cart/default.php