I am posting because I have 3 issues that I can't figure out with emails relating to affiliate account emails.
1) The links in the affiliate welcome email and the affiliate approval email are different. One works and the other does not. The welcome email says...
This links works fine, it brings you to the affiliate log in page. However, the link in the activatiom email below does NOT work (it brings you to the home page)Thank you for joining the NoScope Glasses Store Affiliate Program!
Your account must be approved before you can login. Once approved you can log in by using your email address and password by visiting our website or at the following URL:
https://www.noscopeglasses.com/demon-gl ... iate/login
The code for my /admin/language/english/mail/affiliate.php is as follows:Welcome and thank you for registering at NoScope Glasses Store!
Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:
https://www.noscopeglasses.com/index.ph ... iate/login
Code: Select all
<?php
/*
* @package MijoShop
* @copyright 2009-2013 Mijosoft LLC, mijosoft.com
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
* @license GNU/GPL based on AceShop www.joomace.net
*/
// No Permission
defined('_JEXEC') or die('Restricted access');
// Text
$_['text_approve_subject'] = '%s - Your Affiliate Account has been activated!';
$_['text_approve_welcome'] = 'Welcome and thank you for registering at %s!';
$_['text_approve_login'] = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:';
$_['text_approve_services'] = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.';
$_['text_approve_thanks'] = 'Thanks,';
$_['text_transaction_subject'] = '%s - Affiliate Commission';
$_['text_transaction_received'] = 'You have received %s commission!';
$_['text_transaction_total'] = 'Your total amount of commission is now %s.';
?>
What should I change to get a properly working link?
2) my /admin/language/english/mail/affiliate.php file does not contain the text for the affiliate program sign up email. Where is the code for that?
3) The activation email for affiliates does not give them their affiliate link to the site. I only have one product on the site, and I want them to get an email automatically when activating telling them "Use this link ..." so they know how to start making money. Is this possible?
Thank you in advance for all of the help I may receive. Thanks!