Page 37 of 58 FirstFirst ... 27353637383947 ... LastLast
Results 361 to 370 of 574
  1. #361
    Join Date
    Jan 2010
    Location
    Richmond, Virginia, United States
    Posts
    123
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    I'm having an issue when customers use the reward points or a gift certificate to check out. For some reason, these values show up on the page but do NOT feed to Stripe, so they're charged full price. However, the points are deducted from their account, and the gift card is marked as spent. But they're also charged for the full amount.

    Has this happened to anyone else?

  2. #362
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    131
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by jmsnyder23 View Post
    I'm having an issue when customers use the reward points or a gift certificate to check out. For some reason, these values show up on the page but do NOT feed to Stripe, so they're charged full price. However, the points are deducted from their account, and the gift card is marked as spent. But they're also charged for the full amount.

    Has this happened to anyone else?
    Have you updated to the latest version of the plugin as I think this has been fixed.

  3. #363
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    131
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by jmsnyder23 View Post
    I'm having an issue when customers use the reward points or a gift certificate to check out. For some reason, these values show up on the page but do NOT feed to Stripe, so they're charged full price. However, the points are deducted from their account, and the gift card is marked as spent. But they're also charged for the full amount.

    Has this happened to anyone else?
    Also what version of Zen Cart and PHP are you running

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

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by jmsnyder23 View Post
    I'm having an issue when customers use the reward points or a gift certificate to check out. For some reason, these values show up on the page but do NOT feed to Stripe, so they're charged full price. However, the points are deducted from their account, and the gift card is marked as spent. But they're also charged for the full amount.

    Has this happened to anyone else?
    Ver 2.0.4 and later of this module should have resolved this issue.
    What is your module version?

  5. #365
    Join Date
    Nov 2020
    Posts
    282
    Plugin Contributions
    1

    Default Re: Stripe.com payment integration module

    just installed this and credit card payments work fine but when i try to use klarna or clearpay it goes straight to the order success page without visiting either payment provider and in stripe dashboard i see a failure that mentions i must specify a return url for klarna/clearpay. Did I miss a step that the dev who helped me get it loading has also not spotted or maybe a crucial file edit somewhere that's being missed by a bad merge?

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

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by flappingfish View Post
    just installed this and credit card payments work fine but when i try to use klarna or clearpay it goes straight to the order success page without visiting either payment provider and in stripe dashboard i see a failure that mentions i must specify a return url for klarna/clearpay. Did I miss a step that the dev who helped me get it loading has also not spotted or maybe a crucial file edit somewhere that's being missed by a bad merge?
    Following file should be fixed.
    \www\includes\checkout.js
    It's rice harvesting season now and I can't do anything.

  7. #367
    Join Date
    Nov 2020
    Posts
    282
    Plugin Contributions
    1

    Default Re: Stripe.com payment integration module

    i see the following section but no instructions on how it should be edited, is this what you are refering too?

    Code:
    const { error } = await stripe.confirmPayment({
        elements,
        confirmParams: {
          // Make sure to change this to your payment completion page
          return_url: confirmationURL,
        },
       });

  8. #368
    Join Date
    Nov 2020
    Posts
    282
    Plugin Contributions
    1

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by flappingfish View Post
    i see the following section but no instructions on how it should be edited, is this what you are refering too?

    Code:
    const { error } = await stripe.confirmPayment({
        elements,
        confirmParams: {
          // Make sure to change this to your payment completion page
          return_url: confirmationURL,
        },
       });
    whoops, looking at older checout.js on another site there, is this a known fault with module or just something site specific? i have quite a few modules that required a file merge or 2

  9. #369
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    125
    Plugin Contributions
    2

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by flappingfish View Post
    whoops, looking at older checout.js on another site there, is this a known fault with module or just something site specific? i have quite a few modules that required a file merge or 2

    \includes\checkout.js
    Cange the line 75 of this file from

    document.getElementById('checkoutConfirmDefaultHeading').textContent = PaymentSuccess;
    document.getElementById('payment-form').style.visibility = 'hidden';
    document.getElementById('submit').style.visibility = 'hidden';
    document.getElementById("btn_submit").click();

    to
    document.getElementById('checkoutConfirmDefaultHeading').textContent = 'Payment succeeded!.';

    Delete the line 76, 77, 78.
    *After taking action, please reply with the results.

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

    Default Re: Stripe.com payment integration module

    I don't actually use this payment module.
    Created just for fun. As a result, problem discovery is delayed.
    sorry.

    Stripe module ver2.1.3 has already been uploaded.
    Please wait until it is published.

 

 
Page 37 of 58 FirstFirst ... 27353637383947 ... 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

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR