How do I display the total order profit in an Order Confirmation Email

KathrynK
Visitor
2 0 1

When we send an Order Confirmation email, we want to display the Total Profit we make in a transaction in order to indicate to the customer how much of their order is tax deductible. (We are a non-profit foundation so most/all of our products and donations are tax-deductible.) Right now, we’re trying to use liquid variables to display the Total Profit, and we are testing {{ % Profit % }} but It hasn’t been populating in our emails.

 

For example, in the screenshot below, a product is $50 and we would take out the cost per item and get the ‘profit amount’ $25 which would be tax-deductible. Trying to pull the amount into the order confirmation email.

 

KathrynK_1-1637355703874.png

 

Is there another liquid variable we should be using instead of {{ % profit % }}?

Reply 1 (1)

lfclothing
Visitor
1 0 1

Did you figure this out? I'm trying to do something similar