Checkout for WooCommerce - CheckoutWC 10.1.6

Download Checkout for WooCommerce - CheckoutWC 10.1.6 from nulled fire. Checkout for WooC replaces checkout page with beautiful, responsive, and conversion optimized design
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.
Improved - Add skip cart feature in CheckoutWC > Checkout
Fix - Fix bug that caused 'Free!' to show up on some orders where a shipping address had not been entered.
Fix - Fix bug with SmartyStreets that caused the continue to payment button to be shown when it shouldn't be.
Fix - Fix bug with Order Bumps when Offer Product is deleted.
  • Hotfix - Fix issue with styling of payment methods / billing address accordions on Glass theme