Page 5 of 5 FirstFirst ... 345
Results 41 to 47 of 47
  1. #41
    Join Date
    Apr 2010
    Posts
    4
    Plugin Contributions
    0

    Default 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

  2. #42
    Join Date
    Jan 2008
    Location
    Chevreuse, France
    Posts
    273
    Plugin Contributions
    0

    Default Re: Atos Payment Module (French Users) -- need to customize payment amount

    Quote Originally Posted by Michael REMY View Post
    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.
    Pete
    zc 1.3.9h
    www.gardenserre.fr

  3. #43
    Join Date
    Apr 2010
    Posts
    4
    Plugin Contributions
    0

    Default 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 ?

  4. #44
    Join Date
    Jan 2008
    Location
    Chevreuse, France
    Posts
    273
    Plugin Contributions
    0

    Default Re: Atos Payment Module (French Users) -- need to customize payment amount

    Quote Originally Posted by Michael REMY View Post
    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 !
    Pete
    zc 1.3.9h
    www.gardenserre.fr

  5. #45
    Join Date
    Oct 2011
    Posts
    4
    Plugin Contributions
    0

    Default 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.

  6. #46
    Join Date
    Jan 2008
    Location
    Chevreuse, France
    Posts
    273
    Plugin Contributions
    0

    Default 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.
    Pete
    zc 1.3.9h
    www.gardenserre.fr

  7. #47
    Join Date
    Oct 2010
    Posts
    27
    Plugin Contributions
    0

    Default 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']); 

 

 
Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. different payment options for different users/groups of users
    By grossd in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 17 Feb 2008, 06:48 PM
  2. Anybody know anything about French payment modules
    By BJH in forum General Questions
    Replies: 1
    Last Post: 9 Aug 2007, 11:38 AM
  3. Testing credit card payment and paypal payment module
    By pingudebian in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 20 Mar 2007, 11:18 PM
  4. [French] atos / sips module payment
    By djimmy in forum Addon Payment Modules
    Replies: 1
    Last Post: 12 Mar 2007, 06:48 PM
  5. french payment problem
    By wajdi in forum Addon Language Packs
    Replies: 3
    Last Post: 7 Dec 2006, 08:14 PM

Bookmarks

Posting Permissions

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