Cart module price display anonymous group do not show prices

Started by sadrem, May 30, 2012, 12:58:23 PM

Previous topic - Next topic

sadrem

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
p.s. Do not forget to change message icon to Solved.

Milbo

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.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

sadrem

Thank You very much. Works nice.

Have You some ideas about feature like
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.
p.s. Do not forget to change message icon to Solved.