bsjelin Posted March 21, 2012 Share Posted March 21, 2012 Hey everyone... Cant quite figure this one out and I'm sure its extremely simple, but I need to figure out how to add conditional code to my email templates in regard to whether or not the invoice has additional notes with it. The example: {if $ticket_department eq "Sales"} Sales only operates Monday-Friday 9am-5pm {else} Your ticket has been received and will be answered shortly {/if} But what would be the "eq" for whether or not an invoice has notes or not... can I just skip that? and put {if $invoice_notes} {else} {/if} ? Thanks for the help! 1 Quote Link to comment Share on other sites More sharing options...
bsjelin Posted March 21, 2012 Author Share Posted March 21, 2012 Nevermind.... That was exactly it! haha Thanks anyway! =) 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.