Page 1 of 2 12 LastLast
Results 1 to 10 of 679

Hybrid View

  1. #1
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    132
    Plugin Contributions
    2

    Default Re: Stripe payment module - Triplicate orders

    [QUOTE=BigB;1405258][QUOTE=Gozzandes;1405246]

    Quote Originally Posted by BigB View Post

    I have noticed that on the two test orders I have tried that the payments show as "Pending"... I'm offering digital download products and there is a message that states "NOTE: Downloads are not available until payment has been confirmed".
    I would think that payments would be "confirmed" while using test mode but, I don't know for certain. Perhaps there is a setting I need to configure or maybe the Debug Log is pointing to this issue? Any insight or suggestions is greatly appreciated, thanks
    Following 2 files should be changed
    www\includes\modules\pages\checkout_one\jscript_stripe.php
    \www\includes\modules\pages\checkout_payment\jscript_stripe.php

    from
    PHP Code:
    <?php 
    if ( isset($_SESSION['paymentIntent'])){
        
    $_SESSION['paymentIntent'] = '';
      }
    ?>
    to
    PHP Code:
    <?php 
        $_SESSION
    ['paymentIntent'] = '';
    ?>
    could you check it and reply?

  2. #2
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module - Triplicate orders

    [QUOTE=Gozzandes;1405263][QUOTE=BigB;1405258]
    Quote Originally Posted by Gozzandes View Post



    Following 2 files should be changed
    www\includes\modules\pages\checkout_one\jscript_stripe.php
    \www\includes\modules\pages\checkout_payment\jscript_stripe.php

    from
    PHP Code:
    <?php 
    if ( isset($_SESSION['paymentIntent'])){
        
    $_SESSION['paymentIntent'] = '';
      }
    ?>
    to
    PHP Code:
    <?php 
        $_SESSION
    ['paymentIntent'] = '';
    ?>
    could you check it and reply?
    Ok, I will give it a try and post results when done. Thank you

  3. #3
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module - Triplicate orders

    [QUOTE=Gozzandes;1405263][QUOTE=BigB;1405258]
    Quote Originally Posted by Gozzandes View Post



    Following 2 files should be changed
    www\includes\modules\pages\checkout_one\jscript_stripe.php
    \www\includes\modules\pages\checkout_payment\jscript_stripe.php

    from
    PHP Code:
    <?php 
    if ( isset($_SESSION['paymentIntent'])){
        
    $_SESSION['paymentIntent'] = '';
      }
    ?>
    to
    PHP Code:
    <?php 
        $_SESSION
    ['paymentIntent'] = '';
    ?>
    could you check it and reply?
    Ok, I was able to change the php file for \www\includes\modules\pages\checkout_payment\jscript_stripe.php
    However, I do not have a folder for www\includes\modules\pages\checkout_one
    with a jscript_stripe.php file for me to modify.
    Is this a folder with files I need to FTP over into my ZC installation?

    I did try a test order all the same after making the modifuaction in \www\includes\modules\pages\checkout_payment\jscript_stripe.php
    and still get the same message "NOTE: Downloads are not available until payment has been confirmed"
    Click image for larger version. 

Name:	Screenshot (61).jpg 
Views:	53 
Size:	46.8 KB 
ID:	20861

  4. #4
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    132
    Plugin Contributions
    2

    Default Re: Stripe payment module - Triplicate orders

    [QUOTE=BigB;1405272][QUOTE=Gozzandes;1405263]
    Quote Originally Posted by BigB View Post

    Ok, I was able to change the php file for \www\includes\modules\pages\checkout_payment\jscript_stripe.php
    However, I do not have a folder for www\includes\modules\pages\checkout_one
    with a jscript_stripe.php file for me to modify.
    Is this a folder with files I need to FTP over into my ZC installation?

    I did try a test order all the same after making the modifuaction in \www\includes\modules\pages\checkout_payment\jscript_stripe.php
    and still get the same message "NOTE: Downloads are not available until payment has been confirmed"
    Click image for larger version. 

Name:	Screenshot (61).jpg 
Views:	53 
Size:	46.8 KB 
ID:	20861
    download ver 2.1.11and overwrite all files.

  5. #5
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module - Triplicate orders

    [QUOTE=Gozzandes;1405275][QUOTE=BigB;1405272]
    Quote Originally Posted by Gozzandes View Post

    download ver 2.1.11and overwrite all files.
    OK, I downloaded version 2.1.11... I'll give it a go. Thank you

  6. #6
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    132
    Plugin Contributions
    2

    Default Re: Stripe payment module - Triplicate orders

    you should change the status.

  7. #7
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    132
    Plugin Contributions
    2

    Default Re: Stripe payment module - Triplicate orders

    You should change the status after cheking the payment in the admin page.
    or change the default order value of setting.

  8. #8
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module - Triplicate orders

    Quote Originally Posted by Gozzandes View Post
    You should change the status after cheking the payment in the admin page.
    or change the default order value of setting.
    OK... Right now all test orders are "pending". Not sure what they should be changed to... the other choices are processing, delivered or update.
    Should this be done before I update the stripe module to version 2.1.11 or after I update the module?

  9. #9
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: Stripe payment module - Triplicate orders

    Gozzandes, Sorry that BigB and I are tugging you back and forth, but I wanted to mention that I re-enabled Stripe, but with only Credit Cards enabled....no other changes. So far, every order received has resulted in a Zen Order and a successful stripe payment. Whereas starting on the 10th, none of the non-CC orders had a Zen order, which prompted the initial disabling of Stripe.

  10. #10
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    132
    Plugin Contributions
    2

    Default Re: Stripe payment module - Triplicate orders

    Quote Originally Posted by BigB View Post
    OK... Right now all test orders are "pending". Not sure what they should be changed to... the other choices are processing, delivered or update.
    Should this be done before I update the stripe module to version 2.1.11 or after I update the module?
    Go to admin=>Payment Modules => Stripe Payments => Set Order Status
    Change the Set Order Status "default" to "Delivered".

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. pay2check.com payment module?
    By sunrise99 in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Nov 2011, 03:55 AM
  2. klikandpay.com payment module
    By rulest in forum Addon Payment Modules
    Replies: 0
    Last Post: 24 Sep 2010, 06:06 PM
  3. AlertPay Payment Module Integration Help Please!
    By etorf9751 in forum Addon Payment Modules
    Replies: 8
    Last Post: 16 Aug 2010, 05:06 PM

Posting Permissions

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