Jump to content

Couple of issues


aXeR

Recommended Posts

1.) Sorting client services page.

 

At the moment services are sorted by what ever is in the 'domain' field on the product in WHMCS Admin, this means that both active and cancelled services are mingled together (see attached screen shot). Is there anyway to have cancelled items displayed at the bottom of the list together?

 

2.) Cookie / Session issue when using HTTP and HTTPs.

 

A few months back I changed our client portal URL to make the most out of the SEO benefits in the KB and announcement modules by having these displayed as http:// whilst having all sensitive information directed over https:// still.

 

The knock on effect seems to be that clients get logged out of https after a short while if on their return visit they come via http if you get my drift?

 

Is this repairable?

order.jpg

Link to comment
Share on other sites

I managed to fix issue two with support, it seems it was related to a typo in the WHMCS theme 'portal' which is what our custom theme was based around and hence the typo ended up in our theme too:

 

There is an error in the file login.tpl, the line in question should read:

 

<input type="checkbox" name="rememberme"{if $rememberme} checked="checked"{/if} />

 

But in actual fact it reads:

 

<input type="checkbox" name="rememberme2"{if $rememberme} checked="checked"{/if} />

 

This is obviously rendering the ‘remember me’ tick box useless :)

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