Displaying notes in Email templates
I have made sure that the notes are being properly populated, but the emails are not showing the notes. Here is my code:
{if !empty($customer.notes)}
Please take a moment to view and update your BizYellow Business page at: {$customer.notes}
{/if}I've also tried:
{if !empty($notes)}
Please take a moment to view and update your BizYellow Business page at: {$notes}
{/if}And:
{if !empty($subscription.notes)}
Please take a moment to view and update your BizYellow Business page at: {$subscription.notes}
{/if}What am I doing wrong? Thank you.
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Marc Guyer on 27 Aug, 2015 01:31 PM
Hi Nathan -- The notes field is intended to be internal -- not available to the customer. I think our Customer Meta Data system is what you're looking for.
2 Posted by Nathan Arnold on 27 Aug, 2015 01:37 PM
I see. Thank you Marc.
Marc Guyer closed this discussion on 27 Aug, 2015 01:41 PM.