captainhost Posted February 17, 2013 Share Posted February 17, 2013 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? 0 Quote Link to comment Share on other sites More sharing options...
Nathron Posted February 19, 2013 Share Posted February 19, 2013 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.