here a bug fix, cause i upload the wrong file:
the bug is if you update a status but you dont' want to notify the mail is send.
english
open admin/multiorders.php
look for:
if (isset($_POST['notify'][$key])) {
$notify_comments = '';
if (tep_not_null($comments))
and remplace with:
if ($notify == 'true') {
$notify_comments = '';
if (tep_not_null($comments))
that' all
french
un bug est apparus, j'ai uploder le mauvais fihier.
quand vous mettea a jour une commande sans pour autant vouloir notifier le client le mail est quand meme envoyer.
ouvrir
admin/multiorders.php
chercher
if (isset($_POST['notify'][$key])) {
$notify_comments = '';
if (tep_not_null($comments))
et remplacer par
if ($notify == 'true') {
$notify_comments = '';
if (tep_not_null($comments))
c'est tout.
fiel attache conaint the same fix
More...




LinkBack URL
About LinkBacks









Bookmarks