Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Problem installing iPayment-Module


2 replies to this topic

#1 lehmio

  • Community Member
  • 1 posts
  • Real Name:Stephan Lehrmann
  • Gender:Male
  • Location:germany

Posted 17 August 2009, 09:45

Hello to all!

I Couldnt find any help on this issue, so here is my topic:

I tried to install the iPayment-module in osC version<2 as well as OM 2.2 and, like the
manual said, copied the files ipayment_cc.php and ipayment_elv.php to
the folder shop\includes\languages\german\modules\payment and the files
hidden_trigger_cc.php, hidden_trigger_elv.php and process.php inside of
the ipayment-folder to the location shop\ext\modules\payment\ipayment.

Former versions of ipayment were not installed or were removed before...

After this the modules should have appeared in the list together with the
other payment methods, but they were not!

Does anybody know this problem and can give me a hint or workaround?!?

Thanks in advance,
Stephan

Edited by lehmio, 17 August 2009, 09:46.


#2 ecomfreak

  • Community Member
  • 1 posts
  • Real Name:S.Nych

Posted 18 November 2009, 18:02

Hello Stephan,
here Stephan ;-)

in the includes/modules/payment/ipayment.php

// class methods
    function update_status() {
      global $order;

      if ( ($this->enabled == true) && ((int)MODULE_PAYMENT_IPAYMENT_ZONE > 0) ) {
        $check_flag = false;
        $check_query = tep_db_query("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id = '" . MODULE_PAYMENT_IPAYMENT_ZONE . "' and zone_country_id = '" . $order->billing['country']['id'] . "' order by zone_id");

there is a select to zone id. I think your shop perhaps use a different zoneID .
in table configuration MODULE_PAYMENT_IPAYMENT_ZONE .

Stephan

#3 Stephan Gebbers

  • Community Member
  • 64 posts
  • Real Name:Stephan Gebbers
  • Location:Potsdam/Germany

Posted 12 March 2010, 10:47

Over here it was the ship2pay Module. If you have this one installed, don't forget to change the shipping to payment assignments

View Postlehmio, on 17 August 2009, 09:45, said:

Hello to all!

I Couldnt find any help on this issue, so here is my topic:

I tried to install the iPayment-module in osC version<2 as well as OM 2.2 and, like the
manual said, copied the files ipayment_cc.php and ipayment_elv.php to
the folder shop\includes\languages\german\modules\payment and the files
hidden_trigger_cc.php, hidden_trigger_elv.php and process.php inside of
the ipayment-folder to the location shop\ext\modules\payment\ipayment.

Former versions of ipayment were not installed or were removed before...

After this the modules should have appeared in the list together with the
other payment methods, but they were not!

Does anybody know this problem and can give me a hint or workaround?!?

Thanks in advance,
Stephan

Edited by Stephan Gebbers, 12 March 2010, 10:53.

..using OSC MS1 loaded5 & OSC MS2 RC1