Problem with SendOrdertoClient v0.6

antonionereu

Avatar: antonionereu

2009-03-12 13:18

Hi,

I have just installed the plugin SendOrdertoClient v0.6, to work with QuickCart3.0, and the result when i try to make an order is this:

No sBlock: ORDER_EMAIL_FOOT in file: templates/orders_print.tpl

Fatal error: Call to undefined function sendEmailToCustomerWithOrderDetails() in /home/tiopapel/public_html/core/orders.php on line 586


I have followed the instructions as it's described.

Please, can anyone advise?

thx in advance!

» Quick.Cart v3.x

antonionereu

Avatar: antonionereu

2009-03-12 13:35

sorry.. this happends..

Fatal error: Call to undefined function sendEmailToCustomerWithOrderDetails() in /home/tiopapel/public_html/core/orders.php on line 586

beholder

Avatar: beholder

2009-03-12 14:27

please check if you have the function in core/orders.php
If not, just add it according to plugin instructions.

antonionereu

Avatar: antonionereu

2009-03-13 20:33

Hi beholder..

The code looks like this....

sendEmail( $aSend, null, $GLOBALS['config']['orders_email'] );
sendEmailToCustomerWithOrderDetails( $sFile, $iOrder );
} // end function sendEmailWithOrderDetails

/**
* Send email to customer with order details
* @return void
* @param string $sFile
* @param int $iOrder
*/
function sendEmailToCustomerWithOrderDetails( $sFile, $iOrder ){
$oTpl =& TplParser::getInstance( );
$content = null;
$aData = $this->throwOrder( $iOrder );

.. and so on... till..

} // end function sendEmailToCustomerWithOrderDetails

antonionereu

Avatar: antonionereu

2009-03-16 18:04

thx.. figured it out! :) the problem was on my side! :)

slawollo

No avatar

2009-04-09 11:39

Hello Antonionereu!

Please write what was the problem. I've got the same troubles with "Call to undefined function sendEmailToCustomerWithOrderDetails() in /home/tiopapel/public_html/core/orders.php on line 586"

I've repeated the installation process several times and still I have the same result. Have no idea where to look for any mistake. I suppose it's a banal problem... Please, help. Thanks a lot!

Slawollo

slawollo

No avatar

2009-04-09 12:00

I've got QC 3.3 free version. I've read probably all threads on the forum and haven't found the clue.

Slawollo

slawollo

No avatar

2009-04-09 13:23

I've already fix it. Don't have any idea what was wrong, but now works ok.

Slawollo

Back to top
about us | contact