lightbeing creations Posted September 27, 2011 Share Posted September 27, 2011 I'd like to customise the invoice created template when the invoice is marked as bank transfer rather than Paypal, so that the body of the email doesn't say they can login and pay. I'm only just getting to grips slowly with merge tags, so is there one that picks out the payment type that's specified? 0 Quote Link to comment Share on other sites More sharing options...
JarekN Posted February 3, 2012 Share Posted February 3, 2012 Any updates on this one? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 3, 2012 Share Posted February 3, 2012 You need to use if and else. Here's a sample: {if $invoice_payment_method eq "Mail In Payment"} Please make checks payable to <your company> and send payment to: Your address here {else} If your payment method is PayPal Subscriptions blah blah blah... {/if} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.