Jump to content

Numer zamówienia w tytule maila Potwierdzenie zamówienia dla Klienta 1.7.5.1


zmor23

Recommended Posts

hej wszystkim,

proszę o pomoc. Jak i gdzie dodać numer zamówienia w tytule wiadomości maila jaki przychodzi do Klienta po zamówieniu

Chciałbym by przychodziło nie tytuł [nazwa_sklepu] Potwierdzenie zamówienia a [nazwa_sklepu] Przyjęto zamówienie ( tutaj_order_reference ) do realizacji.

Coś takiego przychodzi dla właściciela sklepu z modułu mailalerts.

Link to comment
Share on other sites

o takie coś chodzi w classes/PaymantModule.php

if (Validate::isEmail($this->context->customer->email)) {
                            Mail::Send(
                                (int) $order->id_lang,
                                'order_conf',
                                Context::getContext()->getTranslator()->trans(
                                    'Przyjęto zamówienie {order_name} do realizacji',
                                    array(),
                                    'Emails.Subject',
                                    $orderLanguage->locale
                                ),

 

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...