JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
CheckoutWC
10.1.13 NULLED
Version 10.1.13 - 2025.06.26
Fix - Fix CSS issue with Stripe Link button
Fix - Fix issue with Smarty Address Validation when address fails to validate with no suggested alternative.
Dev - Cleaned up PHP warnings
Version 10.1.11 - 2025.06.05
Fix - Handle failed logo import errors more gracefully during settings import.
Fix - Fix field style label CSS issue
Fix - Fix caching issues by setting cfw_cart_hash less frequently
Fix - Fix issue where gateway detected the block checkout when CheckoutWC was active
Fix - Fix missing container class for billing fields when forced to different billing address
Fix - Fix issue with toggling accordions programmatically
Fix - Restore state of billing radio when toggling between shipping and pickup
Fix - Fix missing container class for billing fields when forced to different billing address that affected Checkout Field Editor
Fix - Fix highlighted settings tab when editing pickup locations.
Fix - Fix bug that sometimes prevented local pickup methods from being shimmed when updating side cart.
Version 10.1.9 - 2025.05.16
Fix - Fix bug that prevented YITH Delivery Dates from showing up when Hide Pickup Methods was enabled.
Fix - Fix bug that caused some US cities to be abbreviated with Google Address Autocomplete
Version 10.1.8 - 2025.05.13
Fix - Fix issue with missing user capabilities for some installs
Fix - Fix bug that prevented Hide Pickup Methods setting from working.
Version 10.1.7 - 2025.05.08
Improved - Handle forced billing address as shipping address scenario with ship-to-different-address-checkbox
Fix - Fix issue with YITH Delivery Dates pickup times select refresh
Fix - Fix issue that prevented usernames for login
Fix - Fix potential JS error with totals on the side cart and checkout
Fix - Fix hide coupon behind link setting for checkout.
Fix - Disable conflicting tailwind container class
Fix - Exclude terms and conditions checkbox from field persistence
Fix - Refactor payment request / express checkout button styling to fix multiple issues
Fix - Fix design link in Start Here
Fix - Fix potential JS error on trust badges settings page
Dev - Allow itemized shipping costs with cfw_totals_itemize_shipping_costs filter
Dev - Update compatibility version numbers.
Version 10.1.6 - 2025.04.14
Fix - Fix bug that prevented coupon field from appearing on checkout when disabled on the side cart.
Fix - Fix bug that prevented the allow variation editing checkout setting from taking effect when turned off.
Version 10.1.4 - 2025.04.10
Fix - Fix issue with WooCommerce loading conflicting block theme styles on the checkout page.
Fix - Fix fatal error in the plugin updates handler cron job
Version 10.1.2 - 2025.04.03
Hotfix - Fix issue that prevented coupon field from showing up on checkout when side cart is disabled.
Version 10.1.0 - 2025.03.31
New - New code architecture to unify lite and premium versions. This will allow the lite version to be updated more frequently.
New - Added User Role to Rules Engine for Pro and Agency plans
Improved - Side Cart amount remaining message will now display warning if required placeholder is not present.
Fix - Fix issues with Order Pay page loading a blank white screen when order is invalid
Fix - Fix edge case with Google Address Autocomplete where US city was filled incorrectly
Fix - Fix bug that prevented woocommerce_review_order_before_shipping action from outputting
Fix - Fix number field display issue on admin settings pages
Fix - Fix PHP deprecation notices and warnings
Fix - Fix bugs that prevented custom styles from applying (replaced cfw_acr_cart_products_table_custom_styles with cfw_acr_email_custom_css)
Fix - Fix bug with editing variations at checkout when Side Cart feature was disabled
Dev - Add cfw_before_shipping_method_heading action
Dev - New filter cfw_get_cart_totals_data to replace cfw_totals_html
Dev - Cleaned up various sanitization and escaping issues with HTML output
Dev - Added missing docblocks for various actions and filters