A+ | A - | RESET
Fixed | Wide | Full | Reset

Capture360.Net

Cover Every Angle

  Advanced search
Welcome, Guest. Please login or register.
Did you miss your activation email?
17:56 GMT - Fri 19 Apr 24

Login with username, password and session length
Pages: [1]
Author Topic: Mail notify  (Read 11689 times)
0 Members and Guests are viewing this topic.
yepun
Conscript
*******
Posts: 1


« at: 22:33 GMT - Sun 13 Dec 09 »

Hi,

I installed 3. 1. 2 on 1. 38a and it seams to work fine.  Most of my customers pay by bank transfer (in moneybookers) so it takes a few days to get the money to my account.  I thought, Ok when the money has arrived I get a confirmation mail from moneybookers but there was none.  I complained about them and they told me as long as I don't send my mail address in the status_url2 during purchase I will never get such a mail.  So where do I find this field to put in my mail address?

Thanks a lot,
Rainer
Logged
Dayo
Sheriff
*
Posts: 447


WWW
« Reply #1 at: 15:14 GMT - Mon 14 Dec 09 »

Rainer

The status_url2 seems to be a new addition to the Moneybookers API and the module does not send this field to moneybookers.

Looking at the API, this field is just an addition to the existing status_url which the module uses so that an extra notification can be sent.

The module handles the notifications and it should send you an email after the bank transfer if you have set it so you can receive Admin emails.

I must confess I don't actively use the module so have not tested how it operates for quite a long time.

I know there was a hack in the way the module is setup to get around a problem with the Moneybookers notifications which if they have now fixed might mean the module's admin and customer emails are never sent.

So the question is ... have you set up the module to send notification emails and are those emails received?  

I will look into investigating the state of things and updating the module sometime in the new year.
Logged
webchills
Conscript
*******
Posts: 3


« Reply #2 at: 18:55 GMT - Fri 04 Jun 10 »

Moneybookers told me to add the status_url2 in includes/modules/payment/moneybookers_payment. php as follows:

 zen_draw_hidden_field('status_url2', MODULE_PAYMENT_MBOOKERS_ID) .

so it looks like this:
// transaction data
       $process_button_string = zen_draw_hidden_field('pay_to_email', MODULE_PAYMENT_MBOOKERS_ID) .
       zen_draw_hidden_field('recipient_description', STORE_NAME) .
       zen_draw_hidden_field('logo_url', $_SESSION['mb_logo_url']) .
       zen_draw_hidden_field('transaction_id', $_SESSION['mb_tid']) .
       zen_draw_hidden_field('return_url', zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL')) .
       zen_draw_hidden_field('cancel_url', zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL')) .
       zen_draw_hidden_field('status_url', zen_href_link(FILENAME_CHECKOUT_MONEYBOOKERS_IPN, '', 'SSL')) .
       zen_draw_hidden_field('status_url2', MODULE_PAYMENT_MBOOKERS_ID) .

But this does not the trick, there is still no email notification.
Do you have an idea?
Logged
Dayo
Sheriff
*
Posts: 447


WWW
« Reply #3 at: 01:06 GMT - Sat 05 Jun 10 »

This addition should solve the issue. You also need to add "echo zen_draw_hidden_field('status_url2', MODULE_PAYMENT_MBOOKERS_ID);" to includes/templates/template_default/templates/tpl_checkout_moneybookers_out_default.php to complete the loop you started.


Bear the following in mind though:
1. The standard status url links back to the module which should then handle the notifications as long as you have selected the option to receive admin notifications in the module admin.

2. The notifications to the status_url2 you added, will be handled by moneybookers directly and should not be needed. This is because if you want notifications, you should activate this in the module and it will handle this ... as long as it receives them from moneybookers (this might be broken though as the moneybookers notifications was not workig properly when the module was coded and a workaround was implemented. This may be broken if they have since fixed the original issue).

3. The additions are not addressing the real issue and are at best a temporary hack.
Logged
webchills
Conscript
*******
Posts: 3


« Reply #4 at: 11:21 GMT - Mon 07 Jun 10 »

Two days ago I found the template tpl_checkout_moneybookers_out_default. php and did the modification there too. 
I did it like this:
echo zen_draw_hidden_field('status_url2', 'xxx@xxx. com');
Thats the only way to get these notifications and its working now.
Logged
Pages: [1]
Jump to:  

Latest Posts
by Dayo
[21:04 GMT - Tue 19 Aug 14]

[22:20 GMT - Sat 16 Aug 14]

[21:15 GMT - Wed 09 Apr 14]

by Dayo
[17:18 GMT - Tue 21 Jan 14]

[15:55 GMT - Sun 15 Sep 13]
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines
Corto design TinyPortal v0.9.8 © Bloc
Configured by Dayo Akanji
Contact