Jump to content

Email Order system


Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated