hi everyone,
how is it possible to disable the "add to cart" for no registered users?
I have Virtuemart 3.0.16 and Joomla 3.6.2
Many thanks for you help
Raphael
One thing I am doing right now is removing 'Add to cart' using javascript via any check in a new system plugin. Though I want it to be handled via some php function like - plgVmOnDisplayProductFEVM3. Please suggest if someone has any better solution
just detect if there is a userid .. if so display the add to cart
the code is on the forum here somewhere
Check the answer by @Studio42 here:
http://forum.virtuemart.net/index.php?topic=136044.0
It helped me.