I have defined to not show prices to anonymous group (not registered users )
Cart module shows total price.
How to remove total price for anonymous group
in the module default.php
line 46 <?php if ($data->totalProduct and $show_price) echo $data->billTotal; ?>
and the same analog in line 50, but it would be better, to change the system using the createpricediv like in the cart layout.
Thank You very much. Works nice.
Have You some ideas about feature like
http://forum.virtuemart.net/index.php?topic=103257.msg343037#msg343037 (http://forum.virtuemart.net/index.php?topic=103257.msg343037#msg343037)
Will it be supported in near future?
May be You can direct on how to develop?
I will be happy to develop such functionality but don't want to change core code of virtuemart? Is any other way like plugin?
Thank You.