0
Hello There!
I want "total order value" for the month to be shown before the commission column and after the conversions. I tried to copy the code but haven't succeed. If you kindly give me the query code for the total value to be shown in conversion page.
Thank you very much.
Monir
I want "total order value" for the month to be shown before the commission column and after the conversions. I tried to copy the code but haven't succeed. If you kindly give me the query code for the total value to be shown in conversion page.
Thank you very much.
Monir
Accepted Answer
Accepted Answer
0
hello,
yes, because "$this->_total" does not exist anywhere, you just made this variable up..
it's what I've been telling you from the beginning, to get this value it needs to be obtained using functions on a couple files... it's not a big thing but you definitely need developer skills and know what you're doing to be able to show this.
yes, because "$this->_total" does not exist anywhere, you just made this variable up..
it's what I've been telling you from the beginning, to get this value it needs to be obtained using functions on a couple files... it's not a big thing but you definitely need developer skills and know what you're doing to be able to show this.
Accepted Answer
Accepted Answer
0
the most important file is /components/com_affiliatetracker/models/conversions.php
there is where you will find the other functions that gather information and you can create your own for the "total". then in:
/components/com_affiliatetracker/views/conversions/view.html.php is where you can call the function, to push the data into the template.
there is where you will find the other functions that gather information and you can create your own for the "total". then in:
/components/com_affiliatetracker/views/conversions/view.html.php is where you can call the function, to push the data into the template.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »