Re: Atos Payment Module (French Users) -- need to customize payment amount
hi (i'm french too),
time was spend since this post, but what about your problem ?
did you success to solve it ?
thanks for reply.
Mike
Re: Atos Payment Module (French Users) -- need to customize payment amount
Quote:
Originally Posted by
Michael REMY
hi (i'm french too),
time was spend since this post, but what about your problem ?
did you success to solve it ?
thanks for reply.
Mike
The Atos module is available in the "Free Sotware Add Ons" and should work for you. Which bank do you use ? You should be aware that a few banks (mine, Banque Populaire, included) are moving away from Atos to Systempay for which a new module is available on the Zen Cart France website.
Re: Atos Payment Module (French Users) -- need to customize payment amount
thank you petek for your reply,
mine bank is Société général, and still use Atos (renamed sogénactif) system.
do you have any information between Zencart and atos in 1.3.8 release ? any problem or all should be Ok normally ?
Re: Atos Payment Module (French Users) -- need to customize payment amount
Quote:
Originally Posted by
Michael REMY
thank you petek for your reply,
mine bank is Société général, and still use Atos (renamed sogénactif) system.
do you have any information between Zencart and atos in 1.3.8 release ? any problem or all should be Ok normally ?
I think Sogénatif to the Société Générale is the same as Cyberplus to the Banque Populaire. Its still Atos. Atos and 1.3.8a work together fine. Let's hope Atos and 1.3.9 get on just as well !
Re: Atos Payment Module (French Users) -- need to customize payment amount
Hi there,
Does anyone has tried the atos payment module with zencart 1.3.9h ? any difficulties to get it installed ?
Thanks for your help.
Re: Atos Payment Module (French Users) -- need to customize payment amount
Ask your bank. They may have a developer who can help you. My bank does.
Re: Atos Payment Module (French Users) -- need to customize payment amount
If you want to use this module with 1.5.1 and with Société Générale and some how the return url is "index.php?main_page=atos_response" and not "main_page=checkout_process" you have to change atos_response/header_php.php:
PHP Code:
//Remember the data from post
$_SESSION['IMO_ATOS_DATA']=$_POST['DATA'];
/* Transaction approved */
/* Check whether the merchant id is the expected one */
zen_redirect(MODULE_PAYMENT_ATOS_PRODUCTION_MODE == 'false'
? zen_href_link(FILENAME_CHECKOUT_PAYMENT,
'info_message=' . urlencode(MODULE_PAYMENT_ATOS_TEXT_CHECKOUT_DEMO),
'SSL')
: zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL')); // from checkout success in checkout procees
and modify before_process() from atos.php the line :
PHP Code:
$response = $this->decodeResponse($_SESSION['IMO_ATOS_DATA']);
unset($_SESSION['IMO_ATOS_DATA']);
Re: Atos Payment Module (French Users) -- need to customize payment amount
hello, do you make this module work with zen cart 1.51 and php 5.3 ?