BAJI26 Posted August 14, 2015 Share Posted August 14, 2015 (edited) How can I show cart quantity outside of whmcs? Edited August 14, 2015 by BAJI26 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 14, 2015 Share Posted August 14, 2015 I don't think you can do that, this info saved in PHP session so it will be available to you inside WHMCS client area 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted August 14, 2015 Author Share Posted August 14, 2015 But you can access it via php by adding if ($_SESSION[' ']) I just don't know how to write it! 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 14, 2015 Share Posted August 14, 2015 you can call $_SESSION array from inside WHMCS not outside, if it was saved inside Database access to these information would be easier then 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted August 28, 2015 Author Share Posted August 28, 2015 you can call $_SESSION array from inside WHMCS not outside, if it was saved inside Database access to these information would be easier then I'm successfully gotten this to work outside of WHMCS! 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 28, 2015 Share Posted August 28, 2015 If you share your experience other people with similar problem can benefit 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.