Nějak jsem se s tím u presty nesetkal, ale chtěl bych vědět, zda jde nastavit, aby adminovi chodily všechny emaily, co zákazníkům. Od registrace až po .... Na zencartu to jde nastavit v administraci, tady jsem nic nenašel i na foru. Díky
Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.
Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
Kopie emailu adminovi
Started by jirpol, Feb 08 2010 09:28 PM
Kopie emailu adminovi
#1
Posted 08 February 2010 - 09:28 PM
#2
Posted 09 February 2010 - 12:43 AM
Tohle nehledej v PS ale v nastaveni hostingu, kazdej rozumnej hosting umoznuje nastavit posilat skryte kopie vsech odchozich emailu na tvou zvolenou adresu...
#3
Posted 19 August 2010 - 10:48 AM
Tak jsem to udělal přidáním následujího kódu do těchto souborů modules/cashondeliverywithfee/cashondeliverywithfee.php a v classes/PaymentModule.php
za kód
Mail::Send(intval($order->id_lang), 'order_conf', 'Order confirmation', $data, $customer->email, $customer->firstname.' '.$customer->lastname, NULL, NULL, $fileAttachment);
vložte
/*email na objednavky@vas_email.cz*/
Mail::Send(intval($order->id_lang), 'order_conf', 'Order confirmation', $data, 'objednavky@vas_email.cz', $customer->firstname.' '.$customer->lastname, NULL, NULL, $fileAttachment);
A zatím mě to funguje
Jinak hostuju na www.hosting-zdarma.cz a budu přecházet na www.onebit.cz :-)
za kód
Mail::Send(intval($order->id_lang), 'order_conf', 'Order confirmation', $data, $customer->email, $customer->firstname.' '.$customer->lastname, NULL, NULL, $fileAttachment);
vložte
/*email na objednavky@vas_email.cz*/
Mail::Send(intval($order->id_lang), 'order_conf', 'Order confirmation', $data, 'objednavky@vas_email.cz', $customer->firstname.' '.$customer->lastname, NULL, NULL, $fileAttachment);
A zatím mě to funguje
Jinak hostuju na www.hosting-zdarma.cz a budu přecházet na www.onebit.cz :-)
#4
Posted 19 August 2010 - 10:52 AM
Ti prenecham mnou opustenej zapkacenej hosting za polovic :-)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












