Jump to content

Existing Customer area on check out not displaying


bangde

Recommended Posts

I would like some help on why the area for existing Customer are on check out is not displaying. When a an existung client goes there to sign up a new service or so. There is nothing there. It should have an area for email and password but now its just empty.

 

Can anyone point me to the right direction to get this back that is not messy and complicated.

 

existing customer none.png

 

Thank You

Link to comment
Share on other sites

I fixed the problem it was because the integration i had with Joomla. I was a using a special integration tool called J!whmcs.

 

The support guy from the company helped me solve the problem. As you can see with the conversation below how it got fixed. Hopefully this helps anyone else who had the same thing happen to them.

 

 

Hi Sheldon,

 

I can tell you it isn't a javascript issue exactly... it's actually a css issue with the inclusion of a javascript file coming from your Joomla site. What is happening is in WHMCS they are stating the 'existing fields' div tag to have a display: none call in css. Which is fine, unless you have a javascript on your Joomla site as you do that goes in and finds those and converts them into classes that bootstrap utilizes. So when the page loads up, a class called 'hidden' is being added to the div that is hiding the existing fields. When you click the tab to view the existing fields, that class isn't going away, because WHMCS doesn't know about it.

 

To get around it, you need to do the following:

1) Using FTP navigate to [WHMCS]]/modules/addons/jwhmcs/templates/5.3/default/

2) Edit the file custom.css (or rename custom.css.new to custom.css and then edit).

3) In that file insert the following code:

 

#jwhmcswrapper .hidden{

visibility: inherit;

}

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