0
Hi,

Is there a way we can change the Wire Transfer text on the sign-up page? I can't find the strings in the overrides section of Joomla.

Ideally we would like to re-word Beneficiari to Beneficiary (spelling correction), and change IBAN Code to Account Number, SWIFT Code to Sort Code.

Also, we have found that when a user logs in through the affiliates signup-/login, they get directed to their profile page. Can we have it so that they get sent to their Affiliate Accounts page instead?

Finally, can we change the default link for all new affiliates to a specific page of our site, or do we add the affiliate ID parameter to the end of the URL that the Marketing material uses to ensure it is tracked to the right affiliate?

Thanks for any help.

Chris
Responses (4)
  • Accepted Answer

    Joan Vilà
    Joan Vilà
    Offline
    Wednesday, April 20 2016, 01:32 PM - #Permalink
    0
    Hello,

    You can find those translations here:
    administrator/language/en-GB/en-GB.plg_affiliates_payment_offline.ini

    About the login redirect, it should work as you describe. When a user logs in, it should be redirected to it's account.

    Finally, you can add the affiliate id parameter to the end of the url. Affiliate Tracker will track it fine.


    About the redirect, if you are familiarized changing code, could you please replace this:

    components/com_affiliatetracker/views/account/tmpl/form.php line 24:


    $return = base64_encode('index.php?option=com_affiliatetracker&view=account&layout=form&id=0'.$itemid);


    For this other line:


    $return = base64_encode(JRoute::_('index.php?option=com_affiliatetracker&view=account&layout=form&id=0').$itemid);


    This may solve the redirect problem. If it worked, please tell me.

    Thank you,
    Joan
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 20 2016, 02:22 PM - #Permalink
    0
    Many thanks, I'll try that :)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 20 2016, 05:53 PM - #Permalink
    0
    Hi Joan,

    The redirect change didn't affect things - it would make sense if we could have the login form redirect users automatically to their Affiliate Accounts page but if this isn't possible don't worry.

    Thanks,

    Chris
    The reply is currently minimized Show
  • Accepted Answer

    Joan Vilà
    Joan Vilà
    Offline
    Thursday, April 21 2016, 08:04 AM - #Permalink
    0
    Hello again Chris,

    Are you doing the login from the native joomla login form or from our login (the one which you chan choose to login or to create a new affiliate account) ?

    If it is the joomla one, this automatically redirects to the page where you did the login. So if you have a login module somewhere you will be redirected somewhere. If you use the native joomla login not with a module you will be redirected to your profile page.

    If you are using our login form, it should be redirecting you to the affiliate account page. I am trying to reproduce the error on my machine but I can't. If you send me access to joan@ joomlathat.com I will take a look at it and try to figure out what is happening.

    Thank you,
    Joan
    The reply is currently minimized Show
Your Reply