/
Emails: Different welcome email for contact

Emails: Different welcome email for contact

If you wish to send different email than Client:Details:Signup when clients add contact to their profile you can use following smarty logic in Client:Details:Signup email template, to distinguish contact from client:

{if $client.contact_id}
  // content to send to contact, after its added by customer/admin
  {else}
  // content to send to client after she registers
  {/if}


Related content

Templates: Integrating templates - tips and tricks
Templates: Integrating templates - tips and tricks
More like this
How To Articles
How To Articles
Read with this
Message templates
Message templates
More like this
Cart.js
Read with this
Client Contacts
Client Contacts
More like this
Notify Clients
Notify Clients
More like this