New: During refreshes checkout sections now have a sweet new 'loading shimmer' effect rather than fading out.
Improved: Page now refreshes faster on first load
Improved: Added missing aria description to field output.
Fix - Fix edge cases where fatal error could be fired if a shipping method isn't a proper shipping method.
Fix - Fix bug that caused fractional quantities like 0.5 to remove an item from the cart.
Fix - Fix issue where billing address fields were synced from shipping address at the wrong time on page load. Now happens after field values have been restored from cache.
Fix - Fix styling of cart total on mobile
Fix - Fix issue where JS error was thrown when Checkout Add-ons for WooCommerce was activated.
Fix - Fix bug where post code was not set to optional or required properly when switching countries.
Fix - Fix bugs with Stripe and Order Review Step feature.
Fix - Fix issue with New Zealand addresses and Google Address Autocomplete.
Fix - Fix improper implementations of debounced that were not debouncing.
Fix - Fix issue where cart items were being modified during refresh when there were no changes.
Fix - Fix bug with custom attributes on fields that caused them to be output improperly.
Fix - Fix bug with Free Gifts for WooCommerce that caused items not to show up when cart was modified to satisfy gift conditions.
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.