Skip to content

Instantly share code, notes, and snippets.

@philzelnar
Last active November 27, 2017 20:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philzelnar/7b9144d5e4a0b85b17fe712c0d37f6a2 to your computer and use it in GitHub Desktop.
Save philzelnar/7b9144d5e4a0b85b17fe712c0d37f6a2 to your computer and use it in GitHub Desktop.
A custom (friendlier and prettier) transaction summary for use in Luminate donation receipts.
<!--
Custom Luminate Transaction Summary
For use in place of [[S120:dc:transactionSummary]]
-->
<p>Date: [[S120:dc:transactionDate]]<br />
Amount: [[S120:dc:giftAmount]]
[[?xx::x[[S120:dc:recurringFrequencyLabel]]x::::<br />Frequency: [[S120:dc:recurringFrequencyLabel]]]]
[[?xx[[S120:dc:premiumSelected]]xx::xxfalsexx::::<br />Thank You Gift: [[S120:dc:premiumName]]]]</p>
<p>[[S120:dc:firstName]] [[?xx::x[[S120:dc:middleName]]x::::[[S120:dc:middleName]] ]][[S120:dc:lastName]]<br />
[[S120:dc:street1]]<br />
[[?xx::x[[S120:dc:street2]]x::::[[S120:dc:street2]]<br />]]
[[S120:dc:city]], [[S120:dc:stateProvince]] [[S120:dc:postalCode]]<br />
[[S120:dc:country]]<br />
[[S120:dc:email]]</p>
<p>Payment Type: [[S120:dc:paymentMethod]]
[[?xx::x[[S120:dc:creditCardNumber]]x::::<br />Credit Card Number: [[S120:dc:creditCardNumber]]]]</p>
<p>Tracking Code: [[S120:dc:trackingCode]]</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment