Jump to content
  • 0

Moduł email alert


gs2k

Question

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

  • 0

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...