Hi,
I am trying to use this to show the Related products only to users in Shopper group with ID 5:
if (!empty($this->product->customfieldsRelatedProducts) && ($currentVMuser->shopper_groups == "5"))
Obviously this is wrong in some way. Any help?
thanks,
Jordan
Did you see this http://forum.virtuemart.net/index.php?topic=118513.msg402282#msg402282 ?