I have looked for some time but just not sure where to look. I am using the paypal/user registration for my product purchase. I have a custom plugin written to link my gravity forms to idevaffiliate. I need to add pricing to this plugin. All I need to do is assign the pricing field to a placeholder.
So here is my question: Other than the standard product field ids, is there standard method to access the product's price or total? I am using the gform_user_registered action. Something like this: $entry['price']
Thanks.