Post by Fresher » Thu Mar 13, 2008 6:27 pm

Hi. I want to to so:

that after success check out customer will get an email with my bank account details to which he need to send money.

any ideas? :)

New member

Posts

Joined
Thu Mar 13, 2008 5:40 pm

Post by bruce » Sat Mar 15, 2008 12:37 pm

catalog\controller\checkout_confirm.php sends the confirmation email to the customer.

Have a look there and you should be able to work out a way to do it that suits you.

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm

Post by Fresher » Sat Mar 15, 2008 7:20 pm

could someone help me to change this script and add what i want...? please. :|
Last edited by Fresher on Sun Mar 16, 2008 12:33 am, edited 1 time in total.

New member

Posts

Joined
Thu Mar 13, 2008 5:40 pm

Post by bruce » Mon Mar 17, 2008 9:21 pm

Ok, but you will have to post the fields that you want to add to the email exactly as you want to see them and where, with names/descriptions and some (pretend) values.

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm

Post by Fresher » Tue Mar 18, 2008 12:49 am

the email with this information should be the same like others but just need to add:

=====

Bank: hansa
Number: LT98556655444112

Note: The items will be sent as soon as we get your payment. Thank you.

========

something like this :) thanks.

New member

Posts

Joined
Thu Mar 13, 2008 5:40 pm

Post by bruce » Wed Mar 19, 2008 7:51 pm

Hopefully someone will step in for me here. I have had a laptop meltdown and will be off the air (coding wise) for about a week.

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm

Post by Fresher » Fri Mar 21, 2008 12:44 am

can somebody help me with that script??? :|

New member

Posts

Joined
Thu Mar 13, 2008 5:40 pm

Post by bruce » Fri Mar 21, 2008 9:26 am

One possibility, for english language, you can change the following in \catalog\language\english\controller\checkout_confirm.php

Code: Select all

$_['email_thanks']           = 'Thank you for interesting in %s Products. Your order with details below has been received.';
to be something like

Code: Select all

$_['email_thanks']           = 'Thank you for your interest in %s Products. Your order with details below has been received. Payment can be made by direct deposit to:<br /><br />Bank: hansa<br />Number: LT98556655444112<br /><br />Note: The items will be sent as soon as we receive your payment. Thank you.';

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm

Post by Fresher » Fri Mar 21, 2008 8:13 pm

where can i add what after cashout the customers will be redirecter to bank page (example www.hanza.net) ? thanks

New member

Posts

Joined
Thu Mar 13, 2008 5:40 pm
Who is online

Users browsing this forum: No registered users and 2 guests