Tax Receipts: Combine online fee and donation into one line
When we receive an online donation through Stripe, the tax letters have two lines: one for the main donation and a second for the donation fee. We would like that all on one line.
This is what we currently have:
Date of Gift {{donationdate}}, Fund Name {{#foreach item}}{{description}}, Donation Description (if any) {{donationdescription}}, Amount {{amount # $#,0.00;($#,0.00)}}{{/foreach item}}
This is what I'm trying to do:
Date of Gift {{donationdate}}, Fund Name {{#foreach item}}{{description}}, Donation Description (if any) {{donationdescription}}, Amount {{amount # $#,0.00;($#,0.00)}}{{/foreach item}}, Fee Amount (Need Merge Field), Total Donation (Need Merge Field)
