Post by Tokai » Sun Oct 07, 2007 8:32 am

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.

;D

Spirit Mind Body UK Directory | iPyramidia Holistic Web Design


New member

Posts

Joined
Tue Aug 14, 2007 4:55 pm


Post by matthew » Wed Mar 19, 2008 12:26 am

None of this is working for me :(  Is there anything else you did other than insert that one line of code?

Newbie

Posts

Joined
Wed Jan 30, 2008 5:07 am

Post by caldazar » Wed Apr 30, 2008 12:47 am

Hi matthew,

If you check d77's post, he attached an updated mail.php also.

Newbie

Posts

Joined
Mon Nov 05, 2007 10:42 am

Post by ried » Thu Aug 14, 2008 11:34 am

poseidon 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...:

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']);
Insert this line now:

@$mail->send($cfg['email'], $language->_('email_subject', $insert_id), $message, $cfg['store_name'], $cfg['email']);

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;
?>
Yeah!!! ;)
where i must change code? i don't have "catalog/plugin" folder... please type full path and file name

Newbie

Posts

Joined
Wed Feb 13, 2008 5:45 pm
Who is online

Users browsing this forum: No registered users and 3 guests