fix contactform

This commit is contained in:
Thibault UBUNTU 2016-03-02 12:14:34 +01:00
parent a245a632ba
commit 0e7cf6413d
3 changed files with 8 additions and 7 deletions

View File

@ -2,12 +2,12 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Message de votre boutique</title> <title>Message Presse</title>
</head> </head>
<body> <body>
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;"> <table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;">
<tr> <tr>
<td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Vous avez reçu un message de la part d'un client depuis votre boutique</td> <td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Vous avez reçu un message Presse</td>
</tr> </tr>
<tr><td>&nbsp;</td></tr> <tr><td>&nbsp;</td></tr>
<tr> <tr>

View File

@ -2,12 +2,12 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Message de votre boutique</title> <title>Message Fournisseur</title>
</head> </head>
<body> <body>
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;"> <table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;">
<tr> <tr>
<td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Vous avez reçu un message de la part d'un client depuis votre boutique</td> <td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Vous avez reçu un message de la part d'un fournisseur</td>
</tr> </tr>
<tr><td>&nbsp;</td></tr> <tr><td>&nbsp;</td></tr>
<tr> <tr>

View File

@ -48,11 +48,12 @@ class Process
'type' => Contactform::TYPE_PROVIDER 'type' => Contactform::TYPE_PROVIDER
], 'INSERT'); ], 'INSERT');
if (!$query) { if (!$query) {
$errors[] = Tools::displayError('Une erreur s\'est produite. Votre message n\'a pas été envoyé'); $errors[] = Tools::displayError('Une erreur s\'est produite. Votre message n\'a pas été envoyé');
} else { } else {
$sended = Mail::Send( $sended = Mail::Send(
intval($cookie->id_lang), (int)$cookie->id_lang,
'provider', 'provider',
'Contact fournisseur', 'Contact fournisseur',
$this->data, $this->data,