Advertisement
Guest User

ps_emailalers.php

a guest
Nov 15th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. $template_vars['{id_address_contatto}'] = $id_address_contatto;
  2.  
  3. $emailmia = 'info@visioweb.it';
  4.  
  5.  
  6.  
  7. Mail::Send(
  8. $mail_id_lang,
  9. 'new_order',
  10. sprintf(Mail::l('New order : '.$template_vars['{id_address_contatto}'].' : #%d - %s', $mail_id_lang), $order->id, $order->reference),
  11. $template_vars,
  12. $emailmia,
  13. null,
  14. $configuration['PS_SHOP_EMAIL'],
  15. $configuration['PS_SHOP_NAME'],
  16. null,
  17. null,
  18. $dir_mail,
  19. null,
  20. $id_shop
  21. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement