fix contactform
This commit is contained in:
parent
a245a632ba
commit
0e7cf6413d
@ -2,12 +2,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message de votre boutique</title>
|
||||
<title>Message Presse</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;">
|
||||
<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><td> </td></tr>
|
||||
<tr>
|
||||
|
@ -2,12 +2,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message de votre boutique</title>
|
||||
<title>Message Fournisseur</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;">
|
||||
<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><td> </td></tr>
|
||||
<tr>
|
||||
|
@ -47,16 +47,17 @@ class Process
|
||||
'content' => pSQL($this->data['content']),
|
||||
'type' => Contactform::TYPE_PROVIDER
|
||||
], 'INSERT');
|
||||
|
||||
|
||||
|
||||
if (!$query) {
|
||||
$errors[] = Tools::displayError('Une erreur s\'est produite. Votre message n\'a pas été envoyé');
|
||||
} else {
|
||||
$sended = Mail::Send(
|
||||
intval($cookie->id_lang),
|
||||
(int)$cookie->id_lang,
|
||||
'provider',
|
||||
'Contact fournisseur',
|
||||
$this->data,
|
||||
$this->to_provider
|
||||
$this->to_provider
|
||||
);
|
||||
if (!$sended) {
|
||||
$errors[] = Tools::displayError('Une erreur s\'est produite. Votre message n\'a pas été envoyé');
|
||||
|
Loading…
Reference in New Issue
Block a user