File editing OXEMAIL

Hi,

I still have one big request - I need to know the name of the php file, which is in charge of sending an email in the last step of the order. It is a file called “OXEMAIL.php”?

A number of the line where it ends the command for sending e-mail - for I must add this line syntax for sending an email to the service “verified customers”

Thank you in advance for your answer.

PS: sorry for my English.

[QUOTE=zaky;103339]PS: sorry for my English.[/QUOTE]

No probs. All of us have the same problem and this is finally called “international” :wink:

[QUOTE=zaky;103339]
A number of the line where it ends the command for sending e-mail - for I must add this line syntax for sending an email to the service “verified customers”
[/QUOTE]

But to be honest - this is what I didn’t understand. Can you give an example what do you have in mind?

Regards

Take a look at the function “sendOrderEmailToUser” before “$blSuccess = $this->send();”

When a customer buys the goods and in the fourth step of the order confirming select Checkout and will be sent an email to purchase on the specified email address.In php file that is responsible for sending the order confirmation email I need to add the following php code:

// Heureka Ověřeno zákazníky

   require_once( CLASSPATH.'HeurekaOvereno.php');

try {
$overeno = new HeurekaOvereno(‘4c035da93413d7180b3ed79244b8f019’);
$overeno->_addUserInfoOrderEMail( $oOrder ); - email user
$overeno->addProduct(“product”, $oArticle); - product
$overeno->addOrderId($order_number); - order number
$overeno->send();
} catch (Exception $e) {
print $e->getMessage();
}

Use this code to send a data buyer to another server and data will be used for sending the form by satisfaction with the purchase of which subsequently receive buyers.
Unfortunately, after adding code to a file OXEMAIL always after order confirmation fails eshop.

PS:I hope I wrote it understandable