VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: jordanvm on September 09, 2013, 16:19:05 PM

Title: Showing Related products only to specific Shopper groups
Post by: jordanvm on September 09, 2013, 16:19:05 PM
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
Title: Re: Showing Related products only to specific Shopper groups
Post by: Maxim Pishnyak on September 15, 2013, 12:44:07 PM
Did you see this http://forum.virtuemart.net/index.php?topic=118513.msg402282#msg402282 ?