Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2006
    Location
    Cambridge, Ontario, Canada
    Posts
    44
    Plugin Contributions
    0

    Credit Card via Worldpay

    Can anyone tell me how to setup my worldpay account. I have looked everywhere and a friend has it but she did not set it up herself. On hers under modules it shows up as WorldPay Module, also I nee dto have french as I am selling in Quebec, canada so where would I find instructions to load a french language.

    Thanks

    david

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Credit Card via Worldpay

    This article explains the process of adding a language pack. You may need to verify the data/content of any language pack you download, as they are not always kept up-to-date.

    http://www.zen-cart.com/wiki/index.php/Languages
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Nov 2004
    Location
    Glasgow, Scotland
    Posts
    251
    Plugin Contributions
    0

    Default Re: Credit Card via Worldpay

    David,

    You will need to install the WorldPay Payment Module which is available from the Downloads section here:

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

    If you haven't already done so you will also need to arrange with WorldPay to open an account with them - see the install.txt file included with the module files.

    I have not included French language files for this module as my schoolboy French is not up to it. What you need to do is make a copy of the includes/languages/english folder included in the download file. Rename this copy 'française'. Open each of the files within this new folder and its subfolders and make any necessary translation changes. For example in includes/languages/française/wpcallback.php

    Code:
    define('NAVBAR_TITLE', 'WorldPay');
    define('NAVBAR_TITLE_1', 'Success - Thank You');
    define('NAVBAR_TITLE_2', 'Cancelled');
    would become something like:

    Code:
    define('NAVBAR_TITLE', 'WorldPay');
    define('NAVBAR_TITLE_1', 'Succès - Merci bien);
    define('NAVBAR_TITLE_2', 'Décommandé');
    etc.

    Place this new 'française' folder in the includes/languages folder and install the module files as per the instructions in the install.txt file.

    If you do translate the WorldPay module's language files into French could you please send me a copy and I will include these with future versions of the module.

    Support for the WorldPay module is available here:

    http://www.zen-cart.com/forum/showthread.php?p=220347

    Regards,

    Alan

 

 

Similar Threads

  1. Credit Card - Offline Processing conflict with worldpay
    By le_gber in forum Addon Payment Modules
    Replies: 10
    Last Post: 5 Jun 2009, 09:31 PM
  2. Credit Card Via Phone?
    By Fastcar in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 17 Mar 2008, 01:39 AM
  3. Replies: 0
    Last Post: 5 Nov 2007, 08:36 AM
  4. Letting customers pay with credit card via paypal
    By stentor in forum Addon Payment Modules
    Replies: 5
    Last Post: 18 May 2006, 04:53 PM

Posting Permissions

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