This is a discussion on multi orders update within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; here a bug fix, cause i upload the wrong file: the bug is if you update a status but you ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| multi orders update | michael_s | New osCommerce Contributions | 0 | 12-17-2007 03:00 PM |
| multi orders update | michael_s | New osCommerce Contributions | 0 | 11-17-2007 05:30 PM |
| Multi-Product Update v1.00 | michael_s | New osCommerce Contributions | 0 | 08-26-2007 10:34 AM |
| Multi-Product Update v1.00 | michael_s | New osCommerce Contributions | 0 | 07-16-2007 04:23 AM |
| Multi-Product Update v1.00 | michael_s | New osCommerce Contributions | 0 | 07-13-2007 08:18 AM |