Page 48 of 58 FirstFirst ... 384647484950 ... LastLast
Results 471 to 480 of 574
  1. #471
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by Gozzandes View Post
    Copy the following folder and paste it to \includes\templates\responsive_classic folder.
    Stripe_module_zc158\www\includes\templates\YOUR_TEMPLATE

    I recommend to download the following module and upgrade.
    github.com/stripe_module_218
    My apologies for needing more direction with this whole thing. This is all new to me so I must ask questions...
    When I go to the link... am I supposed to click on the green "CODE" button and download the zip file... unpack it and FTP it over to my Zen Cart install to "Upgrade" this module? I did download the latest version of this here at the Zen Cart website but, maybe I'm not using the latest version by doing this... this is a bit confusiong for me.

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

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by BigB View Post
    My apologies for needing more direction with this whole thing. This is all new to me so I must ask questions...
    When I go to the link... am I supposed to click on the green "CODE" button and download the zip file... unpack it and FTP it over to my Zen Cart install to "Upgrade" this module? I did download the latest version of this here at the Zen Cart website but, maybe I'm not using the latest version by doing this... this is a bit confusiong for me.
    I have the stripe_module_zc201 version installed on a Zen Cart 2.1.0 website... should I have the stripe_module_zc158 installed instead? Did I install an older outdated version of the module by using stripe_module_zc201?
    Last edited by BigB; 31 Dec 2024 at 03:46 AM.

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

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by BigB View Post
    My apologies for needing more direction with this whole thing. This is all new to me so I must ask questions...
    When I go to the link... am I supposed to click on the green "CODE" button and download the zip file... unpack it and FTP it over to my Zen Cart install to "Upgrade" this module? I did download the latest version of this here at the Zen Cart website but, maybe I'm not using the latest version by doing this... this is a bit confusiong for me.
    OK
    You should copy following 3 files and paste it to your local disk.
    The files are backup.
    includes\checkout.js
    includes\templates\YOUR_TEMPLATE\templates\tpl_checkout_confirmation_default.php
    includes\modules\payment\stripe.php

    and upload the above three files in the stripe-module_218 folder via FTP.
    If it doesn't work, just overwrite the backup.

  4. #474
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by Gozzandes View Post
    OK
    You should copy following 3 files and paste it to your local disk.
    The files are backup.
    includes\checkout.js
    includes\templates\YOUR_TEMPLATE\templates\tpl_checkout_confirmation_default.php
    includes\modules\payment\stripe.php

    and upload the above three files in the stripe-module_218 folder via FTP.
    If it doesn't work, just overwrite the backup.
    Ok... I'll give it a go... thank you

  5. #475
    Join Date
    May 2010
    Location
    Texas
    Posts
    491
    Plugin Contributions
    0

    Default Re: Stripe payment module -Cash App?

    Zen: 1.5.7c

    I had a customer claim the following today:

    "Trying to pay with cash app and it's not launching the app"


    We have received a few Cash App payments in the past, but not many. Not sure if this is a real problem or not. I have never used Cash App.

  6. #476
    Join Date
    May 2010
    Location
    Texas
    Posts
    491
    Plugin Contributions
    0

    Default Re: Stripe payment module -Cash App?

    There does appear to be a problem cash app.
    Here is the Strip checkout with an apparently configuration issue:

    Click image for larger version. 

Name:	cash app.jpg 
Views:	22 
Size:	31.9 KB 
ID:	20836
    Last edited by split63; 31 Dec 2024 at 10:28 PM.

  7. #477
    Join Date
    May 2010
    Location
    Texas
    Posts
    491
    Plugin Contributions
    0

    Default Re: Stripe payment module -Cash App?

    Quote Originally Posted by split63 View Post
    There does appear to be a problem cash app.
    Here is the Strip checkout with an apparently configuration issue:

    Click image for larger version. 

Name:	cash app.jpg 
Views:	22 
Size:	31.9 KB 
ID:	20836
    This appears to be related to commenting out line 39 of includes\checkout.js

  8. #478
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    125
    Plugin Contributions
    2

    Default Re: Stripe payment module -Cash App?

    Quote Originally Posted by split63 View Post
    This appears to be related to commenting out line 39 of includes\checkout.js
    I know the reason of the problem and I am fixing the module.
    In the case of PayPal, etc., this problem occurred because create.php is reloaded to redirect to the confirmation screen after the payment was completed.

    But I resolved the problems.
    and Now I'm checking.

    Following files are fixed.
    It may be fine.

    1. checkout.js
    2. includes\modules\pages\checkout_payment\javascript_stripe.php
    3. includes\modules\payment\stripe.php
    4. includes\templates\responsive_classic\templates\tpl_checkout_confirmation_defaul t.php


    But today is 2025 new Year-day.
    Could you wait 2days or 3days?

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

    Default Re: Stripe payment module -Cash App?

    Quote Originally Posted by Gozzandes View Post
    I know the reason of the problem and I am fixing the module.


    But today is 2025 new Year-day.
    Could you wait 2days or 3days?
    I restored line 39 to get Cash App to work. Which means I'm now exposed to the duplicate order issue. But at least its working...and I will just keep checking for duplicates until you are ready. Take your time.

  10. #480
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by Gozzandes View Post
    OK
    You should copy following 3 files and paste it to your local disk.
    The files are backup.
    includes\checkout.js
    includes\templates\YOUR_TEMPLATE\templates\tpl_checkout_confirmation_default.php
    includes\modules\payment\stripe.php

    and upload the above three files in the stripe-module_218 folder via FTP.
    If it doesn't work, just overwrite the backup.
    I have tried this.. unfortunately I'm still experiencing the same issue... there are no feilds showing to enter CC info during checkout. I have the site in "Test Mode" and my Stripe account is in Test Mode... the Stripe API test keys are entered in the module correctly.

    I have the stripe_module_zc201 version installed on a Zen Cart 2.1.0 website.
    Not sure what to do. Any other suggestions?
    Attached Images Attached Images  
    Last edited by BigB; 1 Jan 2025 at 09:02 PM.

 

 
Page 48 of 58 FirstFirst ... 384647484950 ... 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