anyone can help, module not sending email notifications.

in uc_invite_discount.module , line 296

change:
return system_settings_form($form);
to:
$form['submit'] = array(
'#type' => 'submit',
'#value' => t('Save'),
);
return $form;

Comments

diseño web palma de Mallorca’s picture

no one takes care anymore of this module??
if anyone nows how to fix the "unable to send mail, if the problem persist contact the administrator" when invited user gets order complete status, please reply

Anonymous’s picture

Status: Active » Needs review