List product options prices in email notifications

Is there a way to list the options prices of products in the notification email?
At the moment all options are being added up to one product price, and you can’t see the individual options pricing.
That makes it somewhat complicated and intransparent when the recipient can’t see how much was charged for specific options.

Hi Andre. That is not currently a feature of Gravity Forms. If you would like to suggest that for inclusion in the future, I recommend adding that to our product roadmap. Click the blue :heavy_plus_sign: in the lower left on this page to add a note for our product team:

https://www.gravityforms.com/gravity-forms-roadmap/

For now, you can work around this by suppressing the product table at the bottom of the email using the gform_display_product_pricing filter:

Then the fields will all be output inline like regular fields, rather than summarized. If you need anything else, please let us know.

Was DM’d with a reference to this topic and curious if Gravity Wiz had a solution. We do. :smile:

Here’s the snippet:

And here’s the result:
CleanShot 2022-10-26 at 10.58.16

This does require GP eCommerce Fields.

1 Like