Zen Cart Logo
Forums / Addon Payment Modules / Moneybookers Payment Gateway

Moneybookers Payment Gateway

Views: 70,074

Results 41 to 60 of 168
23 Mar 2008, 4:57 PM
#41
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Moneybookers Payment Gateway

william_c

  1. The script works for me with no issues so I will not be carrying out any further tests.

  2. "Awaiting Moneybookers Update" order status id is "17" on my system, not "0" so no bugs noticed. I am sure you can check where the relevant bit of code is. (Why don't you just change it in the Module Admin?)

  3. The script was written for V1.3.8 not 1.3.7. You might want to make sure you are using compatible versions to eliminate the possibility of problems being due to version differences before deciding something that doesn't work is a bug.

I am sorry I can't help you any further as I have tested it and happy with what I get.

Perhaps your issues are down to the ZC Versions. I don't know but it might be worth a look.

23 Mar 2008, 5:07 PM
#42
dogtags avatar

dogtags

Totally Zenned

Join Date:
Nov 2003
Posts:
876
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

Is there a version that works with zen 1.3.7.1 ?

Thanks :smile:

23 Mar 2008, 5:13 PM
#43
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

DogTags

I don't know. Only tested with 1.3.8a

23 Mar 2008, 6:43 PM
#44
william_c avatar

william_c

New Zenner

Join Date:
Aug 2006
Posts:
31
Plugin Contributions:
0

Re: Moneybookers Payment Gateway

william_c:

I tested the last version in 1.3.7a

  1. When I installed the script, the "Awaiting Moneybookers Update" order status id is "0", not "17", I think it's a bug.

  2. The automatic moneybookers notification is still not working. I made a order, I see the order on "My Account" page, the status is "Awaiting Moneybookers Update", I login the payer's moneybookers account, I see the payment status is "Pending", the order status will not update after I click "Cancel" link on moneybookers website, I know moneybookers will send a notification with the transfer information to "mbookers_gway_ipn.php" after I clicked the "Cancel" link, and the order status will be updated to "Cancelled", but it's not working.

Please test the IPN again. Thanks!

I added a log script under "if ($transaction_found == 'True') {" in mbookers_gway_ipn.php.

<php> $a = fopen('a.txt','a');
fwrite($a, "Transaction Found ..................\n");
fclose($a);</php>
The "$transaction_found" never equal "True" at any time. And then, please check the row "mb_posts" in table "mbookers_gway_orders", the row is "1" forever, and please check "mbookers_gway_orders_table.php" again, I think there has a issue.

23 Mar 2008, 6:47 PM
#45
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

william_c

Please refer to my previous response to you.

28 Mar 2008, 3:37 PM
#46
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

deleted

31 Mar 2008, 9:48 PM
#47
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

Version 2.0.0 submitted

  1. Fixes bug with "Awaiting Status" DB Entry. (This is to counter issues experienced by users that have changed default language after installation)

  2. Additional entries into order status table now based on default language. (improves stability)

  3. Adds Admin Interface. (Admin can access transactions by moneybookers from Customers, Moneybookers Gateway in Zencart Admin)

  4. Should be compatible with older 1.3.x (needs confirmation)

31 Mar 2008, 10:05 PM
#48
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

IMPORTANT NOTE ON v2.0.0

Users will have to uninstall previous version BEFORE installing this version.

Failure to carry this step out will lead to customers getting SQL errors.

31 Mar 2008, 11:03 PM
#49
william_c avatar

william_c

New Zenner

Join Date:
Aug 2006
Posts:
31
Plugin Contributions:
0

Re: Moneybookers Payment Gateway

Dayo:

IMPORTANT NOTE ON v2.0.0

Users will have to uninstall previous version BEFORE installing this version.

Failure to carry this step out will lead to customers getting SQL errors.

I just tested it with my 1.3.7a, it's not compatible or the MB2.0 has some bugs?
The hidden input values of total price, shipping fee, currency are null on "Confirmation Page". Could you fix the issue?

31 Mar 2008, 11:14 PM
#50
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

william_c:

Could you fix the issue?

Sorry but I can't act on any issues with older versions of ZC since it will most likely lead to chasing of tails.

As you may understand, I use 1.3.8, have developed for that and do not know enough about the differences between the versions to try to change stuff that works in my environment.

If a 1.3.8 users raises the same issue, then I'll know there is something that definitely needs fixing.

1 Apr 2008, 8:32 AM
#51
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Moneybookers Payment Gateway

Dayo:

IMPORTANT NOTE ON v2.0.0

Users will have to uninstall previous version BEFORE installing this version.

Failure to carry this step out will lead to customers getting SQL errors.

Hello,

I wonder to know how to uninstall previous version ? I do like that:

I copy and overwrite all of new file into the old file. Is that fine ?

Thanks you !

1 Apr 2008, 11:56 AM
#52
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

kimsonvu

  1. Log into the Admin
  2. Navigate to Modules, Payment
  3. Select "Moneybookers Gateway"
  4. Click on "Remove"
  5. Click on "Install"
  6. Fill in the stuff needed
  7. Click on "Update"
26 Jun 2008, 8:19 AM
#53
meetwinter avatar

meetwinter

New Zenner

Join Date:
Jun 2008
Posts:
13
Plugin Contributions:
0

Re: Moneybookers Payment Gateway

emergency help,
I encountered a problem, when I confirm the order, it prompts,
Transaction not allowed
The currency specified by merchant for this payment is not supported at Moneybookers. Please contact your merchant for support.

My default currency is EUR in moneybooker, my Zen Cart version is the newest one.

7 Jul 2008, 11:51 PM
#54
william_c avatar

william_c

New Zenner

Join Date:
Aug 2006
Posts:
31
Plugin Contributions:
0

Re: Moneybookers Payment Gateway

Today, I tested it with newest version 1.38a, it's not working.
The moneybookers Order Status can't update automatically.

I made an order with moneybookers, when I done the order, the order's status is "Awaiting Update", I login moneybookers, and "Cancel" the "Pending transaction", but the order's status will not update automatically.

I am disappointed.

11 Jul 2008, 7:12 PM
#55
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

william_c:

I am disappointed.

Thank you for taking the time to express your disappointment.

11 Jul 2008, 7:14 PM
#56
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

meetwinter:

emergency help,
I encountered a problem, when I confirm the order, it prompts,
Transaction not allowed
The currency specified by merchant for this payment is not supported at Moneybookers. Please contact your merchant for support.

My default currency is EUR in moneybooker, my Zen Cart version is the newest one.

I am not sure if something has changed on moneybookers as I am not actively using the module.

I will run some tests when I have some time and see if a fix is needed.

12 Jul 2008, 9:11 AM
#57
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

meetwinter

I have put through some test transactions on my site and have no issues.

I suggest you look into your configuration settings.

21 Jul 2008, 12:23 PM
#58
catherinesmith avatar

catherinesmith

New Zenner

Join Date:
Jul 2008
Posts:
5
Plugin Contributions:
0

Re: Moneybookers Payment Gateway

HELP PLEASE. I installed your mneybookers payment gateway in my store and I get the following error under ADMIN, PAYMENT MODULES

Fatal error: Cannot redeclare class moneybookers_gateway in /home/petrol/public_html/shop/includes/modules/payment/moneybookers_gateway.php on line 13

Thanks

Dayo:

I have posted my revision of the Moneybookers module to the downloads section.

AFAIK, there are at least three other versions although it seems the original version has been removed from the downloads.

This version is a major reworking of the moneybookers module and is based on the Moneybookers Merchant Payment Interface (Version 6.3) of 15
January 2008. It essentially leverages the "IPN" features offered by Moneybookers which the previous versions have done gotten into.

It started as a port of an OsC version (later abandoned by the developer) but that needed fiddling with several files and I decided to have a design goal of offering the features without editing any core files.

Main Features:

  • Designed for ZC 1.3.8
  • Auto update orders
  • Auto update orders history
  • Auto email updates to customers if enabled
  • Auto email updates to admin if enabled
  • Auto MD5 signature check before updates if enabled
  • Auto enable downloadable items once payment is cleared
  • Auto activate download max days for downloadable items
  • Auto inform customers of different currency to be used on moneybookers if necessary
  • Auto display monneybookers website in selected language
  • Choice of banners to display to customers at checkout

NOTES

  1. Unpack the zip file into your site to install. Make sure the "admin" folder
    matches if you have changed the name of your site admin folder.
  2. Edit the definitions in 'includes/modules/payment/moneybookers_gateway/moneybookers_gateway_emails.php' if you want your emails to be in a non english language.
  3. Get it here
21 Jul 2008, 6:03 PM
#59
dayo avatar

dayo

Zen Follower

Join Date:
Dec 2006
Posts:
187
Plugin Contributions:
1

Re: Moneybookers Payment Gateway

Hi

You might want to consider specifying the version of the module you have installed and the version of zen cart you are running.

This helps identifying where/what the issue may be and without knowing these, anyone trying to respond will have to basically take a stab in the dark.

2 Aug 2008, 5:41 AM
#60
djjase avatar

djjase

New Zenner

Join Date:
Jun 2008
Posts:
29
Plugin Contributions:
0

Re: Moneybookers Payment Gateway

I just installed and get the same as someone else above.

My Moneybookers account is set to AUD and I have set it to AUD in the admin.

I get this message:

Transaction not allowed

The currency specified by merchant for this payment is not supported at Moneybookers. Please contact your merchant for support.

Also the item price and shipping price has not come across either as can be seen here:

Payment to Whats to buy Australia

DESCRIPTION:
Order from Whats to buy Australia

ITEMS ORDERED:
1 x Aramis Eau de Toilette for Men (100ml) (0 )

TOTAL ITEM PRICE:
0

SHIPPING:
0