
Cheers Turb0, I was in there the other day too, didn't make the connection at all! But have now, and successfully after a bit of fiddling managed to put in my payment and address details for cheque users.


Spirit Mind Body UK Directory | iPyramidia Holistic Web Design
where i must change code? i don't have "catalog/plugin" folder... please type full path and file nameposeidon wrote: THE FINAL SOLUTION!! about this:
How to send the checkout order to admin address and to customer???
1. Forget the "mail.php" file...
2. Use the "checkout_process.php" file using PHP4 version at catalog/plugin
3. insert this line at the end of the file...:
Insert this line now:Code: Select all
// if sending mail fails (and they'll think the order failed too) @$mail->send($customer->email, $language->_('email_subject', $insert_id), $message, $cfg['store_name'], $cfg['email']);
@$mail->send($cfg['email'], $language->_('email_subject', $insert_id), $message, $cfg['store_name'], $cfg['email']);
Yeah!!!Code: Select all
} unset($_SESSION['products']); unset($_SESSION['charges']); unset($_SESSION['shipping']); unset($_SESSION['payment']); unset($_SESSION['total']); unset($_SESSION['comment']); header('Location: ' . $url->ssl('checkout_success')); exit; ?>
![]()
Who is online
Users browsing this forum: No registered users and 3 guests