30 comments found.
Hi, is this script still updated to work with the latest skrill site?
Hi Tatianna21, thank you for your interest! It works only with older API at the moment.
Nice
Glad you like it aboarsalan, thanks for purchasing!
This standalone payment terminal works with latest skrill ?
Hi leonjoe,
Thank you for your interest in our product.
It will work fine, but please note that there is no IPN functionality (skrill will not send updates to your db without adding such functionality)
hi. Your last comment was 5 months ago so i thought by now improvement is done. But everything is the same. I’m not being funny but this class without IPN is useless. You can get this code free from the internet. This purchase was the worst i have ever made.
You are right, it is the same. Unfortunately we haven’t made any progress on this product updates due to other products updates, which took much more time than anticipated. We will get back to all our older products without updates as soon as we’ll be done with BookingWizz product line update.
Badly done.. There is not even the moneybookers IPN page installed properly, just a IPN function defined. I don’t recommend..
Thank you for your feedback codekheti. We’ve planned an update for this product in next couple of months which will significantly improve it.
How can I use this to my WordPress based website?? Can I’ve details about how to install it to my site?? I’m using WordPress 3.4.1. Can I use this to my site?? Please send me details about this Script so that I can understand the whole point and I’ll like to buy that.
Hi blwebservice,
You can use it in standalone mode – place it somewhere on FTP , and then put a link in your pages somewhere to the location of the terminal (keep in mind that it WILL NOT have your wordpress design, since it is standalone script..)
Is it Compatible with WordPress 3.4.1??
Hi
this is not a wordpress plugin at all. It’s standalone payment terminal.
Hello Convergine, Is this script working currently as there were some API changes at MoneyBookers service, so could you check it with your testing account (I could pass you details) and confirm – as I am interested in mod for status_url to link variable, is it still working ?
Greetings,Nik
Hi nik381,
Thank you for your interest in our product.
There is no support for status_url, however it is not that hard to add and we can provide assistance through our support forum.
Is it possible to perform an action after the payment has been completed? Such as sending an e-mail?
Hi ivarvw,
It is possible with slight adjustments to the code. You would need to pass status_url variable to moneybookers, and then create a “listener” on that URL which basically would check status of returned response : $_POST[‘status’]=”2” – means that transaction is processed, 0 – pending, -1 cancelled, -3 – chargeback
i have personal account in money bookers so i can use this script and how i setup it i am little experience and what is payment option will be for customers who will buy and thanks
Yes you can use it with personal moneybookers (skrill) account. You will find readme file in the distribution package, after you will purchase it.
I want to inquire about code documentation and a qoute on customization, however I wasn’t able to find your email or a messaging option, how can I contact you
Please use profile contact form, here on codecanyon.
Can I use my Moneybookers personal account in this plugin
You can use any account with this plugin.
Great script CONVERGINE , i was looking this from last 2 weeks as i got merchant status approved and i wanted to setup this type of terminal in my CMS , you really made my work EASY
Thanks ALOOOOT .
Do change Moneybookers Logo to SKRILL as its changed on thier website also
Thanks Anyways
Thank you for your feedback bitbyteworld we’re glad you enjoyed our product.
We wanted to let everybody know that we are going on vacation and will not be available for any requests ( including support ) from September 16 to September 24. All requests will be taken care of as soon as we will be back. Thank you for your understanding.
yes it allow
please help me when i buy any thing i dont see any notification mail come to me
Hi mshmomo,
Does your host allow sending emails over php mail() function ?
Please contact us by email for further assistance
hi i want to user selct the amount from menu not he type the amount and i want te select the service fro menu like (hosting,designe) lile this and thanks
Hi mshmomo,
Thank you for purchasing our product.
We received an email for you and will reply shortly.
This was truly timesaver. I was happy to buy your script. Got me 15 minutes to integrate it into my order system.
I really liked it, i will soon probably buy your paypal script as well.
We’re glad you liked our script! Thank you for purchasing
Dose it come with free updates in case moneybookers changed the system ?
as I notice they going to change it
Hi,
Thank you for your interest in our script.
If moneybookers will change something on their part and our script will stop working – we would need to update the script, sure. However we cannot guarantee prompt update for the script, there’s just too many things which we promised to our codecanyon clients which are still pending completion. Script modification would go to queue line of the development for codecanyon.
Hi,
I bought this script but after a client has made a transaction, i would like to add a transaction line into my database to track all the payments. Where I can put my INSERT INTO lines ? And where I can put the code the ensure that the transaction as been processed correctly.
Thanks
Hi SuperFlash,
thank you for purchasing our script.
Please take a look on this link http://www.moneybookers.com/merchant/en/moneybookers_gateway_manual.pdf on page 8, particularly on description of field “status_url”
Now open index.php of the script. Go to line 32 and change
$moneybookers->add_field(‘status_url’, $admin_email); into
$moneybookers->add_field(‘status_url’, url_to_transaction_checker_script.);
url_to_transaction_checker_script should be file (with correct location ofcourse) which will get $_POST array from moneybookers. In this array they will pass all necessary info which you might need to input into your database. You can find more info on what parameteres moneybookers will send to that page on their website.