Jump to content

Edit WHMCS URL


captainhost

Recommended Posts

This is probably a super easy question so please don't flame me too much. :)

 

I am integrating WHMCS into Wordpress and am using a plugin to do so. All is working beautifully, but I want my customers to be directed to my site rather than my WHMCS install as it won't blend with my template too well as a standalone.

 

If I change the WHMCS System URL, does that actually change the full URL and break WHMCS or is it only going to change what is put in the templates where {$invoice_link} is?

 

Or another way of putting it is - is there a way to change just that for all invoice and support templates where an email is sent to the customer?

Link to comment
Share on other sites

You could put your custom url in the template run a regex_replace its a built in smarty v2 function. Don't know if it exists in whmcs though may as well try it. Should be able to write a regex that replaces the portion of the url you wish to redirect. Might even just be able to do some url rewrites. The email templates are actually smarty templates though so you can do pretty much anything you want in them as long as it renders as plain html no js because email clients can't understand it.

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