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
Improved - Added filters to WooCommerce Gift Cards output to allow heading, label, and placeholder to be changed.
Fix - Disable JS that smoothly resized country, postcode, and state fields when switching countries because it's causing major the mobile view to zoom in and zoom out during refreshes on some sites.
Fix - Account exists check was firing even when email field was empty.
Fix - Fix issue where turning off checkout cart editing feature turned off the ability to change quantities or remove items on the side cart.
Hotfix - Remove PHP 7.4 only code that causes fatal errors on older servers.
v6.0.3 - 2021.10.12
Improved - Forcefully re-enable cart fragment system when side cart is active.
Fix - Fix bug where WooCommerce would redirect somewhere else instead of opening Side Cart. (When Side Cart is enabled our 'Skip cart step' feature is ignored)
Fix - Fix bug where side cart didn't open on adding an item to cart if AJAX add to cart was turned off.
Fix - Tweak styling of side cart to give header some more room to breathe.
Fix - Native WooCommerce 'View cart' buttons should now open side cart.
Fix - Added aria-label to floating cart button for screen readers.
Fix - Fix potential fatal errors.
Fix - Fix bug with SmartyStreets where it would break if your lookups were depleted.
Fix - Fix bug with SmartyStreets where multiple requests were made for each lookup.
Fix - Fix bug with SmartyStreets where modal would not close when clicking button to accept address.
Fix - Fix esoteric bug with Resurs Bank gateway.
Fix - Fix admin label for Side Cart 'Free Shipping Message'
Fix - Use native WooCommerce unknown error message when gateway returns failure with no error messages.
Download CheckoutWC v5.3.11 - Optimized Checkout Page for WooCommerce Nulled Free
Version 5.3.11 - 2021.10.04
Hotfix - Ok, we didn't get that quite right:
Fix cfw_get_shipping_total()
Essentially invert logic of cfw_get_shipping_total() so that it follows the logic of WooCommerce's cart/cart-shipping.php template by first checking the available methods, and then descending into other checks.
This also requires changing how cfw_show_shipping_total() determines whether to show the shipping total. Since error states are part of the shipping total, those are pushed further down to cfw_get_shipping_total() and instead we only check that we have shipping enabled and that the cart has items.