gs2k Posted February 23, 2023 Share Posted February 23, 2023 Witam, używam modułu email alert. Potrzebuje w nim dodać informacje odpowiedz do. W tym momencie jak przychodzi wiadomość z potwierdzeniem zamówienia i chcemy odpowiedzieć to odpowiadamy sami sobie. Chciałbym w polu odpowiedz pojawiał się email klienta. Proszę o pomoc w rozwiązaniu problemu. Pozdrawiam Link to comment Share on other sites More sharing options...
0 endriu107 Posted February 23, 2023 Share Posted February 23, 2023 Musisz przerobić kontroler modułu i wszędzie tam gdzie masz Mail::Send() musisz dodać adres email klienta, zobacz do klasy Mail i wspomnianej metody send() żeby zobaczyć gdzie go wstawić. Link to comment Share on other sites More sharing options...
0 gs2k Posted March 8, 2023 Author Share Posted March 8, 2023 Witam, dziękuje. Chyba rozumiem, ale nie wszystko... Link to comment Share on other sites More sharing options...
0 atomek Posted March 8, 2023 Share Posted March 8, 2023 W pliku /modules/ps_emailalerts.php, w metodzie hookActionValidateOrder jest wywołanie Mail::send, ustaw tam parametr $replyTo z mailem klienta. Email klienta jest w $customer->email Link to comment Share on other sites More sharing options...
0 gs2k Posted April 1, 2023 Author Share Posted April 1, 2023 Witam, mam to wywołanie Mail::send( $mail_id_lang, 'new_order', $this->trans( 'New order : #%d - %s', [ $order->id, $order->reference, ], 'Emails.Subject', $locale), $template_vars, $merchant_mail, null, $configuration['PS_SHOP_EMAIL'], $configuration['PS_SHOP_NAME'], null, null, $dir_mail, false, $id_shop ); bardzo proszę o wpisanie w odpowiednim miejscu i w odpowiedni sposób " ustaw tam parametr $replyTo z mailem klienta. Email klienta jest w $customer->email " Z góry dziękuje. Link to comment Share on other sites More sharing options...
0 atomek Posted April 1, 2023 Share Posted April 1, 2023 Tak to będzie: $id_shop, // <- dodaj przecinek null, // <- dodaj $customer->email // <- dodaj Zobacz do pliku /classes/Mail.php, tam jest opisana ta metoda. Link to comment Share on other sites More sharing options...
0 Daresh Posted April 3, 2023 Share Posted April 3, 2023 A jeżeli wolicie czyste rozwiązanie, bez rozgrzebywania modułu czy robienia nadpisań to polecam swój moduł Email Toolbox. Ma parę przydatnych opcji dotyczących maila, wszystko na hookach. Link to comment Share on other sites More sharing options...
0 gs2k Posted April 3, 2023 Author Share Posted April 3, 2023 Dziękuje wszystkim za pomoc. Pozdrawiam. Link to comment Share on other sites More sharing options...
0 azareus Posted May 17, 2023 Share Posted May 17, 2023 Powiedzcie mi jak wogóle grzebc z modułach, gdzie to znależć ? Link to comment Share on other sites More sharing options...
Question
gs2k
Witam,
używam modułu email alert. Potrzebuje w nim dodać informacje odpowiedz do.
W tym momencie jak przychodzi wiadomość z potwierdzeniem zamówienia i chcemy odpowiedzieć to odpowiadamy sami sobie. Chciałbym w polu odpowiedz pojawiał się email klienta.
Proszę o pomoc w rozwiązaniu problemu.
Pozdrawiam
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now