Improved - Added custom event (cfw-fire-udpate-cart-action) for triggering update_cart event
Improved - Added woocommerce_view_order hook (but surpassed default actions on hook that are redundant)
Fix - Fix styling issue with Pro theme
Fix - Fix issue with billing address sync from shipping fields to correct issues with gateways and ensure the session address data is properly stored / retrieved
Fix - Fix issue with SEPA gateway and Stripe For WooCommerce (Payment Plugins)
Fix - Fix for issue where other plugins look for a particular class when checking notices on page
Fix - Fix issue with SplitIt payment gateway
Fix - Prevent fatal errors when gateway isn't a proper gateway instance or no gateways are enabled
Download CheckoutWC v4.0.2 - Optimized Checkout Page for WooCommerce Nulled Free
Version 4.0.2 - 2021.01.22
New - Added Croatian and Chinese Traditional (Taiwan) translations
Enhanced - Removed vestigial cfw_updated_checkout event as some gateways had implemented it to correct issues that are no longer issues. This prevents potential problems from events running twice.
Enhanced - Implemented woocommerce_quantity_input_max filter to make sure our quantity stepper obeys the rules on maximum quantity.
Fix - Fix a few PHP notices.
Fix - Fix issue where 'Change' link showed up by the shipping method in the review panels when 'Ship shipping step' was enabled.
Fix - Fix issue where you could enter more than the allowed product quantity in the JS prompt that appears when you click 'Edit'.
Fix - Fix issue where order review step totals didn't properly update.
Fix - Fix issues when applying a coupon code that makes an order free.
Fix - Fix issue where removing a 100% off (free) coupon resulted in the payment method label not being displayed in the review panels.
Download CheckoutWC v4.0.0 - Optimized Checkout Page for WooCommerce Nulled Free
v4.0.0 - 2020.01.14
This release took about 6 weeks to finish and over 117 commits. This release is more about refinements and thoughtful refactors than new features, but it does have some new features too!
Please test carefully on a staging site before updating.There shouldn't be any breaking changes, but any release of this size is certain to have bugs that were missed during the development and testing processes.
New Premium Feature:Order Review Step - Order Review Step adds a tab after the payment tab with a full summary of the order information and totals above the place order button. This should be especially helpful to German stores, and other stores located in jurisdictions that require full disclosure before order submission.
Enhanced Remove Coupon:Removing coupons now happens with an AJAX refresh instead of reloading the page.
New:Support for MyShipper
New:Support for Iconic WooCommerce Delivery Slots
New:Complete parity with WooCommerce core on checkout refreshes. We now fire updated_checkout on every refresh instead of selectively. Should iron out various glitches we have had with 3rd party add-ons.
New:Lithuanian translations.
New:Support for Shoptimizer
Enhanced:It's now possible to use a filter and set a step amount for quantity adjustments.
Enhanced:You can now click on the entire row of payment methods and other accordions rather than clicking specifically on the text label.
Enhanced:Added various new filters. Documentation coming soon!
Enhanced:Added docblock documentation for all our actions and filters to make updating our documentation easier.
Enhanced:Refactored our compatibility class loader.
Fix: Fixes for Local Pickup Plus
Fix: Fixes for WooCommerce German Market
Fix: Fixes for OceanWP themes
Fix: Fixes for latest version of Avada theme
Fix: Updates to French translations
Fix: More robust parsing of error messages during checkout submit.
Fix: Fix bugs with WooCommerce Country Based Payments
Fix: Fix issues with WooCommerce Order Delivery Date
Fix: Fix stale selector issue with payment method state cache during updates.
Fix: Fix for Culqi payment gateway and other gateways that use the order pay receipt hook.
Fix: Fix for error messages that could not be properly hashed.
Fix: Fix for MyParcel styling
Fix: Fix review pane address references to pickup changes and not pull from stale session info.
Version 5.0.4 - 2021.05.20 Fix - Fix problem with PayPal for WooCommerce that caused billing address fields to not sync over correctly from logged in session. F