0
Hello,
I'm not sure I understand why this condition is enabled by default:
$query = " SELECT atid FROM #__affiliate_tracker_logs WHERE ip = '".$order->order_ip . "' ";
I'm talking about this file (from archive plg_affiliatetracker_hikashop_2.0.4_3.x.zip):
\plugins\hikashop\affiliatetracker\affiliatetracker.php
Thus, I want to manage this behavior by plugin option. I want to have an opportunity to disable or enable it.
Also, this behavior doesn't correspond with a "Last X days (default)" option in Affiliate Tracker extension settings. For example, I set 30 days, but the condition above doesn't pay attention to this parameter.
Can you rework this moment?
Thanks in advance.
Regards, Ivan.
I'm not sure I understand why this condition is enabled by default:
$query = " SELECT atid FROM #__affiliate_tracker_logs WHERE ip = '".$order->order_ip . "' ";
I'm talking about this file (from archive plg_affiliatetracker_hikashop_2.0.4_3.x.zip):
\plugins\hikashop\affiliatetracker\affiliatetracker.php
Thus, I want to manage this behavior by plugin option. I want to have an opportunity to disable or enable it.
Also, this behavior doesn't correspond with a "Last X days (default)" option in Affiliate Tracker extension settings. For example, I set 30 days, but the condition above doesn't pay attention to this parameter.
Can you rework this moment?
Thanks in advance.
Regards, Ivan.
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 »