Page 16 of 17 FirstFirst ... 614151617 LastLast
Results 151 to 160 of 165
  1. #151

    Default Re: Moneybookers Payment Gateway

    Issue with moneybookers payment module, I have installed it on my old hosting company and all features where working. I have recently changed hosting companys, I have adjusted the Chmod folders and files and when I install the module I can get to the point where it ask to activate the account, it returns back without the merchant account number (blank) and allows me to put the securet word in, then is errors out telling me it is wrong.

    I have a merchant account with Moneybookers already. Moneybookers tells me that they don't fix (lockin) IP's, I have also unstalled all the programming and re-install the module, but that did not changeany thing.

    I have download and install the latest version as well.

    Looking for assistance, thanks Pcsdesign

  2. #152
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Moneybookers Payment Gateway

    Greetings,
    I have recently upgraded to 1.5 and installed the Moneybooker module. It seems working fine except some minor language problem. I have attached a picture here, showing the nav bar not displaying properly. Anyone have the same situation and any idea to solve it?
    Click image for larger version. 

Name:	zennavbar.jpg 
Views:	100 
Size:	21.8 KB 
ID:	10448

  3. #153
    Join Date
    Oct 2010
    Posts
    261
    Plugin Contributions
    0

    Default Re: Moneybookers Payment Gateway

    I have decided to start using this payment gate way again but is there any way to make the images on the payment page smaller..This is the only thing that is preventing me from using it as I find them just way to big

    thanks

    Click image for larger version. 

Name:	bookers.JPG 
Views:	53 
Size:	27.4 KB 
ID:	10481
    Last edited by ATSWorld; 16 May 2012 at 08:45 AM. Reason: attachmnet wrong

  4. #154
    Join Date
    Oct 2011
    Location
    London
    Posts
    6
    Plugin Contributions
    0

    Default Re: Moneybookers Payment Gateway

    You know what, I only got it working today after much delay. Few personal things kept things on the back burner but I kicked it all into gear this week.

    Turns out my ZC install was corrupted. I recently did a clean install and through actually READING THE MANUAL now understand what on earth I'm doing. Still had a hitch with the secret word but it looks after doing something wrong and closing Chrome by accident I started again and it all seems to be working and with a green light.

    Thanks for responding to the issue Jamie and sorry it took all of 5 months to get back to you. So excited everything is working for me now and I don't have use Paypal. That would have totally sucked.


    Quote Originally Posted by JSWeb View Post
    Hi bigsmileydave

    Did you managed to get the Moneybookers Payment Gateway module working?

    > http://www.zen-cart.com/index.php?ma...roducts_id=940

    I see its using standard post functionality and runs on an IFrame on the ZC page.

  5. #155
    Join Date
    Dec 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: Moneybookers Payment Gateway

    hi

    i have a problem for the SSL certificate.
    SSL certificate is enabled for checkout step 1,2,3 but not enabled in the moneybookers gateway page.
    my customers feel not secure to input credit card information on a page without SSL enabled.
    could anyone help , which file should i modify to enable SSL certificate on the gateway page? thank you

  6. #156
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    53
    Plugin Contributions
    0

    Default Re: Moneybookers Payment Gateway

    Here are some fixes for this "Official" Moneybookers module

    1)
    On the payment_moneybookers page the breadcrumb navigation is showing NAVBAR_TITLE_1 and NAVBAR_TITLE_2

    Solution:
    Create a file called payment_moneybookers.php with the following content:
    Code:
    define('NAVBAR_TITLE_1', 'Checkout');
    define('NAVBAR_TITLE_2', 'Skrill/Moneybookers');
    and put it in includes/languages/english
    If you have other languages active do the same for e.g. includes/languages/french


    2)
    The payment_moneybookers page is not SSL even if SSL is active in your store and properly configured.

    Solution:
    includes/modules/payment/moneybookers/moneybookers_payment.php

    Change about line 60 from:
    Code:
    $this->_moneybookersUrl = zen_href_link('payment_moneybookers');
    to
    Code:
    $this->_moneybookersUrl = zen_href_link('payment_moneybookers','','SSL');

    3)
    During checkout you get "PHP Fatal error: 1054:Unknown column 'orders_status' in 'field list'"

    Solution:
    includes/modules/payment/moneybookers/moneybookers_payment.php

    Change about line 267 from:
    Code:
    `order_status` int(11) NOT NULL,
    to
    Code:
    `orders_status` int(11) NOT NULL,
    There is no need to use the UPDATE01.sql when fixing this bug as described above.

    Would be great if Moneybookers could release an updated version including these fixes.

  7. #157
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    189
    Plugin Contributions
    0

    Default Moneybookers

    They seem to assume that there is a moneybookers-table in the db! At least I don't have one.

  8. #158
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    189
    Plugin Contributions
    0

    Default Re: Moneybookers Payment Gateway

    What am I doing wrong? I had nothing of moneybookers after installing V1.5! They supplied "modulezencart.zip", which seem to contain a lot, but not enough!? There is for instance no creation of a moneybookers-table etc. just an alter sql-file.

  9. #159
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    189
    Plugin Contributions
    0

    Default Re: Moneybookers Payment Gateway

    I rechecked "zen-cart-v150-full-release-12302011" and "zen-cart-v1.5.1" and PayPal is the only "company" module existing in the original ZenCart-code. Is there really no one who can help me?

  10. #160
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    189
    Plugin Contributions
    0

    Default Re: Moneybookers Payment Gateway

    Ok, found the creation code.... Depressing lapse. Still the installation backfires - most notably is the Moneybookers ID field containing html ("OCTYPE HTML PUBLIC" is visible), not the id! After that , it's not surprising that registration fails! ANY clues?
    Last edited by kalastaja; 5 Oct 2012 at 10:42 AM. Reason: added the html

 

 
Page 16 of 17 FirstFirst ... 614151617 LastLast

Similar Threads

  1. MoneyBookers Payment Module
    By testuser in forum Addon Payment Modules
    Replies: 23
    Last Post: 20 Jun 2009, 08:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •