Author Topic: Stripe Payment Card Number Input Field Disabled  (Read 6240 times)

Offline blueglass22

  • Newbie
  • *
  • Posts: 13
  • Karma: +1/-0
    • View Profile
Stripe Payment Card Number Input Field Disabled
« on: September 05, 2020, 09:48:17 PM »
I have run into an issue with Stripe Payment. The Card Number input field is disabled . I don't know what caused that. T I have successfully connected my shop to the Platform.

I have someone has experienced the same issue and will be able to offer some advice.
I have attached a screenshot.

Offline kiwi

  • Newbie
  • *
  • Posts: 38
  • Karma: +3/-0
    • View Profile
    • Kiwi Custom Stamps Ltd
Re: Stripe Payment Card Number Input Field Disabled
« Reply #1 on: September 07, 2020, 12:17:50 AM »
Hi There, yes i had the same issue, i found a work around that worked for me.
Removing the (storefront icon) images for the Payment options, then it came back..

If that doesnt work, i suggest upgrading to 1.2.16
https://www.abantecart.com/shopping-cart-news/abantecart-1216-released

and install the Fast Checkout option under> All Extensions > fast checkout.

Hope that helps :-)
« Last Edit: September 07, 2020, 12:19:41 AM by kiwi »
"The more you know, The more you know you don't know"

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #2 on: September 07, 2020, 01:24:30 AM »

Offline redbrick

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #3 on: June 07, 2021, 12:21:09 AM »
Hi, newbie here.  I've managed to setup abantecart 1.3 and I've downgraded the stripe payment gateway to 1.0.5 as suggested but the credit card entry field is still collapsed exactly as shown in the post above.

(I do not have any storefront icons entered)

Thanks Admin's and Devs in advance for your help.


Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #4 on: June 07, 2021, 01:10:52 AM »
Hello.
You need to use the latest stripe from the 1.3.0 repo https://github.com/abantecart/abantecart-src/tree/master/public_html/extensions/default_stripe
(You can find it in this archive https://github.com/abantecart/abantecart-src/archive/refs/heads/master.zip).
If you see an issue with the stipe please:
1. clear your browser cache
2. disable CDN (Cloudflare)
3. make a screenshot with the issue
4. check for browser console errors https://balsamiq.com/support/faqs/browserconsole/
5. check for errors in the AbanteCart log

Offline redbrick

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #5 on: June 08, 2021, 12:11:29 PM »
Basara thank you for your response.  I DL'ed the 1.3.0 Abantecart-src-master.zip file and extracted/replaced the default_stripe folder and the version now shows version 1.1.0.  I reactivated and reconnected to stripe successfully.  I then followed the list...
1)Cleared the browser cache.
2)I do not have CDN (cloudflare) - self hosted.
3)My screenshot is exactly the same as what bluegrass shows on the first post - Creditcard entry box is collapsed.
4)Browser console shows several warnings, mostly  'use of nsIfile in content process is deprecated.'  I've attached a screenshot.
5)Abantecart error logs show a lot of the following...

 AbanteCart core v.1.3.0 Maximum execution time of 30 seconds exceeded in <b>/var/www/html/core/lib/image.php</b> on line <b>133</b>

I've started to digging around with FFox Dev Ed......any further help / guidance would be appreciated.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #6 on: June 09, 2021, 02:03:14 AM »
Hello.
Thank you for the screenshot, could you please share your website url? (add s p a c e s to URL if forum do not allow you to post links)

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Stripe Payment Card Number Input Field Disabled
« Reply #7 on: June 09, 2021, 03:00:27 AM »
is your store URL secure? i mean https:// in the begining of store URL
Looks like crossdomain (CORS) browser blocking.
Can you send your url via private message to me?
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline redbrick

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #8 on: June 09, 2021, 06:41:32 AM »
Hello.
Thank you for the screenshot, could you please share your website url? (add s p a c e s to URL if forum do not allow you to post links)

PM sent, Thanks...

Offline redbrick

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #9 on: June 09, 2021, 06:42:00 AM »
is your store URL secure? i mean https:// in the begining of store URL
Looks like crossdomain (CORS) browser blocking.
Can you send your url via private message to me?

PM Sent.  Thanks...

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Stripe Payment Card Number Input Field Disabled
« Reply #10 on: June 09, 2021, 07:37:12 AM »
please note, url with www and without are different domains !

You have enabled maintenance mode.
 i see CORS errors in the network tab of developer tools of my browser.
Please try with correct domain (domain that set as store URL in the settings of store).
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline redbrick

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #11 on: June 09, 2021, 02:08:40 PM »
please note, url with www and without are different domains !

You have enabled maintenance mode.
 i see CORS errors in the network tab of developer tools of my browser.
Please try with correct domain (domain that set as store URL in the settings of store).

Yes I registered for both.  I started out naked and then decided I needed the prefix...then later added SSL.  It was a learning progression for me.  I also see the CORS errors you're talking about.  Where is that coming from?  I'll turn on the store.

Thanks for your help.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #12 on: June 10, 2021, 01:36:33 AM »
Hello.
Go to the Store settings in your AbanteCart admin and change the store url
https://abantecart.atlassian.net/wiki/spaces/AD/pages/5832828/Store%2BURLs%2BSSL

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Stripe Payment Card Number Input Field Disabled
« Reply #13 on: June 10, 2021, 02:29:08 AM »
Where is that coming from?

you opened your cart by URL with www but script src without it.  Just add www. to your store url (see link Basara posted)
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline redbrick

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: Stripe Payment Card Number Input Field Disabled
« Reply #14 on: August 08, 2021, 11:59:47 PM »
Basara, Abolabo, you guys are the best.  Thank you very much for your help.  Once I get this all sorted out, and make my first sale...I will see what I can do to reciprocate....$.  Thanks.

 

Powered by SMFPacks Social Login Mod