JagWire Posted May 17, 2016 Share Posted May 17, 2016 Is it possible to create use a variable or hook to show a message for specific cancellation ids or client ids on the request cancellation page? For example (I know this isn't correct-but gives the idea) what we are looking for. {if $filename eq "clientarea" and $smarty.get.clientid eq "1189"} MESSAGE HERE {else} {/if} Any help or input would be appreciated. Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 17, 2016 Share Posted May 17, 2016 there is a specific hook for that page, ClientAreaPageCancellation - but if all you want to do is display a message on that page, it might be simpler to modify the clientareacancelrequest.tpl template with a Smarty {if} statement... {if $clientsdetails.id eq "1189"}MESSAGE HERE{/if} or if it's for a specific service, you could use $id instead. 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.