I need to display prices only for registered users. Unregistered users should only see the product description. How do I manage that? Couldn't find any topic about it and documatation as well.
Joomla 4
Virtuemart 4.2
With specific price display in the shoppergroups. Edit the group guest. Or you could also add a shoppergroup registered to your price. Depends a bit on your shop and how you want to use it.
It's possible to do this by using PHP to check if a user is not logged in and hide content from them. Edit and override your VM sublayout templates where price and checkout code are present, eg sublayouts/prices.php and sublayouts/addtocart.php