nandugan Posted October 13, 2016 Share Posted October 13, 2016 Hi, Can anyone please guide me how/where to change the ticket/invoice links received in the email. I am using a custom theme. As per the theme, the theme author asked to change the links in this format. page.php-> ?ccce=page cart.php -> ?ccce=cart viewticket.php->?ccce=viewticket How I can update this format. Please guide me. Thank You 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 13, 2016 Share Posted October 13, 2016 take a look at the answer below about how to change the link URL's in the email templates... https://forum.whmcs.com/showthread.php?98703-Modify-URL-In-Invoice-Email-amp-Reminders-Sent-From-WHMCS&p=411463#post411463 I guess in your case it would be below... but it's just a guess! {$ticket_link|replace:'viewticket.php?':'?ccce=viewticket&'} 0 Quote Link to comment Share on other sites More sharing options...
nandugan Posted October 14, 2016 Author Share Posted October 14, 2016 Thanks. It works. Can you please guide me how change this {$ticket_url}&feedback=1 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted October 14, 2016 Share Posted October 14, 2016 Thanks. It works. Can you please guide me how change this {$ticket_url}&feedback=1 the same way {$ticket_url|replace:'viewticket.php?':'?ccce=viewticket&'}&feedback=1 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.