- 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?
- What to Do if the Order Status is Stuck at MainOrderAccepted?
- What is the “Your Cart is Empty” Error Message?
- How to Resolve “The Following Required Query String Data is Missing: Instance” Error Message?
- How to Resolve Page Not Found Message on CartFlows Checkout Page During the Payment?
- How to Resolve Checkout Page Getting Redirected to Home Page of Your Website?
- Why is the Upsell/Downsell not Working or it is Getting Skipped?
- How to Enable the CartFlows Step Post Types for the Page Builders?
- Elementor Error: The Content Area Was Not Found in Your Page
- How to Refresh / Flush WordPress Permalinks?
- Request Timeout Error while Importing the Flow/Step Templates.
- How to Resolve “Cannot Activate API Key. Key Already Activated with the same Instance ID” Error Message?
- How to View the CartFlows logs
- How to Fix 5XX Error While Importing Flow/Step Templates?
- How to Fix the Blank Page Issue When Importing CartFlows Elementor Templates?
- 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
Request Timeout Error while Importing the Flow/Step Templates.
The flow templates are not getting imported? Then you are on the right article. This will help you to fix this connection timed out error message. Let’s check what this error is about and how to fix it.
This message will be displayed while importing the flow’s ready-made templates.
This problem is a very common server related issue. In most of the cases not created by a particular theme or plugin, nor by WordPress.
WordPress uses something called cURL to communicate with other websites, specifically using this function: wp_remote_get()
This is a core WordPress function that we use to import the ready-made templates from our website to your website. When you click to import the flow, an API request is made to our templates.cartflows.com website to get the requested flow template.
If this API request is blocked then you will get the connection timeout error and the flow will not be imported.
It’s necessary for your website to communicate with our website, to ask for the ready-made template and once the API request is successfully received and processed by our server, we serve the requested flow to your website in the response of the API request..
When cURL times out, it typically means one of the two websites is blocking that communication. This can happen via firewalls or other means of server security.
To debug this issue, If you see that the Flow is not getting imported and the import button is saying Importing Template for a long time then check is there any error in the browser’s Console tab.
If you don’t get the console error then the error message will be automatically displayed on the flow import popup as displayed in the above screenshot.
To fix this issue, there are different ways. Let’s check the first and the main way due to which this type of error occurred.
- Make sure that the firewall or any security-related plugins are not blocking the outgoing API requests.
- If you are using such plugins then try disabling them for a short time.
- Ask your host if there are firewalls or security modules (e.g. mod_security) that could block the outgoing cURL requests.
- If it is blocking the outgoing API request to our server then you need to whitelist our website which is template.cartflows.com from your end so that the API call may not get blocked.
- If no firewall or security plugins are installed then you can check for the alternate solutions as follows.
- Make sure your server is running a recent version of PHP and the cURL library.
- Try increasing your PHP memory limit.
- Try increasing your cURL timeout limit.
- Ask your host if there is some limitation with wp-cron, or if loopback is disabled.
- Install the Query Monitor plugin and check the status of the HTTP API Calls in the admin page where the error is displayed.
- If you are using managed WordPress hosting, then below are the solution you can try.
- In the managed WordPress hosting, the hosting provider restricts the execution time and the memory limit of the server, which can generate a curl 28 error message.
- Check with the hosting provider that the outgoing WordPress HTTP REST API requests are blocked or restricted or not. If they are restricted then ask them to exclude them from their CURL tool to solve this curl 28 error on your website
If none of the above points fixes the issue, then you will need to ask your hosting support to confirm that your server can communicate with our templates server which is templates.cartflows.com via cURL without any limitations.
If still not working then please open a support request from our website and share your website’s IP address with us so that we can check if is it banned from our server or not. But in most cases, this does not happen at our server, because our server is made to handle tons of requests of such types.
We don't respond to the article feedback, we use it to improve our support content.