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 -Duplicate orders

    Quote Originally Posted by split63 View Post
    I must have missed this, I thought commenting out line 39 of the \includes\checkout.js was the fix.
    \includes\checkout.js line 39
    return_url: confirmationURL,

    This code is needed here.
    Customers will return to this is the page after PayPal payment page.
    I didn't take this into consideration.
    Sorry.

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

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by Gozzandes View Post
    \includes\checkout.js line 39
    return_url: confirmationURL,

    This code is needed here.
    Customers will return to this is the page after PayPal payment page.
    I didn't take this into consideration.
    Sorry.
    2.1.9 Stripe_module_zc157c installed
    Both Stripe and PayPal seem okay.
    I ran a few test credit card orders thru stripe, all went okay. Once I hit the "continue" button on the 3rd checkout page, I then rapid clicked the "continue" button to see if I can create a duplicate order. It briefly displays "A processing error occurred." to the left of the "continue" button, but the order completes and there is no duplicate charge at stripe or at Zen.
    However, directly after I click "continue" the first time, I see this text displayed to the left of the "continue" button: "TEXT_PAYMENT_STRIPE_PAYMENTSUCCEEDED". That seems odd.
    All this is on my duplicate test site. I have yet to role it into my live site.

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

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by split63 View Post
    2.1.9 Stripe_module_zc157c installed
    Both Stripe and PayPal seem okay.
    I ran a few test credit card orders thru stripe, all went okay. Once I hit the "continue" button on the 3rd checkout page, I then rapid clicked the "continue" button to see if I can create a duplicate order. It briefly displays "A processing error occurred." to the left of the "continue" button, but the order completes and there is no duplicate charge at stripe or at Zen.
    However, directly after I click "continue" the first time, I see this text displayed to the left of the "continue" button: "TEXT_PAYMENT_STRIPE_PAYMENTSUCCEEDED". That seems odd.
    All this is on my duplicate test site. I have yet to role it into my live site.

    Everything seem to be OK without "TEXT_PAYMENT_STRIPE_PAYMENTSUCCEEDED" message.

    Open the page.
    Admin page=>Tools=>SQL Query Executor
    and paste following code to "Enter the query to be executed:" field and push "Send" button.
    PHP Code:
    insert into configuration (`configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`, `val_function`) VALUES      
      
    ('Payment Succeeded Message:''TEXT_PAYMENT_STRIPE_PAYMENTSUCCEEDED''Payment succeeded. Please wait a few seconds!''The message will be displayed after payment succeeded. If you do not want to display it, leave it blank.'61NULLnow(), NULLNULL NULL); 
    or upload mysql_upgrade_to_2.1.7.sql.

    Go to Modules=>Payment Modules and select Stripe Payments.
    Push "Edit" button.
    Feel free to enter a message such as "Payment completed!" or "Zahlung erfolgreich!" or "お支払い完了しました!" in the field at the bottom.

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

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by Gozzandes View Post
    Everything seem to be OK without "TEXT_PAYMENT_STRIPE_PAYMENTSUCCEEDED" message.

    Open the page.
    Admin page=>Tools=>SQL Query Executor
    You mean login to Zen Admin and Select: Tools => Install SQL Patches

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

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by split63 View Post
    You mean login to Zen Admin and Select: Tools => Install SQL Patches
    Yes.
    TEXT_PAYMENT_STRIPE_PAYMENTSUCCEEDED is not installed in your database.

 

 

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