kers7754 Posted July 26, 2011 Share Posted July 26, 2011 I am putting a front end website in front of WHMCS and I would like to piggy-back on whatever session variables are being used for Currency and Language. If a visitor selects a language or a currency from my front end website, can I just set a session variable that will remain while in my site and WHMCS? 0 Quote Link to comment Share on other sites More sharing options...
kers7754 Posted August 1, 2011 Author Share Posted August 1, 2011 Looks like language is set like this: <?php session_start(); $_SESSION["Language"] = "Spanish"; ?> Any idea on how I can set a currency? 0 Quote Link to comment Share on other sites More sharing options...
geurtsmarc Posted November 25, 2011 Share Posted November 25, 2011 does anybody know how to do this? 0 Quote Link to comment Share on other sites More sharing options...
kers7754 Posted November 30, 2011 Author Share Posted November 30, 2011 Still haven't been able to figure this out. Anyone know if there is a session variable for currency? 0 Quote Link to comment Share on other sites More sharing options...
Lawrence Posted November 30, 2011 Share Posted November 30, 2011 $_SESSION["currency"] is what you are looking for 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.