Hello,

Will module ATOS-SIPS be adapted in DRUPAL 7?

Can I help?

Thanks

Merci beaucoup

Comments

anrikun’s picture

Hi,
If you want to work on the D7 port, you're welcome!

GuGuss’s picture

Hi,

We need to set up this module for Drupal Commerce (Drupal 7 ^^)... So we will work on it and post it soon (probably in a week).

Bye

Nicolas Berthon’s picture

Great new ! i'm also interested by the Atos module for Drupal Commerce !

billoutronic’s picture

Hi,

Any news on the Drupal 7 port of uc_atos?
I would be very interested by this module.

Thanks.

GuGuss’s picture

It has not been commited yet as a module.

Bit for now, you can find the sandbox here http://drupal.org/sandbox/jsacksick/1254362

anrikun’s picture

@GuGuss:
Tell me if you want to maintain D7 version here.

donatello’s picture

hi, just a word to have some news about the d7 version.
git link is not working at the moment.
thanks a lot.

andreij’s picture

I have upgraded the uc_atos to be used with Ubercart 2 and Drupal 7. If anyone interested I can upload the module.

christelle41’s picture

Yes I am interested. Thanks a lot.

anrikun’s picture

@andreij, are you interested in maintaining the D7 version of the module?

adripop’s picture

Any news about uc_atos for ubercart 3 ?

andreij’s picture

@anrikun I'm a short term consultant in France (the only place where ATOS is used, I guess) so I'm not the ideal maintainer. But I can become a comantainer in order to pull the d7 version.

anrikun’s picture

I don't know the right way to do in such a case.
First maybe you could post your D7 version here for review?

adripop’s picture

I've developped a version of uc_atos for ubercart 3 and drupal 7.
It has not been fully tested. So use it with caution.

https://github.com/adripop/uc_atos

adripop’s picture

anrikun’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Status: Active » Needs review

#14 needs review.

just_like_good_vibes’s picture

Thanks a lot for this work.
I have one feedback, i'm using it with ubercart 3 on drupal 7.
i use SociétéGénérale/Sogenactif.
i got this error in the watchdog :
"Autoresponse and request do not match: [...]"
and i've got the dump of the arrays (i won't show them here :) )

i found why they do not match
in request
[customer_id] => 85
[transaction_id] => 057922
[caddie] => 64b2b0208d8f5b861cbc6dbd7fa65da2

in response
[transaction_id] => 157921
[customer_id] => 85
[caddie] => 85

i commented the line

'transaction_id',

in file uc_atos.module, line 355

what do you think?

christelle41’s picture

I've just tested the D7 version of this module. Everything works except the messages of the completed order that do not appear on the cart/checkout/complete page after a successful payment. I suspect that comes from the function uc_atos_checkout_complete but I was not able to modify it to make it work. Thanks for helping.

MarcElbichon’s picture

With Ubercart >= 3.0.RC4,

  $_SESSION['do_complete'] = TRUE;

must be replaced by

  $_SESSION['uc_checkout'][$_SESSION['cart_order']]['do_complete'] = TRUE;

See #1425370: Something fails during checkout with Paypal comment #10

puneetsharma’s picture

Please help me out in configuring the ATOS/SIPS. My files are stored here sites/all/libraries/atos. Now what path I can give in the paths field. Please help me out.

puneetsharma’s picture

Actually when I select Atos payment I didn't get ant form where I can fill out the details of the card. Please help. Thanks

HashKey’s picture

Hello, Any news about this module for ubercart 3 and Drupal 7 ?
Bonjour, ce module existe-t-il pour Ubercart 3 et Drupal 7 ?
Thanks

HashKey’s picture

Hello,
Is this module available on Ubercart 3 and Drupal 7

Bonjour, Je cherche le module Sogenactif pour Drupal 7 et Ubercart 3... des infos ?

Thanks,
Fabien

puneetsharma’s picture

Hello

Please have a look on this link for ATOS/SIPS for Drupal 7 and Ubercart 3.

https://github.com/adripop/uc_atos

Countzero’s picture

Issue summary: View changes

Thanks a lot for the module in #24 : plugged it on a Drupal 6 upgraded site and it worked like a charm. Nice work.

anrikun’s picture

Status: Needs review » Fixed

Oh stupid me: I've just ported the module myself for a client completely forgetting about this issue and the nice port by adripop :-(

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.