Hi
I can't get this to work...
Below is what I'm using to test.
The module works fine if I use just:
$item->price = $item->price*3;But when I use
global $user;
if (in_array('member', $user->roles))
{
$item->price = $item->price*3;
}the price doesn't change for a user with that role...
Also see this node.
Thanks
