Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    application error Problem with Sermepa module

    Hello!

    Does anyone know how to configure the Sermepa payment module to work with the La Caixa eTPV virtual. From the admin everything seems to work just fine and when testing the payment I can see all the information.

    But the bank says the online notification doesn´t work. Here is a part of their email: En el seguimiento de las pruebas de su comercio,vemos como tiene un error en la notificación http( url de notificación: https://www.koskivinos.com/~juza/index.php?main_page=checkout_process).


    I´m using zen cart 1.3.6 and I hard coded the terminal number that wasn´t included with the module.

    Please help!

    juza123

  2. #2
    Join Date
    Jul 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Problem with Sermepa module

    ...sussed it!!!! so will share with anyone else who comes across this

    all I did was to change the lines 69 to 72 in caixa_sermepa_process.php from:

    PHP Code:
        require(DIR_WS_MODULES 'require_languages.php');
        require(
    'admin/includes/languages/spanish/orders.php');
        require(
    'includes/languages/spanish/checkout_process.php');
        require(
    'gestionadministrativa/includes/languages/english/orders.php');
        require(
    'admin/languages/english/checkout_process.php'); 
    to

    PHP Code:
        require(DIR_WS_MODULES 'require_languages.php');
        require(
    'admin/includes/languages/spanish/orders.php');
        require(
    'includes/languages/spanish/checkout_process.php');
        require(
    'admin/includes/languages/english/orders.php');
        require(
    'includes/languages/english/checkout_process.php'); 
    I can't guarantee that it will work for everyone but it did the trick for me

    Hope this helps any future troublees!

 

 

Similar Threads

  1. Problem with CAIXA Sermepa payment module
    By Gorka in forum Addon Payment Modules
    Replies: 2
    Last Post: 26 Nov 2015, 04:16 PM
  2. v151 Modulo Sermepa / Sermepa module
    By jorgesevilla in forum Addon Payment Modules
    Replies: 3
    Last Post: 4 Dec 2013, 10:48 PM
  3. Possible Sermepa payment module problem
    By vimad in forum Addon Payment Modules
    Replies: 10
    Last Post: 18 Apr 2011, 12:38 AM
  4. Problem with sermepa module
    By Gorka in forum Addon Payment Modules
    Replies: 1
    Last Post: 20 Feb 2008, 01:40 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