• EMail Template via HTML - after saving just Text

    Hi, We're using Sugar Prof. Ver. 7.9.5 I try to create a Email Template with HTML Code. So i put the HTML Code in the Editor and after the update the Template looks fine as it should. But after Saving there is just some Text and when i open the Template…
  • Use IF Else condition within Process Email Template

    Hi, I tried to use below if else one-by-one in process email template html code but email comes with code and conditions are not working. 1. {if $ check_service_c =="Yes"} sometext {/if} 2. <!--{if $ check_service_c =="Yes"} sometext {/if}--> 3. <!--…