0
Hi Guys,
I am currently testing the system and noticed that the affiliate link (generate for the affiliate) is not being included in the email even though it appears to be in the default_email.php file.
The information being sent is:
Is this a bug or have I missed something?
Best Regards
Donna
I am currently testing the system and noticed that the affiliate link (generate for the affiliate) is not being included in the email even though it appears to be in the default_email.php file.
case "user":
?>
<?php echo JText::sprintf( 'EMAIL_PAYMENT_SALUTATION', $theusername ); ?>
<?php echo JText::_( 'NEW_ACCOUNT_APPROVED' ); ?>
<strong><?php echo JText::_( 'ACCOUNT_DETAILS' ); ?></strong>:
<?php echo JText::_( 'ACCOUNT_NAME' ); ?>: <?php echo $this->account->account_name; ?>
<?php echo JText::_( 'CONTACT_NAME' ); ?>: <?php echo $this->account->name; ?>
<?php echo JText::_( 'CONTACT_EMAIL' ); ?>: <?php echo $this->account->email; ?>
<?php echo JText::_( 'CONTACT_USERNAME' ); ?>: <?php echo $this->account->username; ?>
<?php echo JText::_( 'YOUR_LINK' ); ?>: <?php echo AffiliateHelper::get_account_link($this->account->id); ?>
The information being sent is:
Dear Donna Torr,
Your affiliate account has been approved
Account details:
Name: Donna Torr
Contact name: Donna Torr
Contact e-mail: removed for security
Contact username: sitewideuk
Is this a bug or have I missed something?
Best Regards
Donna
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 »