The confirmation email has a double entry of the "text_approval" statement "Your account must be approved (etc.)" TWICE.
I found this at lines 15-21 of catalog/model/affiliate/affiliate.php:
$message = sprintf($this->language->get('text_welcome'), $this->config->get('config_name')) . "\n\n";
$message .= $this->language->get('text_approval') . "\n";
if (!$this->config->get('config_affiliate_approval')) {
$message .= $this->language->get('text_login') . "\n";
} else {
$message .= $this->language->get('text_approval') . "\n";
}
Removing that first line in red fixed it.
Who is online
Users browsing this forum: No registered users and 7 guests