Post by raybark » Thu Feb 26, 2015 9:03 pm

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.

New member

Posts

Joined
Tue Sep 03, 2013 9:23 pm
Who is online

Users browsing this forum: No registered users and 7 guests