Jump to content

Honya K.

New Members
  • Posts

    7
  • Joined

  • Last visited

Contact Methods

Profile Information

  • First Name
    Jan
  • Last Name
    Korous
  • Activity
    Marketing / SEO Agency

Honya K.'s Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. But $configuration['PS_SHOP_EMAIL'] is email of my shop, not customers mail, or?
  2. And here I am ending... I know that I must define customers email from sql table. Is that OK? I can't use those sql instances $customers_email = Db::getInstance()->getValue('SELECT `email` FROM `' . _DB_PREFIX_ . 'customer` WHERE `id_customer` = `' . $params['email']->email. '`;');
  3. Thanks for reply, you think like this (last three lines)? Mail::Send( $mail_id_lang, 'new_order', sprintf(Mail::l('New order : #%d - %s', $mail_id_lang), $order->id, $order->reference), $template_vars, $merchant_mail, null, $configuration['PS_SHOP_EMAIL'], $configuration['PS_SHOP_NAME'], null, null, $dir_mail, null, $id_shop, null, $replyTo, $replyToName ); And $replyTo and $replayToName I should define in mail.php, isn't it?
  4. Hello, I've been working on a confirmation email sent by the "ps_emailalerts" module after completing a new order. I need to insert the "reply-to" field into the e-mail and insert the customer's e-mail into it. My point is that after receiving a confirmation email about a new order after clicking "reply" in Thunderbird, the recipient of the email is the customer, not my store. Has anyone solved a similar thing? Prestashop 1.7.6.2 Email Alerts 2.1.1
  5. A mohu vědět jak? Mám PS 1.7.6 a nevím, jak jej přidat, resp. jak sloupec zavolat v AdminOrdersController.php
×
×
  • Create New...