Jump to content

Kopie emailu adminovi


jirpol

Recommended Posts

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

Link to comment
Share on other sites

  • 6 months later...

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 :-)

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