Jump to content

how to hide cancelled, expired, Terminated ?


Recommended Posts

Comment out or delete the bits like:

<table><tr><td width="10" align="right"><table width="10" height="10" cellspacing="1" id="clientareatable"><tr><td width="8" and height="8" id="clientarealistactive"></td></tr></table></td><td>Active</td><td width="10" align="right"><table width="10" height="10" cellspacing="1" id="clientareatable"><tr><td width="8" and height="8" id="clientarealistpending"></td></tr></table></td><td>Pending</td><td width="10" align="right"><table width="10" height="10" cellspacing="1" id="clientareatable"><tr><td width="8" and height="8" id="clientarealistsuspended"></td></tr></table></td><td>Suspended</td><td width="10" align="right"><table width="10" height="10" cellspacing="1" id="clientareatable"><tr><td width="8" and height="8" id="clientarealistterminated"></td></tr></table></td><td>Terminated</td></tr></table>
<br />
</td>
</tr>
</table>

In clientareahosting, clientareadomains and clientareaproducts...all the obvious places really ;) Although quite why you'd want to do that I'm not so sure.

Link to comment
Share on other sites

Hello,

 

This will hide all the services

i want it to show only the Active services

 

You could do some thing like this:

 

{if $package.status eq "Active"}Show Active Packages list {else} No Active Services. {/if}

 

 

Note this is an example only. You’ll need to add {debug} to one of your template files to obtain the correct variable.

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