Jump to content

Problems with Moneybookers


Recommended Posts

I installed and tested moneybookers payment on my store using 1.3.0.1 and it works good.

However i am not satisfied with the way that it looks (see picture 1). I would like it to look like the other payment option, and only pop.up as is done on picture 2, when customers click at it, can it be done quite easy ?.
Has anyone done that? Is there other moduls to Moneybookers, that works with 1.3?

19503_T2sdrB1FF2xtV1kvdg8X_t

19504_g2vK3IlCJpPT8znvphY6_t

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

I've just made my form automatically submit the 'Pay by card' form by changing line 2 on 'moneybookers-form.tpl' from"

   <body style="margin: 0; padding: 0;">
       <form action="https://www.moneybookers.com/app/payment.pl" method="post">



to:

   <body style="margin: 0; padding: 0;">
       <form action="https://www.moneybookers.com/app/payment.pl" method="post" name="card">



Also, by commenting (<!-- xxx -->) out line 38, 39, 78 & 79 - you can hide the click options (which look horrible in my opinion and it will then just show the box with a please wait rotating image..

Much nicer!

I've attached the file with the above changes done for the lazy people like me.
Just backup your original /modules/moneybookers/moneybookers-form.tpl file and replace it with this one.

All the best

Dan

moneybookers-form.tpl.zip

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...