0
I am unable to get Affiliate Tracker to include the ATID of a new affiliate in the email that is sent by the system...even after approval.
The email includes the following.
Dear test plugin,
Your affiliate account has been approved
Account details:
Name: new test account
Contact name: test plugin
Contact e-mail: ylppljtm@eelmail.com
Contact username: PaidSubscriber
Please advise.
The email includes the following.
Dear test plugin,
Your affiliate account has been approved
Account details:
Name: new test account
Contact name: test plugin
Contact e-mail: ylppljtm@eelmail.com
Contact username: PaidSubscriber
Please advise.
Responses (8)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Here is the file and subsequent emails.
/*------------------------------------------------------------------------
# com_invoices - Invoices for Joomla
# ------------------------------------------------------------------------
# author Germinal Camps
# copyright Copyright (C) 2012 JoomlaFinances.com. All Rights Reserved.
# @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomlafinances.com
# Technical Support: Forum - http://www.joomlafinances.com/forum
-------------------------------------------------------------------------*/
//no direct access
defined('_JEXEC') or die('Restricted access.');
$user = JFactory::getUser();
switch($this->account->towho){
case "user":
$theusername = $this->account->name ;
break;
case "admin":
$theusername = JText::_('ADMINISTRATOR') ;
break;
}
switch($this->account->towho){
case "user":
?>
:
: account->account_name; ?>
:account->id); ?>
: account->name; ?>
: account->email; ?>
: account->username; ?>
case "admin":
?>
:
: account->account_name; ?>
:account->id); ?>
: account->name; ?>
: account->email; ?>
: account->username; ?>
}
?> -
Accepted Answer
0the link is showing fine on the admin email.
I guess what's missing is that you haven't added this to the "confirmation" email, in
/administrator/components/com_affiliatetracker/views/account/tmpl/default_email.php-
Rick Burnsmore than a month agoBeauty! thanks
-
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 »