GrayHunter Posted October 17, 2014 Share Posted October 17, 2014 Hello, Could you tell me pls what are the parameter (arguments) that I can give a tracking service to track the success order? (I mean what parameter do WHMCS send (which can be seen by a tracking service) when a client order smth successfully?) <!-- Yandex.Metrika counter --> <script type="text/javascript"> var yaParams = {/*HERE ARE THE PARAMETRS*/}; </script> .... 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted October 22, 2014 WHMCS Support Manager Share Posted October 22, 2014 Hi, You can use variables including {$orderid} {$ordernumber} and {$amount} where necessary to fill in order details. To get a full list you can add the {debug} tag to the page, visit in your browser (by placing and completing an order) and then you'll see a popup containing all the available variables: http://docs.whmcs.com/Template_Syntax 0 Quote Link to comment Share on other sites More sharing options...
GrayHunter Posted October 22, 2014 Author Share Posted October 22, 2014 So, I should do like this: <!-- Yandex.Metrika counter --><script type="text/javascript"> var yaParams = {{$orderid}}; </script> .... or <!-- Yandex.Metrika counter --><script type="text/javascript"> var yaParams = {$orderid}; </script> .... ? I think no as these code is placed in a php file of the WordPress theme.... 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.