Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Quelles sont tes versions wordpress et wp e-commerce ?

    Forum: Plugins
    In reply to: [WPCB] log file for Atos
    Thread Starter eddyare

    (@eddyare)

    Merci de ta réponse mais ce n’est hélas pas ?a j’ai essayé de donner tout les droits a tout le monde même problème

    Thank for the answer but that’s not the problem , giving all right to evry body doesn’t change any think

    You have to install wP-ecommerce but an alod version before 3.8.9
    And Zend libray

    To day for a raison I will never know (but I am juste human !) I had to put the correct URL for automatic response for the module to work.
    for those who do not know it is your URL site with /automatic_response.php after.

    I an going to write my own one to much problem for me with this !à)??!§é”(é

    here what I did :

    Finaly downgrade to WP e-Commerce Version 3.8.8.5
    No more error from standard class, steel not completely working but now customer and admin receive confirmation mails.

    The problem look located in the way the plugin try to connect to google drive to write log and is not in the zend library because it can write sales.It make the module exit so no mail and a blank page.

    My customer can’t wait and we together lost to much time and money so here is what I did if I can help others one lost in that bad situation :
    Create 2 pages one for accepted transaction, one for cancel transaction
    In the WPCB option
    uncheck Add Sales to Google spreadsheet
    In the Atos options living automatique response to blank or put a wrong path to automatic_response_url so automatique response is not called this way.
    put automatic_response.php in the normal return
    put the link to my cancel page in the cancel return.

    In the automatic_response.php near ligne 148 after :
    transaction_results($sessionid,false,$response[‘transactionid’]);
    put code to call my accept page (called merci):
    $url = site_url().”/merci”; (here in place of merci your page)
    wp_redirect($url);
    Exit;
    The site will work this way for the time I write my own plug in or 6www make the correction.
    Finally free solution can be very expensive even if you are ok to pay. Should be great if 6WWW tell us witch configuration is working and alert new users for incompatibility.

    Thread Starter eddyare

    (@eddyare)

    I answer for those who think the module can work :
    The return from atos doen’t work o no empty card, no mail etc….

    we-ecommerce installé?

    sapcrewboy tu utilise une page avec [wpcb] ?

    Are you using the [wpcb] page?

    For admin :
    I know that this is an english forum but the plug in only work for french bank and there is very important problem with this plug in, in fact it does not work !
    So please let use speak french only french people are in trouble (and for part (me for example )in very import ants troubles the author of the plugin doing nothing even if you want to pay in (no time he said)

    olmgg pour le moment si tu dois monter une boutique n’utilise surtout pas wpcb il ne fonctionne pas avec la dernière version de We commerce (a t il seulement fonctionné je commence a douter ) les objets panier, log et sessions ne sont plus adressés de la même fa?on (objet à la place de tableau) et tu obtiendra des erreurs et même les anciennes version ne gèrent pas correctement le retour depuis la banque (page automatique respons et respons par contre les solutions intégrées (paypal entre autre) fonctionne parfaitement.
    Je pense que dans l’état ce module ne devrait plus être référencé, il laisse penser qu’il existe une solution pour intégrer simplement word press et atos ce qui est faux.

    For important person like semi and Dembowski (any one exist like it can) :

    Do not use wpcb it does not work withe the last version of wp-ecommerce (if it has work a day ) objets are acceded in a different way (objet and no array ) and wpcb will generate numerous errors. The return from the bank do not work the information are lost and the automatic response page and the response page are not call (when the are called the module leaving most of the time before before the normal end ).
    I personally think that if the module stay as is WordPress should stop referencing it. For the day it let people thinking that the is a solution quite simple for using atos with word press ant that is false

    Finaly downgrade to WP e-Commerce Version 3.8.8.5
    No more error from standard class, steel not completely working but now customer and admin receive confirmation mails.

    The problem look located in the way the plugin try to connect to google drive to write log and is not in the zend library because it can write sales.It make the module exit so no mail and a blank page.

    My customer can’t wait and we together lost to much time and money so here is what I did if I can help others one lost in that bad situation :
    Create 2 pages one for accepted transaction, one for cancel transaction
    In the WPCB option
    uncheck Add Sales to Google spreadsheet
    In the Atos options living automatique response to blank or put a wrong path to automatic_response_url so automatique response is not called this way.
    put automatic_response.php in the normal return
    put the link to my cancel page in the cancel return.

    In the automatic_response.php near ligne 148 after :
    transaction_results($sessionid,false,$response[‘transactionid’]);
    put code to call my accept page (called merci):

    $url = site_url()."/merci"; (here in place of merci your page)
    wp_redirect($url);
    Exit;

    The site will work this way for the time I write my own plug in or 6www make the correction.
    Finally free solution can be very expensive even if you are ok to pay. Should be great if 6WWW tell us witch configuration is working and alert new users for incompatibility.

    hello
    The best think I can tell you is do not use this pluging actually.
    it is not working with last version of wp_ecommerce and 6WWW say it have no time for working on it.
    Lost 2 Week trying to make it working.
    Asking for not free installation but the developer have no time for that kind of job
    I finally shortcut autoresponse.php and the resultants pages

    Thank Globcom
    And with this configuration evry thinks works, no blank page, google spreadsheet contains log etc etc ?

    no compatibly with 3.8.9 version of wp-ecommerce the way the var $purchase_log is used is not the same.
    Solve the problem by changing $purchase_log[‘xxx’] by $purchase_log->xxx.
    The sale google sheet is update but not the log and got a blank page at the end of process.
    And it look like older versions of wp-ecommerce don’t work with wordpress 3.4.2

    It’is turning me crazy

    Globcom what are your versions ?

Viewing 13 replies - 1 through 13 (of 13 total)