Jump to content

Cusotmer Cancellation Variable or Hook


JagWire

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated