Page 64 of 68 FirstFirst ... 14546263646566 ... LastLast
Results 631 to 640 of 679
  1. #631
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by notset4life View Post
    And second error, after clicking that little submit button, another submit button appears, (my style the way it should look)

    https://jumpshare.com/s/cUugxDfHANY5usz78clw
    That second submit will show for a small amount of time; that's the submit button that starts the order's successful processing and "should be" auto-submitted.

  2. #632
    Join Date
    Sep 2004
    Posts
    187
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by lat9 View Post
    Did you copy the /includes/templates/YOUR_TEMPLATE/css/stylesheet_stripe.php to (er) your template's /css directory?
    Looks like I added it to ADMIN folder. I moved it and it's fixed. The showing for a small amount of time meant that there were two submit buttons, the unstyled one and the styled one appearing after click. OK now. Thanks

  3. #633
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Zen Cart 2.2
    Php Version: 8.4
    OPC

    Under your Notes:
    4. If your site uses One-Page Checkout (OPC), you must add stripe to the comma-separated list of payment methods requiring confirmation (Configuration :: One-Page Checkout Settings :: Payment Methods Requiring Confirmation).

    By default in the One Page Checkout Settings:
    Default: eway_rapid,stripepay,gps

    Are we good to GO ??????

  4. #634
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by haredo View Post
    Zen Cart 2.2
    Php Version: 8.4
    OPC

    Under your Notes:
    4. If your site uses One-Page Checkout (OPC), you must add stripe to the comma-separated list of payment methods requiring confirmation (Configuration :: One-Page Checkout Settings :: Payment Methods Requiring Confirmation).

    By default in the One Page Checkout Settings:
    Default: eway_rapid,stripepay,gps

    Are we good to GO ??????
    No, you need to add ,stripe to the list.

  5. #635
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

  6. #636
    Join Date
    May 2012
    Posts
    22
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Hi! Thank you for a great plugin and for all the work put into making it and resolving all the errors and requests from the community! I really appreciate it! But I need some help!
    I'm using Zen-Cart v1.5.7c. Therefore I had to use Stripe.com Payments Integration Version 2.1.14 from Zen-Cart plugin section, as it is the latest one that supports my version of ZC.

    All went well for a few months, the payments were processed correctly until the day I wanted to use a discount coupon. Zen-Cart showed the correct amount on the checkout page (I'm using the standard three pages checkout system), but Stripe received the amount without the discount and the client paid the full amount without the discount.

    I have read the entire topic and I have found that this problem was also reported much earlier than version 2.1.14 of the plugin, and they were told that this would be addressed and corrected in later versions.
    But here I am, with no immediate plans to upgrade Zen-Cart, having the same problem with discount coupon not being included in the amount that Stripe requests from client.
    I have also read about editing the
    Code:
    function pre_confirmation_check() {
    but I'm not sure what to edit, or if I should edit at all, and also about using
    Code:
    $calculatedTotal = $order_total_modules->pre_confirmation_check(true);
    but I need help making those edits for Stripe.com plugin version: 2.1.14 to work for my version of Zen-Cart.
    Thank you in advance!
    Last edited by mario75; 9 Dec 2025 at 09:06 PM.

  7. #637
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Zen Cart 2.2.0
    Php Version 8.4
    OPC
    Bootstrap

    Cindy,
    I received a stripe payment order today and noticed when I went into my admin panel I found this in the debug folder

    [12-Dec-2025 14:47:57 America/Chicago] Request URI: /index.php?main_page=checkout_one_confirmation, IP address: 216.177.186.199, Language id 1
    #0 /includes/modules/payment/stripepay/create.php(71): zen_debug_error_handler()
    #1 /includes/modules/pages/checkout_one_confirmation/jscript_stripe_checkout_one_confirmation.php(6): require('/home/haremark/...')
    #2 /includes/templates/template_default/common/html_header_js_loader.php(58): require('/home/xxxxxxxx/...')
    #3 /includes/templates/boot_haredo220/common/html_header_js_loader.php(26): require('/home/xxxxxxxx/...')
    #4 /includes/templates/boot_haredo220/common/html_header.php(158): require('/home/xxxxxxxx/...')
    #5 /index.php(48): require('/home/xxxxxxxxx/...')
    --> PHP Warning: Undefined array key "stripe_customers_id" in /includes/modules/payment/stripepay/create.php on line 71.

  8. #638
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by haredo View Post
    Zen Cart 2.2.0
    Php Version 8.4
    OPC
    Bootstrap

    Cindy,
    I received a stripe payment order today and noticed when I went into my admin panel I found this in the debug folder

    [12-Dec-2025 14:47:57 America/Chicago] Request URI: /index.php?main_page=checkout_one_confirmation, IP address: 216.177.186.199, Language id 1
    #0 /includes/modules/payment/stripepay/create.php(71): zen_debug_error_handler()
    #1 /includes/modules/pages/checkout_one_confirmation/jscript_stripe_checkout_one_confirmation.php(6): require('/home/haremark/...')
    #2 /includes/templates/template_default/common/html_header_js_loader.php(58): require('/home/xxxxxxxx/...')
    #3 /includes/templates/boot_haredo220/common/html_header_js_loader.php(26): require('/home/xxxxxxxx/...')
    #4 /includes/templates/boot_haredo220/common/html_header.php(158): require('/home/xxxxxxxx/...')
    #5 /index.php(48): require('/home/xxxxxxxxx/...')
    --> PHP Warning: Undefined array key "stripe_customers_id" in /includes/modules/payment/stripepay/create.php on line 71.
    Try changing line 71 of that file from
    Code:
            $stripeCustomerID = $stripe_customer->fields['stripe_customers_id'];
    to
    Code:
            $stripeCustomerID = $stripe_customer->fields['Stripe_Customers_id'];

  9. #639
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Thank you !!

  10. #640
    Join Date
    Nov 2010
    Posts
    159
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    HI,

    I have tried to find a solution to my problem but can't, so here I am with my problem.

    My ZC is Zen Cart 2.1.0 (new installation). Template Bootstrap. Mods, only Sales Report and Admin Customer Login

    My issue is with the payment method. I have the newest version of Stripe. Problem is, if I install Paypal Express, the Stripe doesn't show up under payment method. I know it's working because if I install Paypal Standard, both Stripe and Paypal show up and both work. If I delete STandard and install Express, Stripe is gone!

    I believe the Paypal standard is now outdated so I would prefer to use Paypal Express. I have uninstalled both and reinstalled and issue is the same.

    Any help would be appreciated.

    Thanks

 

 
Page 64 of 68 FirstFirst ... 14546263646566 ... 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