Serverweb Posted June 16, 2008 Share Posted June 16, 2008 Hi I need to modify the email sent by the system for an order. I made a lot of attempts with no results. I tried to modify scriptcheckout.php, and actionhook but no success I use 3.6.2 and cart (no orderform) function actionhook_ShoppingCartCheckout($vars) { # This function runs when the user checks out using the shopping cart $vars["OrderID"] - Order ID Number $vars["OrderNumber"] - 10 Digit Order Number $vars["InvoiceID"] - Invoice ID Number and inserting various tags function actionhook_ShoppingCartCheckout($vars) { # This function runs when the user checks out using the shopping cart $sendEmail = "$vars["Email"]<$vars["Email"]>"; $subject = "Client Order: $vars["OrderID"]"; $message = "$vars["OrderNumber"]" But, as I said, no results. 0 Quote Link to comment Share on other sites More sharing options...
JasonO Posted June 16, 2008 Share Posted June 16, 2008 You edit the Email Template in the Admin Area of WHMCS. You don't need to edit the WHMCS Core files to edit an email. Configuration > Email Templates. 0 Quote Link to comment Share on other sites More sharing options...
Serverweb Posted June 16, 2008 Author Share Posted June 16, 2008 I talk about email "EMAIL ORDER ADMIN" (sub: WHMCS New Order Notification) Thanks 0 Quote Link to comment Share on other sites More sharing options...
Serverweb Posted June 19, 2008 Author Share Posted June 19, 2008 no solutions abot this? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.