- Hiding Fields on the Checkout Page
- Installing WooCommerce
- Using WooCommerce
- Using Your Theme's Header & Footer in a Step
- Embedding a Checkout Form on the CartFlows Checkout Page
- Hiding WooCommerce Pages and Products
- Using Pricing Tables
- Adding an Affiliate Program
- Setting a Funnel as the Homepage
- GDPR Compliance
- 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 Funnels and Steps
- Importing and Exporting Funnels and Individual Page Builder Templates
- URL Parameters
- Replacing the Main Checkout Order with an Upsell or Downsell
- Rolling back to a Previous Version
- 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
- Funnel in Test Mode
- Troubleshooting Plugin and Theme Conflicts
- Resolving the "Please Select a Simple, Virtual, and Free Product" Error
- Fixing Endless Loading on the Checkout Page
- Fixing the "We can't seem to find an order for you." Error on the Thank You Page
- Fixing the "Checkout ID Not Found" Error
- Fixing the "Session Expired" Error Message
- Resolving "Order Does Not Exist" Error on Upsell/Downsell Page
- Fixing the "Sorry, This Product Cannot Be Purchased" Error
- Resolving "No Product is Selected" Error
- Disabling Auto-fill of Address Fields Based on Zip Code
- Enabling Theme's Scripts & Styles Without Changing Page Template
- Disabling Auto-fill of Checkout Fields
- Allowing Cache Plugins to Cache CartFlows Pages
- Changing the "Choose a Variation" Text
- VAT Field Not Displaying for WooCommerce EU/UK VAT Compliance Plugin
- Enabling the Product Tab on Store Checkout
- Displaying the Order Summary Open on Mobile Devices
List of CartFlows Cookies
CartFlows uses several cookies to ensure smooth operation of checkout flows, session handling, and analytics. These small files are stored on the user’s local device and are sent with each page request to help maintain consistent user sessions and tracking.
Below are the cookies used by CartFlows:
cartflows_session_
– Set when a user visits a CartFlows page. It creates a unique session ID for each user to enable a seamless checkout experience.wcf_active_checkout
– Determines which checkout page is currently open and stores relevant cart data for that specific checkout.wcf-visited-flow-
– Tracks which CartFlows funnel (flow) the user has interacted with.wcf-step-visited-
– Tracks which step of the funnel the user has visited.cartflows-ab-test-
– Used only when the A/B Split Testing feature is active to track the variant shown to the user.
Custom Cookie Prefix
If your server requires cookies to use a specific prefix (e.g., for caching compliance), you can define a custom prefix by adding the following line to your wp-config.php
file:
define( 'CARTFLOWS_COOKIE_PREFIX', 'your_prefix_' );
Note: Add this line just above the “That’s all, stop editing! Happy publishing.” line in the
wp-config.php
file, located in your website’s root directory.
We don't respond to the article feedback, we use it to improve our support content.