- Google Address Autocomplete
- Flatsome UX Builder
- ActiveCampaign
- Paypal Reference Transactions
- How PaypPal/Stripe Works
- Enabling Enfold Avia Layout Builder
- Setting Up Authorize.net for Upsell & Downsell
- Supported Payment Gateways
- Setting Up A/B Testing with Google Optimize
- Setting Quantity and Discount for Products on the Checkout Page
- Using CartFlows with Custom Templates
- Using CartFlows with Beaver Builder
- Hiding Checkout Fields on the Checkout Page
- Global Checkout
- Using WooCommerce
- Installing WooCommerce
- General Settings Overview
- Using Your Theme's Header & Footer in a Step
- Embedding a Checkout Form on the CartFlows Checkout Page
- Hiding WooCommerce Pages and Products
- Dynamic Offers aka Rule Engine
- Instant Layout for Checkout and Thank You Step
- Adding Products from the URL to the Checkout Page
- Setting Up A/B Testing for Steps
- Deleting Plugin Data During Uninstallation
- Importing Ready-Made Templates for Flows and Steps
- Importing and Exporting Funnels and Individual Page Builder Templates
- URL Parameters
- Replacing the Main Checkout Order with an Upsell or Downsell
- Using the "Order Custom Field" Rule of Dynamic Offers with Custom Field Editor
- How to Enable Webhooks in WooCommerce Cart Abandonment Recovery Plugin?
- Shortcode Reference for Email Fields in Cart Abandonment
- Filters to Customize Product Table
- Cart Recovery Emails not Sending [Cart Abandonment]
- Abandoned Orders Not Capturing [Cart Abandonment]
- How to Resolve the Recovery Email Going to Spam?
- Cart Abandonment Cookies/GDPR Compliance
- Setting Up WooCommerce Cart Abandonment Recovery
- Flow In Test Mode
- How to Troubleshoot a Conflict with the Plugin & Theme?
- Resolving the "Please select a Simple, Virtual and Free product" Error
- How to Solve the Never-Ending Loading Issue on the Checkout Page?
- How to Solve the “Order Not Found” Error Message on the Thank You Page?
- How to resolve “Checkout ID not Found” Error message?
- How to Resolve “Session Expired” Error message?
- How to Resolve “Order Does not Exist Error” on Upsell & Downsell Page?
- How to Resolve “Sorry this product cannot be purchased” Error Message?
- How to Resolve “No product is selected…” error message?
- How to Turn Off the Auto-fill of Address Fields on Entering Zip-Code?
- How to Enable the Theme’s Scripts & Styles without Changing the Page Template?
- How to Turn Off the Auto-fill of Checkout Fields?
- How to Allow Cache Plugins to Cache the CartFlows Pages?
- How to Change the “Choose A variation” text?
- VAT Field of WooCommerce EU/UK VAT Compliance (Premium) plugin is not displaying.
- How to enable the product tab on store checkout
- How to show the order summary open on mobile devices
How to Resolve Stripe Payment Gateway Icons Displayed in Large Size and Credit Card Fields are not Editable?
In this article, we will help you to understand and fix the issue with the Cart Icons displaying in Large Size and the Card Fields are not editable for the Stripe Payment gateway.
There could be several reasons for this unexpected behavior. The main reason behind this issue is that the Checkout page and the Stripe’s Ajax call to get the CSS & the card fields get cached at the local & the server-side.
As the stripe’s Ajax call is cached then the website sends the request to get the data it receives the 403 response error.
You can find this 403 response error message in the browser’s console area. To view the console area you need to follow the below steps.
- Open the page where these issues are occurring
- Right click the the mouse button on that page and select the inspect option
- Now, select the Console tab from the opened inspector tool
Due to this 403 response error, the stripe’s JS is not fully loaded and thus does not returns any CSS file which has the CSS for the card icons and the HTML of the card fields. So, as there is no data the response is not correctly evaluated by the website it thus generates these issues on the Checkout Page.
There could be other reasons behind this issue and they are as follows –
- Using a firewall plugin: Sometimes, the firewall may block the request/response if it finds any suspicious activity.
- The host/server is not allowing that request for other pages than WooCommerce: CartFlows page is a custom checkout page which is not the WooCommerce’s checkout page. So, usually, all the hosting providers have already excluded the default checkout page from the restriction but not the CartFlows. So you have to exclude it from the cache and other settings manually or by contacting the hosting provider.
- Not using the correct Cache plugin or Cache setting: Cache is a crucial part of any website. It helps websites to load faster but if that plugin is caching the dynamic pages such as cart, checkout, and the dynamic data calls then this should be excluded. Here is the article for disabling caching.
- Conflict with one or more plugins: If all of the above options did not solves the issue then it can be a conflict with the plugin or theme. To find out the conflict you can follow these troubleshooting steps.
Common Questions!
What is a 403 response error?
Receiving a 403 response is the server telling you, “I’m sorry. I know who you are – I believe who you say you are – but you just don’t have permission to access this resource. Maybe if you ask the system administrator nicely, you’ll get permission. But please don’t bother me again until your predicament changes.”
What to do if the issue is not solved?
If you have cleared the cache and excluded the CartFlows Checkout page from the server as well as a local cache and still facing the same issue then please follow the below steps.
- Open the page in the new tab
- Open the inspect element on that page and go to the Console tab of it.
- Check for any possible JS error if any.
- Check the file name from which the error is coming by hovering on the error or else there will be files mentioned for reference.
- Contact the particular author of the plugin or open a support ticket from the CartFlows website.
Note: As the Payment Gateway requests are dynamic and used to fetch the fresh data for the current user that is why they are not cached.
We don't respond to the article feedback, we use it to improve our support content.