Re: Why won't this custom php code work in conditional actions

CCBoise's picture
Offline
Joined: 11/02/2010
Juice: 11
Re: Why won't this custom php code work in conditional actions

I think you're right. It is userpoints_userpointsapi($order->products[0]->qty);

I think it should be userpoints_userpointsapi($order->products[0]['qty']);

Why won't this custom php code work in conditional actions By: dalleyasaurus (5 replies) Wed, 12/21/2011 - 23:55