ccarletti![]() 2006-10-03 20:04 | What I am trying to do is have 2 different emails sent, one to client and a different one to myself. The reason for this is the orders_print.tpl file contains the credit card info and this is the file that htmlMailOrderDetails.php uses for the message of the emails sent to both client and myself. Can I use an IF statement in the htmlMailOrderDetails.php to say if it is going to client strip the credit card fields or do I have to write to 2 different orders_print.tpl files and have the php file write the emails with the different tpl files. Hope this makes sense! Chris |
Jo![]() 2006-10-04 17:18 | Personally, I would remove the credit card fields from the order_print.tpl completely so that neither the customer or the admin sees them in emails or in order printing. I would have thought that was a little un-secure sending them in emails? |