Re: Stripe payment module -Duplicate orders
Quote:
Originally Posted by
Gozzandes
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.
Re: Stripe payment module -Duplicate orders
Quote:
Originally Posted by
BigB
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?
Re: Stripe payment module -Duplicate orders
Quote:
Originally Posted by
BigB
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.
Re: Stripe payment module -Duplicate orders
Quote:
Originally Posted by
Gozzandes
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
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.
1 Attachment(s)
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:
Attachment 20836
Re: Stripe payment module -Cash App?
Quote:
Originally Posted by
split63
There does appear to be a problem cash app.
Here is the Strip checkout with an apparently configuration issue:
Attachment 20836
This appears to be related to commenting out line 39 of includes\checkout.js
Re: Stripe payment module -Cash App?
Quote:
Originally Posted by
split63
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?
Re: Stripe payment module -Cash App?
Quote:
Originally Posted by
Gozzandes
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.
1 Attachment(s)
Re: Stripe payment module -Duplicate orders
Quote:
Originally Posted by
Gozzandes
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?