Customizing affiliate program

  • Posts: 45
  • Thank you received: 0
12 years 5 months ago #29863

Hello
I have a question. What are the ways I can customize the affiliate program so that all sales were as affiliate sales? And the partner ID number was the ID of the same buyer.
Can this be done not appending a URL ?partner_id=XX ?
(It is preferred to modify the code once)

How to activate the affiliates by default, I found here:
www.hikashop.com/support/forum/4-how-to/...s.html?lang=en#23432

Thanks in advance.

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 5 months ago #29873

Hi,

Yes, you will first need to have the affiliates activated by default.
Then, you will need to edit the file plugins/system/hikashopaffiliate.php and change the line:

$partner_id = hikashop_decode(JRequest::getCmd('hikashop_affiliate',0,'cookie'),'partner');

to:
$partner_id = $order->order_user_id;

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 0
12 years 5 months ago #29875

Thank you for such a quick response.
I'll try it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum