VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: sadrem on May 30, 2012, 12:58:23 PM

Title: Cart module price display anonymous group do not show prices
Post by: sadrem on May 30, 2012, 12:58:23 PM
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
Title: Re: Cart module price display anonymous group do not show prices
Post by: Milbo on May 30, 2012, 22:59:57 PM
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.
Title: Re: Cart module price display anonymous group do not show prices
Post by: sadrem on May 31, 2012, 09:33:12 AM
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.