Hi I can't get this to

glennnz's picture
Offline
Joined: 01/20/2009
Juice: 458
Hi I can't get this to

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

Attribute Tokens By: cYu (20 replies) Thu, 12/27/2007 - 11:31