Two quick affiliate questions

  • Posts: 195
  • Thank you received: 13
  • Hikashop Business
11 years 7 months ago #64438

1. When I pay the Affiliate via the hikashop, it shows up as a created order on their profile as though they are purchasing something. Can we configure it so that paying an affiliate doesn't show up as a created order on their profile?

2. When I turn on the affiliate portion. It asks for an email address once the person gets ready to activate their account. Can we change the prompt to say "Paypal Email Address" as that is the only way I am going to pay the affiliate?

Thanks so much!

Brent


3by400, Inc.
3by400.com
Websites that Work, Marketing that Matters

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

  • Posts: 81622
  • Thank you received: 13084
  • MODERATOR
11 years 7 months ago #64551

Hi,

1. That's a good point.
You can change the line:
$filters = array('a.order_user_id='.(int)hikashop_loadUser());

to:
$filters = array('a.order_user_id='.(int)hikashop_loadUser(),'a.order_type=\'sale\'');

in the file components/com_hikashop/views/order/view.html.php
We'll also add that on our end.

2. Yes, you can use a translation override to change the translation key PAYMENT_EMAIL_ADDRESS which is used there. We didn't want to set it to PayPal as we wanted to leave open the possibility to use it for another payment method.
www.hikashop.com/en/download/languages.html#modify

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

Time to create page: 0.062 seconds
Powered by Kunena Forum